diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-30 15:18:33 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-30 15:18:33 +0200 |
commit | b4f982ead6db84be22e450da42ecaa62657411fc (patch) | |
tree | 77a2ae87997d45e86700645fce8077e5fd56975e | |
parent | a716848d3c21fc3cb44f69a0f7e893f514f4b6e3 (diff) |
update to 11.2.9
-rw-r--r-- | phpunit11.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index 0124738..8f6a49d 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit a7a29e8d3113806f18f99d670f580a30e8ffff39 -%global gh_date 2024-07-18 +%global gh_commit c197bbaaca360efda351369bf1fd9cc1ca6bcbf7 +%global gh_date 2024-07-30 %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.8 +%global upstream_version 11.2.9 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -266,6 +266,9 @@ exit $ret %changelog +* Tue Jul 30 2024 Remi Collet <remi@remirepo.net> - 11.2.9-1 +- update to 11.2.9 + * Fri Jul 19 2024 Remi Collet <remi@remirepo.net> - 11.2.8-1 - update to 11.2.8 |