diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-08 09:42:15 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-08 09:42:15 +0100 |
commit | 7cdd94414491dba14ca9ffcbbccabcafb723c2c1 (patch) | |
tree | ecae39afec41f09680eb72156d16ab876dbd519e /phpunit10.spec | |
parent | 2d9ee342c8e2eced7dbc219f9003b51c73959488 (diff) |
update to 10.0.6
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 32fe731..1c9677b 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 5f4a775285c6401693cee39876f3ba764d42cb24 +%global gh_commit 45ffd21476bd7b65a055d504f1cce287d3cd0a3a #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 10 %global ver_minor 0 -%global upstream_version 10.0.5 +%global upstream_version 10.0.6 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -291,6 +291,9 @@ exit $ret %changelog +* Wed Feb 8 2023 Remi Collet <remi@remirepo.net> - 10.0.6-1 +- update to 10.0.6 + * Tue Feb 7 2023 Remi Collet <remi@remirepo.net> - 10.0.5-1 - update to 10.0.5 |