diff options
| -rw-r--r-- | phpunit10.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 1b1d481..6620765 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@  %bcond_with          defcmd  %endif -%global gh_commit    831bf82312be6037e811833ddbea0b8de60ea314 -%global gh_date      2024-07-03 +%global gh_commit    42e2f13ceaa2e34461bc89bea75407550b40b2aa +%global gh_date      2024-07-08  %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.25 +%global upstream_version 10.5.26  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -273,6 +273,9 @@ exit $ret  %changelog +* Mon Jul  8 2024 Remi Collet <remi@remirepo.net> - 10.5.26-1 +- update to 10.5.26 +  * Wed Jul  3 2024 Remi Collet <remi@remirepo.net> - 10.5.25-1  - update to 10.5.25 (no change)  | 
