summaryrefslogtreecommitdiffstats
path: root/php-pecl-pcov.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-24 10:01:25 +0100
committerRemi Collet <remi@php.net>2021-11-24 10:01:25 +0100
commit574cd911ff1435fd05050f43986aefedd7e19bb3 (patch)
treecb71a3a0a51b9379392e3562620f09d0829a17e1 /php-pecl-pcov.spec
parent8757ad1fc0633f83f0e11fe67e52ba513654eb8e (diff)
update to 1.0.10
Diffstat (limited to 'php-pecl-pcov.spec')
-rw-r--r--php-pecl-pcov.spec15
1 files changed, 7 insertions, 8 deletions
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 <remi@remirepo.net> - 1.0.10-1
+- update to 1.0.10
+
* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.0.9-2
- rebuild for 8.1.0RC1