From e937e221a07c384ab518b6914aeba9972c63dfc0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Feb 2020 17:57:34 +0100 Subject: v8.0.1 --- php-phpunit-php-code-coverage8.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phpunit-php-code-coverage8.spec') diff --git a/php-phpunit-php-code-coverage8.spec b/php-phpunit-php-code-coverage8.spec index 9a92ad0..0247cf0 100644 --- a/php-phpunit-php-code-coverage8.spec +++ b/php-phpunit-php-code-coverage8.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit 278b6e876467da2e6b5e5390a2310391618ebc10 +%global gh_commit 31e94ccc084025d6abee0585df533eb3a792b96a #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -29,7 +29,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 8.0.0 +Version: 8.0.1 Release: 1%{?dist} Summary: PHP code coverage information @@ -201,6 +201,9 @@ exit $ret %changelog +* Wed Feb 19 2020 Remi Collet - 8.0.1-1 +- update to 8.0.1 + * Fri Feb 7 2020 Remi Collet - 8.0.0-1 - update to 8.0.0 - raise depdendency on PHP 7.3 -- cgit