From 8ad1e229822d2734c6f0ff41db0f1c7bb1418b74 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 May 2019 16:59:14 +0200 Subject: v7.0.4 --- php-phpunit-php-code-coverage7.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index 4c1c80b..51e43b6 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit 0317a769a81845c390e19684d9ba25d7f6aa4707 +%global gh_commit 6024c8a6cb962d496b7bd049ed8f48473824176d #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: 7.0.3 +Version: 7.0.4 Release: 1%{?dist} Summary: PHP code coverage information @@ -179,7 +179,7 @@ define('TEST_FILES_PATH', __DIR__ . '/_files/'); EOF ret=0 -for cmd in php php72 php73; do +for cmd in php php72 php73 php74; do if which $cmd; then $cmd $EXT \ -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php \ @@ -202,6 +202,9 @@ exit $ret %changelog +* Wed May 29 2019 Remi Collet - 7.0.4-1 +- update to 7.0.4 + * Tue Feb 26 2019 Remi Collet - 7.0.3-1 - update to 7.0.3 -- cgit