diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-20 17:15:14 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-20 17:15:14 +0200 |
commit | f7d5d699a6bff6fa36fe68bf23f0b8748c73b044 (patch) | |
tree | 45da179a6424d25a468c83b17d82d2470658de58 | |
parent | b272193039e2ce9f123edb07fd85f605539e9cab (diff) |
update to 11.5.34
-rw-r--r-- | phpunit11.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index b23f84b..90f361e 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 5965e9ff57546cb9137c0ff6aa78cb7442b05cf6 -%global gh_date 2025-08-16 +%global gh_commit 3e4c6ef395f7cb61a6206c23e0e04b31724174f2 +%global gh_date 2025-08-20 %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.33 +%global upstream_version 11.5.34 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -300,6 +300,9 @@ exit $ret %changelog +* Wed Aug 20 2025 Remi Collet <remi@remirepo.net> - 11.5.34-1 +- update to 11.5.34 + * Sun Aug 17 2025 Remi Collet <remi@remirepo.net> - 11.5.33-1 - update to 11.5.33 |