From 574cd911ff1435fd05050f43986aefedd7e19bb3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Nov 2021 10:01:25 +0100 Subject: update to 1.0.10 --- php-pecl-pcov.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'php-pecl-pcov.spec') diff --git a/php-pecl-pcov.spec b/php-pecl-pcov.spec index 0dfd74a..a64d1ce 100644 --- a/php-pecl-pcov.spec +++ b/php-pecl-pcov.spec @@ -14,8 +14,8 @@ Summary: Code coverage driver Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.9 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.0.10 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -182,11 +182,9 @@ cd NTS --modules | grep %{pecl_name} : Upstream test suite for NTS extension -TEST_PHP_EXECUTABLE=%{_bindir}/php \ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ -NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{_bindir}/php -n run-tests.php --show-diff +%{_bindir}/php -n run-tests.php -q -P --show-diff %if %{with_zts} @@ -197,11 +195,9 @@ cd ../ZTS --modules | grep %{pecl_name} : Upstream test suite for ZTS extension -TEST_PHP_EXECUTABLE=%{__ztsphp} \ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ -NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{__ztsphp} -n run-tests.php --show-diff +%{__ztsphp} -n run-tests.php -q -P --show-diff %endif @@ -220,6 +216,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Nov 24 2021 Remi Collet - 1.0.10-1 +- update to 1.0.10 + * Wed Sep 01 2021 Remi Collet - 1.0.9-2 - rebuild for 8.1.0RC1 -- cgit