From 4f1f6fae7f193897217e1f50b37ba458c4701755 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 May 2020 07:33:49 +0200 Subject: update to 8.0.2 sources from git snapshot --- php-phpunit-php-code-coverage8.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 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 0247cf0..2b2b960 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 31e94ccc084025d6abee0585df533eb3a792b96a +%global gh_commit ca6647ffddd2add025ab3f21644a441d7c146cdc #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.1 +Version: 8.0.2 Release: 1%{?dist} Summary: PHP code coverage information @@ -39,7 +39,8 @@ Summary: PHP code coverage information # ASL 2.0: nvd3 License: BSD and MIT and ASL 2.0 URL: https://github.com/%{gh_vendor}/%{gh_project} -Source0: https://github.com/%{gh_vendor}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz +Source0: %{name}-%{version}-%{gh_short}.tgz +Source1: makesrc.sh BuildArch: noarch BuildRequires: php-fedora-autoloader-devel >= 1.0.0 @@ -178,7 +179,7 @@ define('TEST_FILES_PATH', __DIR__ . '/_files/'); EOF ret=0 -for cmd in php php73 php74; do +for cmd in php php73 php74 php80; do if which $cmd; then $cmd $EXT \ -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php \ @@ -201,6 +202,10 @@ exit $ret %changelog +* Sun May 24 2020 Remi Collet - 8.0.2-1 +- update to 8.0.2 +- sources from git snapshot + * Wed Feb 19 2020 Remi Collet - 8.0.1-1 - update to 8.0.1 -- cgit