diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-03 16:25:08 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-03 16:25:08 +0200 |
commit | 307531f1197d379926085f88d29ee5a79274f737 (patch) | |
tree | 34ff059f02e8b04d8f9a803227232ebd0c8917d5 /phpunit10.spec | |
parent | 7111511ea22782ef980be58d23fd01bca2a36f70 (diff) |
update to 10.5.31
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 0aa4b53..689b43d 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit b15524febac0153876b4ba9aab3326c2ee94c897 -%global gh_date 2024-08-13 +%global gh_commit 43e7c3e6a484e538453f89dfa6a6f308c32792da +%global gh_date 2024-09-03 %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.30 +%global upstream_version 10.5.31 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -273,6 +273,9 @@ exit $ret %changelog +* Tue Sep 3 2024 Remi Collet <remi@remirepo.net> - 10.5.31-1 +- update to 10.5.31 + * Tue Aug 13 2024 Remi Collet <remi@remirepo.net> - 10.5.30-1 - update to 10.5.30 - raise dependency on sebastian/comparator 5.0.2 |