diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-11 14:36:50 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-11 14:36:50 +0200 |
commit | 58927f184b77ba73df9a1aa1b5edeefc16212a99 (patch) | |
tree | 43045e333f1faa3679363f2f22e0ecef6d709f4a | |
parent | 28815c7688312d0282507c66cd5f68e55108dbd9 (diff) |
update to 9.3.6
-rw-r--r-- | phpunit9.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index b9c560c..efd1f89 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 7115b00b23bcd4f62a73855c9615694d2f206e71 +%global gh_commit 32ff2c88b44cb0260c595c4787efb0945ceada68 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -27,7 +27,7 @@ %global specrel 1 Name: %{pk_project}%{ver_major} -Version: 9.3.5 +Version: 9.3.6 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} @@ -295,6 +295,9 @@ exit $ret %changelog +* Tue Aug 11 2020 Remi Collet <remi@remirepo.net> - 9.3.6-1 +- update to 9.3.6 + * Mon Aug 10 2020 Remi Collet <remi@remirepo.net> - 9.3.5-1 - update to 9.3.5 |