diff options
| -rw-r--r-- | phpunit8.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index f6ee51f..7e4d124 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    f40cf5be80a7d177494592ad1b2db3f64ea1dee3 +%global gh_commit    8e86be391a58104ef86037ba8a846524528d784e  #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.12 +Version:        8.5.13  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} @@ -281,6 +281,9 @@ exit $ret  %changelog +* Tue Dec  1 2020 Remi Collet <remi@remirepo.net> - 8.5.13-1 +- update to 8.5.13 +  * Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 8.5.12-1  - update to 8.5.12  - raise dependency on phar-io/manifest 2.0.1  | 
