diff options
| -rw-r--r-- | phpunit10.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index e55e43d..cb94a3e 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -19,8 +19,8 @@  %bcond_with          defcmd  %endif -%global gh_commit    5be558244941fba07788b6bb42dc5fc84429580c -%global gh_date      2025-08-16 +%global gh_commit    32768472ebfb6969e6c7399f1c7b09009723f653 +%global gh_date      2025-08-20  %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    10  %global ver_minor    5 -%global upstream_version 10.5.52 +%global upstream_version 10.5.53  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -277,6 +277,9 @@ exit $ret  %changelog +* Wed Aug 20 2025 Remi Collet <remi@remirepo.net> - 10.5.53-1 +- update to 10.5.53 +  * Sun Aug 17 2025 Remi Collet <remi@remirepo.net> - 10.5.52-1  - update to 10.5.52  | 
