diff options
author | Remi Collet <remi@remirepo.net> | 2024-01-15 07:35:16 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-01-15 07:35:16 +0100 |
commit | 26da0e3e46f1b5811e99912598ce2499c46a965d (patch) | |
tree | e1f30dae83cf52f280d9aecb809cb63702cf90a8 /phpunit10.spec | |
parent | 43a77b8c4c93d4eb5f6c524837d58cea3a97f0f8 (diff) |
update to 10.5.7
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 f257d53..61d74b5 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit ab9a20b623b235165d24faa9d1da925cb54939c0 -%global gh_date 2024-01-13 +%global gh_commit e5c5b397a95cb0db013270a985726fcae93e61b8 +%global gh_date 2024-01-14 %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.6 +%global upstream_version 10.5.7 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -319,6 +319,9 @@ exit $ret %changelog +* Mon Jan 15 2024 Remi Collet <remi@remirepo.net> - 10.5.7-1 +- update to 10.5.7 + * Sun Jan 14 2024 Remi Collet <remi@remirepo.net> - 10.5.6-1 - update to 10.5.6 |