diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-04 08:36:28 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-04 08:36:28 +0200 |
commit | 4b8f3927aa6acc7e7c40087928fe017ac8150c36 (patch) | |
tree | 0907cf33be043d4729f030ff50c1c08656c8d113 | |
parent | 6213ece87344b3f2bdbfa92cd510ad0fdcc32435 (diff) |
update to 9.1.1
-rw-r--r-- | phpunit9.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index 712ddb2..a47cee4 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit ef2af937ce574f215afb6dca37d583cb2964bad9 +%global gh_commit 848f6521c906500e66229668768576d35de0227e #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 9 %global ver_minor 1 -%global ver_patch 0 +%global ver_patch 1 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -296,6 +296,9 @@ exit $ret %changelog +* Sat Apr 4 2020 Remi Collet <remi@remirepo.net> - 9.1.1-1 +- update to 9.1.1 + * Fri Apr 3 2020 Remi Collet <remi@remirepo.net> - 9.1.0-1 - update to 9.1.0 - add dependency on sebastian/code-unit |