diff options
-rw-r--r-- | phpunit9.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index e17d52a..08c2bbc 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,8 +11,8 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 049c011e01be805202d8eebedef49f769a8ec7b7 -%global gh_date 2025-08-20 +%global gh_commit a0139ea157533454f611038326f3020b3051f129 +%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 9 %global ver_minor 6 -%global upstream_version 9.6.25 +%global upstream_version 9.6.26 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -268,6 +268,9 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet <remi@remirepo.net> - 9.6.26-1 +- update to 9.6.26 + * Wed Aug 20 2025 Remi Collet <remi@remirepo.net> - 9.6.25-1 - update to 9.6.25 |