diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-05 07:15:48 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-05 07:15:48 +0200 |
commit | 91b0737056f61595959cdef10a2e0f8a6fdf4537 (patch) | |
tree | 7318607a1d0db214b2f942457c9e681dc8410714 /phpunit11.spec | |
parent | addd3b68a42febc30d8437f725e9aaa0091650c1 (diff) |
update to 11.3.3
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 b3b1dce..e15de14 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 8a4de85cc4a78c59dd31cc4ef454b0029f8440dc -%global gh_date 2024-09-03 +%global gh_commit 8ed08766d9a2ed979a2f5fdbb95a0671523419c1 +%global gh_date 2024-09-04 %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 3 -%global upstream_version 11.3.2 +%global upstream_version 11.3.3 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -266,6 +266,9 @@ exit $ret %changelog +* Thu Sep 5 2024 Remi Collet <remi@remirepo.net> - 11.3.3-1 +- update to 11.3.3 + * Tue Sep 3 2024 Remi Collet <remi@remirepo.net> - 11.3.2-1 - update to 11.3.2 - raise dependency on phpunit/php-code-coverage 11.0.6 |