From c6c1b32b997d3a87d20ce5378143ae88bfacd31a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2025 10:18:11 +0100 Subject: update to 10.5.45 --- phpunit10.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/phpunit10.spec b/phpunit10.spec index 8ccf318..d43708a 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 1381c62769be4bb88fa4c5aec1366c7c66ca4f36 -%global gh_date 2025-01-31 +%global gh_commit bd68a781d8e30348bc297449f5234b3458267ae8 +%global gh_date 2025-02-07 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -33,12 +33,12 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.44 +%global upstream_version 10.5.45 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -277,6 +277,9 @@ exit $ret %changelog +* Fri Feb 7 2025 Remi Collet - 10.5.45-1 +- update to 10.5.45 + * Mon Feb 3 2025 Remi Collet - 11.5.6-2 - F-40: add phpunit command, removed from phpunit11 - recommend phpunit11 and phpunit12 -- cgit