diff options
-rw-r--r-- | phpunit8.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index df11f47..c530816 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,8 +11,8 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 5a69265c55871fad3d35c7933a55b977ec148c20 -%global gh_date 2025-09-11 +%global gh_commit 2da51ff4b15c95e8c060d7dd693fd5899f87a112 +%global gh_date 2025-09-14 %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.45 +%global upstream_version 8.5.46 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -251,6 +251,9 @@ exit $ret %changelog +* Mon Sep 15 2025 Remi Collet <remi@remirepo.net> - 8.5.46-1 +- update to 8.5.46 + * Thu Sep 11 2025 Remi Collet <remi@remirepo.net> - 8.5.45-1 - update to 8.5.45 |