diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-21 07:54:44 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-21 07:54:44 +0100 |
commit | d09c5cbff9d8dc58636685e9b20f418fe415fb0a (patch) | |
tree | de2b5f08258a8540d114104aef9fcd38fb4aac85 | |
parent | 3c8b0686284e3181abdcb9859c4309c1faf194bb (diff) |
update to 10.0.11
-rw-r--r-- | phpunit10.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 931f3e7..083a5bb 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit fdfb75f4e7985d3db6c874f206b3281c1eb5e3eb +%global gh_commit d18a18b07e7a9ad52d994b1785f9e301fc84b616 #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.10 +%global upstream_version 10.0.11 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -291,6 +291,9 @@ exit $ret %changelog +* Tue Feb 21 2023 Remi Collet <remi@remirepo.net> - 10.0.11-1 +- update to 10.0.11 + * Mon Feb 20 2023 Remi Collet <remi@remirepo.net> - 10.0.10-1 - update to 10.0.10 |