diff options
author | Remi Collet <remi@remirepo.net> | 2023-12-28 07:41:30 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-12-28 07:41:30 +0100 |
commit | ac4112aaa8434c373ad7f250aa0dc0bf50eb95d4 (patch) | |
tree | 92b7b78cda0fb39e4f2233ddf11dad18468d9f54 /phpunit10.spec | |
parent | a5fbf38014058100035ac4f013b088fe13b73fa0 (diff) |
update to 10.5.5
Diffstat (limited to 'phpunit10.spec')
-rw-r--r-- | phpunit10.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 19aefc1..ce5ffdc 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,7 +20,7 @@ %bcond_with defcmd %endif -%global gh_commit 6fce887c71076a73f32fd3e0774a6833fc5c7f19 +%global gh_commit ed21115d505b4b4f7dc7b5651464e19a2c7f7856 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -34,7 +34,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.3 +%global upstream_version 10.5.5 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -319,6 +319,9 @@ exit $ret %changelog +* Thu Dec 28 2023 Remi Collet <remi@remirepo.net> - 10.5.5-1 +- update to 10.5.5 + * Wed Dec 13 2023 Remi Collet <remi@remirepo.net> - 10.5.3-1 - update to 10.5.3 |