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 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-ev.spec | 16 ++++++++++------ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index 014db6f..21dd634 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,4 +3,4 @@ ev Ev support => enabled Debug support => disabled -Version => 1.1.5 +Version => 1.1.6RC1 diff --git a/REFLECTION b/REFLECTION index f5af01b..3b5e776 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #124 ev version 1.1.5 ] { +Extension [ extension #128 ev version 1.1.6RC1 ] { - Dependencies { Dependency [ sockets (Optional) ] 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