diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-29 07:20:29 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-29 07:20:29 +0100 |
commit | 7446707d63bebfdec9530f74da095c97aaa778e5 (patch) | |
tree | ae96708edc1eb6fab702913c1e3f526a54b0041e | |
parent | 22bcc288bf4808a93ba7d83307f5641a0fd6973d (diff) |
update to 11.5.4
-rw-r--r-- | phpunit11.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index 4d13536..9cd947e 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 30e319e578a7b5da3543073e30002bf82042f701 -%global gh_date 2025-01-13 +%global gh_commit e0da3559ec50a91f6a6a201473b607b5ccfd9a1b +%global gh_date 2025-01-28 %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.3 +%global upstream_version 11.5.4 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -297,6 +297,9 @@ exit $ret %changelog +* Wed Jan 29 2025 Remi Collet <remi@remirepo.net> - 11.5.4-1 +- update to 11.5.4 + * Mon Jan 13 2025 Remi Collet <remi@remirepo.net> - 11.5.3-1 - update to 11.5.3 - raise dependency on sebastian/comparator 6.3.0 |