diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-05 07:18:10 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-05 07:18:10 +0200 |
commit | 5f5cd1433896a624140baedb8e69f945660997fe (patch) | |
tree | 3ec43acd3219b8110f368a65b0893a1bc9e2e780 /phpunit10.spec | |
parent | 307531f1197d379926085f88d29ee5a79274f737 (diff) |
update to 10.5.32
Diffstat (limited to 'phpunit10.spec')
-rw-r--r-- | phpunit10.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 689b43d..ac7e96c 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 43e7c3e6a484e538453f89dfa6a6f308c32792da -%global gh_date 2024-09-03 +%global gh_commit f069f46840445d37a4e6f0de8c5879598f9c4327 +%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 10 %global ver_minor 5 -%global upstream_version 10.5.31 +%global upstream_version 10.5.32 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -273,6 +273,9 @@ exit $ret %changelog +* Thu Sep 5 2024 Remi Collet <remi@remirepo.net> - 10.5.32-1 +- update to 10.5.32 + * Tue Sep 3 2024 Remi Collet <remi@remirepo.net> - 10.5.31-1 - update to 10.5.31 |