diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-13 15:34:36 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-13 15:34:36 +0100 |
commit | dacee4521c404cbb5afcff948e3c405d03977d61 (patch) | |
tree | 54f7ce01e1b7866a843908ce2ede29dd8015c24b | |
parent | d41e55ca5568b02a774acaf9b9bd0ef7a4f0f08a (diff) |
update to 1.1.6RC1
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-ev.spec | 16 |
3 files changed, 12 insertions, 8 deletions
@@ -3,4 +3,4 @@ ev Ev support => enabled Debug support => disabled -Version => 1.1.5 +Version => 1.1.6RC1 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #124 ev version 1.1.5 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 1.1.6~RC1-1 +- update to 1.1.6RC1 + * Sat Sep 18 2021 Remi Collet <remi@remirepo.net> - 1.1.5-1 - update to 1.1.5 |