diff options
author | Remi Collet <remi@remirepo.net> | 2021-07-19 13:58:27 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-07-19 13:58:27 +0200 |
commit | a39c1d7648d2c1c5ca4155dacc3fa9d0424c6a97 (patch) | |
tree | 9adc05d8688d00a84226a026898d34db9846424c | |
parent | 13042877d10fdacaff48edcae82a7df2d3e621bb (diff) |
update to 9.5.7
-rw-r--r-- | phpunit9.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index 151f83e..cb86833 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb +%global gh_commit d0dc8b6999c937616df4fb046792004b33fd31c5 #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 9 %global ver_minor 5 -%global upstream_version 9.5.6 +%global upstream_version 9.5.7 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -303,6 +303,9 @@ exit $ret %changelog +* Mon Jul 19 2021 Remi Collet <remi@remirepo.net> - 9.5.7-1 +- update to 9.5.7 + * Wed Jun 23 2021 Remi Collet <remi@remirepo.net> - 9.5.6-1 - update to 9.5.6 |