diff options
author | Remi Collet <remi@remirepo.net> | 2024-06-11 11:03:42 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-06-11 11:03:42 +0200 |
commit | 22184b049b630542fb98aa8eb7f3c2028743c85c (patch) | |
tree | 5fc2127a53e9ab9ef4a4fb07f907b979300e035a | |
parent | 15f7cce4525f93bebabd9d25ecb9b3d67427ba55 (diff) |
update to 11.2.1
-rw-r--r-- | phpunit11.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index 03817c8..f79bfd1 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 705eba0190afe04bc057f565ad843267717cf109 -%global gh_date 2024-06-07 +%global gh_commit 1b8775732e9c401bda32df3ffbdf90dec7533ceb +%global gh_date 2024-06-11 %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 2 -%global upstream_version 11.2.0 +%global upstream_version 11.2.1 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -314,6 +314,9 @@ exit $ret %changelog +* Tue Jun 11 2024 Remi Collet <remi@remirepo.net> - 11.2.1-1 +- update to 11.2.1 + * Fri Jun 7 2024 Remi Collet <remi@remirepo.net> - 11.2.0-1 - update to 11.2.0 |