summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-29 16:59:14 +0200
committerRemi Collet <remi@remirepo.net>2019-05-29 16:59:14 +0200
commit8ad1e229822d2734c6f0ff41db0f1c7bb1418b74 (patch)
treebb2cae9cd2537e23207d080ec5e3ac3691968de0
parent822b9df0c7a55ba5319970935eead1533502bbb7 (diff)
v7.0.4
-rw-r--r--php-phpunit-php-code-coverage7.spec9
1 files 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 <remi@remirepo.net> - 7.0.4-1
+- update to 7.0.4
+
* Tue Feb 26 2019 Remi Collet <remi@remirepo.net> - 7.0.3-1
- update to 7.0.3