diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-11 08:37:09 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-11 08:37:09 +0200 |
commit | 41030c4a8d7dbb9434e38ee13d437670f2eedc57 (patch) | |
tree | 827803030cc1665f937ec2edfe2c852299876030 | |
parent | 6a60dd75b5562407d73d79aa4af2a63321cdd5de (diff) |
-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 |