diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-06 07:33:11 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-06 07:33:11 +0200 |
commit | 8730878f3769481c7ef3e69c39a8144e2477bdf5 (patch) | |
tree | 845a86ef7cd4661e3caa86d58b68689795567b7c /phpunit11.spec | |
parent | a40d6e0e6904268e19fd848e6d7a4d9f6129f0b7 (diff) |
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 8108aa7..33cacf9 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit d565e2cdc21a7db9dc6c399c1fc2083b8010f289 -%global gh_date 2025-05-21 +%global gh_commit 4cd72faaa8f811e4cc63040cba167757660a5538 +%global gh_date 2025-06-06 %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.21 +%global upstream_version 11.5.22 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -299,6 +299,9 @@ exit $ret %changelog +* Fri Jun 6 2025 Remi Collet <remi@remirepo.net> - 11.5.22-1 +- update to 11.5.22 + * Thu May 22 2025 Remi Collet <remi@remirepo.net> - 11.5.21-1 - update to 11.5.21 - raise dependency on sebastian/environment 7.2.1 |