diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-21 10:33:36 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-21 10:33:36 +0100 |
commit | 28c4a5366b4c54489d518f81db16a9a3190963f0 (patch) | |
tree | 1b7c650ba18f6428a5f412e2790361e1cb02ce6f /phpunit11.spec | |
parent | 3d30324869d8be5073920bbe8e8b5126946856d1 (diff) |
update to 11.0.7
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 f4fa447..1dcdd35 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 6af32d7938fc366f86e49a5f5ebb314018d1b1fb -%global gh_date 2024-03-12 +%global gh_commit afa8d61ba7ae78da739938c999140eb767a1ad7f +%global gh_date 2024-03-21 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -34,7 +34,7 @@ %global ver_major 11 %global ver_minor 0 -%global upstream_version 11.0.6 +%global upstream_version 11.0.7 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -313,6 +313,9 @@ exit $ret %changelog +* Thu Mar 21 2024 Remi Collet <remi@remirepo.net> - 11.0.7-1 +- update to 11.0.7 + * Wed Mar 13 2024 Remi Collet <remi@remirepo.net> - 11.0.6-1 - update to 11.0.6 |