diff options
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 ce5ffdc..f257d53 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit ed21115d505b4b4f7dc7b5651464e19a2c7f7856 -#global gh_date 20150927 +%global gh_commit ab9a20b623b235165d24faa9d1da925cb54939c0 +%global gh_date 2024-01-13 %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.5 +%global upstream_version 10.5.6 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -319,6 +319,9 @@ exit $ret %changelog +* Sun Jan 14 2024 Remi Collet <remi@remirepo.net> - 10.5.6-1 +- update to 10.5.6 + * Thu Dec 28 2023 Remi Collet <remi@remirepo.net> - 10.5.5-1 - update to 10.5.5 |