diff options
| -rw-r--r-- | phpunit11.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index 2fbff28..a85ddc6 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@  %bcond_with          defcmd  %endif -%global gh_commit    264a87c7ef68b1ab9af7172357740dc266df5957 -%global gh_date      2025-09-03 +%global gh_commit    b87c1ad30535b40f14db1aa048e11747ba22e6ff +%global gh_date      2025-09-11  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann  %global gh_project   phpunit @@ -33,7 +33,7 @@  %global ver_major    11  %global ver_minor    5 -%global upstream_version 11.5.36 +%global upstream_version 11.5.37  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -300,6 +300,9 @@ exit $ret  %changelog +* Thu Sep 11 2025 Remi Collet <remi@remirepo.net> - 11.5.37-1 +- update to 11.5.37 +  * Wed Sep  3 2025 Remi Collet <remi@remirepo.net> - 11.5.36-1  - update to 11.5.36  | 
