diff options
-rw-r--r-- | phpunit8.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index 775a033..df11f47 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,8 +11,8 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit e1d7ab63dc670dedf76202bb01b593195b0d4196 -%global gh_date 2025-08-20 +%global gh_commit 5a69265c55871fad3d35c7933a55b977ec148c20 +%global gh_date 2025-09-11 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.44 +%global upstream_version 8.5.45 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -251,6 +251,9 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet <remi@remirepo.net> - 8.5.45-1 +- update to 8.5.45 + * Wed Aug 20 2025 Remi Collet <remi@remirepo.net> - 8.5.44-1 - update to 8.5.44 |