diff options
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 07c6aed..19aefc1 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,7 +20,7 @@ %bcond_with defcmd %endif -%global gh_commit 5aedff46afba98dddecaa12349ec044d9103d4fe +%global gh_commit 6fce887c71076a73f32fd3e0774a6833fc5c7f19 #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.2 +%global upstream_version 10.5.3 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -319,6 +319,9 @@ exit $ret %changelog +* Wed Dec 13 2023 Remi Collet <remi@remirepo.net> - 10.5.3-1 +- update to 10.5.3 + * Wed Dec 6 2023 Remi Collet <remi@remirepo.net> - 10.5.2-1 - update to 10.5.2 |