diff options
author | Remi Collet <remi@remirepo.net> | 2024-01-19 09:38:00 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-01-19 09:38:00 +0100 |
commit | 69cdb92347cbc932d2dcb69ba7aa8b0eeba90d5e (patch) | |
tree | b61dbe77c33fd08e6bea85760b06985a82e79f6a /phpunit10.spec | |
parent | 26da0e3e46f1b5811e99912598ce2499c46a965d (diff) |
update to 10.5.8
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 61d74b5..9fc4343 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit e5c5b397a95cb0db013270a985726fcae93e61b8 -%global gh_date 2024-01-14 +%global gh_commit 08f4fa74d5fbfff1ef22abffee47aaedcaea227e +%global gh_date 2024-01-19 %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.7 +%global upstream_version 10.5.8 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -319,6 +319,9 @@ exit $ret %changelog +* Fri Jan 19 2024 Remi Collet <remi@remirepo.net> - 10.5.8-1 +- update to 10.5.8 + * Mon Jan 15 2024 Remi Collet <remi@remirepo.net> - 10.5.7-1 - update to 10.5.7 |