diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-15 14:35:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-15 14:35:31 +0200 |
commit | db949eb345da66873bf8802311bdb1c758517ee4 (patch) | |
tree | 3834117589d7d8254d87410855da7d388cd277c9 | |
parent | c0e0aebf2d103dbf3daff61d8c3799fe87f6c722 (diff) |
update to 8.5.6
-rw-r--r-- | phpunit8.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index c2c71c8..23a7cd4 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 63dda3b212a0025d380a745f91bdb4d8c985adb7 +%global gh_commit 3f9c4079d1407cd84c51c02c6ad1df6ec2ed1348 #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: 8.5.5 +Version: 8.5.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} @@ -287,6 +287,9 @@ exit $ret %changelog +* Mon Jun 15 2020 Remi Collet <remi@remirepo.net> - 8.5.6-1 +- update to 8.5.6 + * Sat May 23 2020 Remi Collet <remi@remirepo.net> - 8.5.5-1 - update to 8.5.5 - sources from git snapshot |