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