(cherry picked from commit a282956666)
This commit is contained in:
Remi Collet 2019-06-03 13:20:00 +02:00
commit 9d4e9a40f6
3 changed files with 8 additions and 4 deletions

View file

@ -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
@ -155,7 +155,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 \
@ -176,6 +176,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