diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-22 09:16:15 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-22 09:16:15 +0200 |
commit | cfa9935b7535dbf0e9761fd0113b3427e522def8 (patch) | |
tree | 15fafa223a3509bb03a0a23ab84107a405df0560 | |
parent | 689751ea821906eaf9b81f7adcd13ce360297b0e (diff) |
update to 9.2.5
-rw-r--r-- | phpunit9.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index 2558b81..b5a549f 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit f4e572558c603d5f2a8499b8b9ce310a5af42a44 +%global gh_commit ad7cc5ec3ab2597b329880e30442d9054526023b #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.2.4 +Version: 9.2.5 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} @@ -297,6 +297,9 @@ exit $ret %changelog +* Mon Jun 22 2020 Remi Collet <remi@remirepo.net> - 9.2.5-1 +- update to 9.2.5 + * Mon Jun 22 2020 Remi Collet <remi@remirepo.net> - 9.2.4-1 - update to 9.2.4 |