diff options
Diffstat (limited to 'phpunit11.spec')
-rw-r--r-- | phpunit11.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index 9dc9906..f495198 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 9d6046153c2893b521784069e6b5249ce7d2acae -%global gh_date 2025-03-19 +%global gh_commit 4b6a4ee654e5e0c5e1f17e2f83c0f4c91dee1f9c +%global gh_date 2025-03-23 %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 11 %global ver_minor 5 -%global upstream_version 11.5.14 +%global upstream_version 11.5.15 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -299,6 +299,9 @@ exit $ret %changelog +* Mon Mar 24 2025 Remi Collet <remi@remirepo.net> - 11.5.15-1 +- update to 11.5.15 + * Wed Mar 19 2025 Remi Collet <remi@remirepo.net> - 11.5.14-1 - update to 11.5.14 (no change) - raise dependency on sebastian/code-unit 3.0.2 |