diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-13 08:14:03 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-13 08:14:03 +0200 |
commit | 53e4872dfc570c3d95f3bcf29967b6aca61b7f63 (patch) | |
tree | e8f868a593a178f693a62535db8013edc15588a1 | |
parent | f69f08149b8cfd9a0f1110aea366442b1345e706 (diff) |
update to 9.3.10
-rw-r--r-- | phpunit9.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index 39b88f2..406d87f 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 60c90ba713075e83bd039db4760226df7ad9a5cb +%global gh_commit 919333f2d046a89f9238f15d09f17a8f0baa5cc2 #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.9 +Version: 9.3.10 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} @@ -301,6 +301,9 @@ exit $ret %changelog +* Sun Sep 13 2020 Remi Collet <remi@remirepo.net> - 9.3.10-1 +- update to 9.3.10 + * Fri Sep 11 2020 Remi Collet <remi@remirepo.net> - 9.3.9-1 - update to 9.3.9 |