From ca0633661107992244149cb185c1885f753a2bd2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Dec 2020 08:00:45 +0100 Subject: update to 8.5.13 --- phpunit8.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit8.spec') 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 - 8.5.13-1 +- update to 8.5.13 + * Mon Nov 30 2020 Remi Collet - 8.5.12-1 - update to 8.5.12 - raise dependency on phar-io/manifest 2.0.1 -- cgit