diff options
Diffstat (limited to 'php-phpunit-php-code-coverage6.spec')
-rw-r--r-- | php-phpunit-php-code-coverage6.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-code-coverage6.spec b/php-phpunit-php-code-coverage6.spec index 580f922..80e1205 100644 --- a/php-phpunit-php-code-coverage6.spec +++ b/php-phpunit-php-code-coverage6.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit 865662550c384bc1db7e51d29aeda1c2c161d69a +%global gh_commit 848f78b3309780fef7ec8c4666b7ab4e6b09b22f #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php %global ver_major 6 %global ver_minor 0 -%global ver_patch 7 +%global ver_patch 8 %global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -198,7 +198,7 @@ define('TEST_FILES_PATH', __DIR__ . '/_files/'); EOF ret=0 -for cmd in php php71 php72; do +for cmd in php php71 php72 php73; do if which $cmd; then $cmd $EXT \ -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php \ @@ -221,6 +221,9 @@ exit $ret %changelog +* Thu Oct 4 2018 Remi Collet <remi@remirepo.net> - 6.0.8-1 +- update to 6.0.8 + * Fri Jun 1 2018 Remi Collet <remi@remirepo.net> - 6.0.7-1 - update to 6.0.7 |