diff options
Diffstat (limited to 'phpunit8.spec')
-rw-r--r-- | phpunit8.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index 7e4d124..f747ccb 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit8 # -# Copyright (c) 2010-2020 Remi Collet +# Copyright (c) 2010-2021 Remi Collet # # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 8e86be391a58104ef86037ba8a846524528d784e +%global gh_commit c25f79895d27b6ecd5abfa63de1606b786a461a3 #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.13 +Version: 8.5.14 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 +* Wed Feb 3 2021 Remi Collet <remi@remirepo.net> - 8.5.14-1 +- update to 8.5.14 + * Tue Dec 1 2020 Remi Collet <remi@remirepo.net> - 8.5.13-1 - update to 8.5.13 |