From dacee4521c404cbb5afcff948e3c405d03977d61 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 13 Nov 2021 15:34:36 +0100 Subject: update to 1.1.6RC1 --- php-pecl-ev.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'php-pecl-ev.spec') diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec index a3bfa47..aafd485 100644 --- a/php-pecl-ev.spec +++ b/php-pecl-ev.spec @@ -24,8 +24,8 @@ %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 1.1.5 -#global upstream_prever RC3 +%global upstream_version 1.1.6 +%global upstream_prever RC1 #global upstream_postver r1 Summary: Provides interface to libev library @@ -179,6 +179,9 @@ fi %check +# Erratic results +rm ?TS/tests/bug44-uncaught-exception.php5.phpt + DEPMOD="-n" [ -f %{php_extdir}/sockets.so ] && DEPMOD="$DEPMOD -d extension=sockets.so" [ -f %{php_extdir}/posix.so ] && DEPMOD="$DEPMOD -d extension=posix.so" @@ -193,9 +196,8 @@ cd NTS : Upstream test suite for NTS extension TEST_PHP_EXECUTABLE=%{_bindir}/php \ TEST_PHP_ARGS="$DEPMOD -d extension=%{buildroot}%{php_extdir}/%{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 --show-diff %if %{with_zts} @@ -209,9 +211,8 @@ cd ../ZTS : Upstream test suite for ZTS extension TEST_PHP_EXECUTABLE=%{__ztsphp} \ TEST_PHP_ARGS="$DEPMOD -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ -NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{__ztsphp} -n run-tests.php --show-diff +%{__ztsphp} -n run-tests.php -q --show-diff %endif @@ -230,6 +231,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sat Nov 13 2021 Remi Collet - 1.1.6~RC1-1 +- update to 1.1.6RC1 + * Sat Sep 18 2021 Remi Collet - 1.1.5-1 - update to 1.1.5 -- cgit