diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-28 14:38:57 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-28 14:38:57 +0100 |
commit | 0be4e5aff5e91982fc1838bb57f826c172a50c4c (patch) | |
tree | 9b9eb0e0a765c8e769d18c502a99bd8eed81693e | |
parent | 0f75f7c74f1f3df8b850433b20d3f641070ec918 (diff) |
update to 11.0.9
-rw-r--r-- | phpunit11.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index d126bc1..bf9bfa0 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 48ea58408879a9aad630022186398364051482fc -%global gh_date 2024-03-22 +%global gh_commit 591bbfe416400385527d5086b346b92c06de404b +%global gh_date 2024-03-28 %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.8 +%global upstream_version 11.0.9 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -313,6 +313,9 @@ exit $ret %changelog +* Thu Mar 28 2024 Remi Collet <remi@remirepo.net> - 11.0.9-1 +- update to 11.0.9 + * Fri Mar 22 2024 Remi Collet <remi@remirepo.net> - 11.0.8-1 - update to 11.0.8 |