From e333eea539e6f7717bc0bfb77042248826a7a45a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Sep 2024 10:10:30 +0200 Subject: update to 10.5.33 --- phpunit10.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index ac7e96c..c972277 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit f069f46840445d37a4e6f0de8c5879598f9c4327 -%global gh_date 2024-09-04 +%global gh_commit 4def7a9cda75af9c2bc179ed53a8e41313e7f7cf +%global gh_date 2024-09-09 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -34,7 +34,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.32 +%global upstream_version 10.5.33 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -273,6 +273,9 @@ exit $ret %changelog +* Mon Sep 9 2024 Remi Collet - 10.5.33-1 +- update to 10.5.33 + * Thu Sep 5 2024 Remi Collet - 10.5.32-1 - update to 10.5.32 -- cgit