diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-21 13:08:34 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-21 13:08:34 +0200 |
commit | e8d457b2d78c08329ae44c57808d8f34326ae24c (patch) | |
tree | 78d2460c34a30d98c9c77c60f4f5f4dd110ff5f9 | |
parent | 10b55adcdd65520e4ab5034d91d0a708f7375dcf (diff) |
update to 3.0.0RC4 (no change)
drop patch merged upstream
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-eio.spec | 14 |
3 files changed, 8 insertions, 10 deletions
@@ -3,4 +3,4 @@ eio eio support => enabled Debug support => disabled -Version => 3.0.0RC3 +Version => 3.0.0RC4 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #124 eio version 3.0.0RC3 ] { +Extension [ <persistent> extension #124 eio version 3.0.0RC4 ] { - Dependencies { Dependency [ sockets (Optional) ] diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index 324eacb..f616311 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -22,7 +22,7 @@ %endif %global upstream_version 3.0.0 -%global upstream_prever RC3 +%global upstream_prever RC4 # # NOTE: bundled libeio (which is retired from Fedora) @@ -193,13 +193,6 @@ fi %check # Need investigation (output order, erratic results) rm ?TS/tests/eio_custom_basic.phpt -%if "%{php_version}" > "8.1" -# deprecated calls -rm ?TS/tests/eio_grp_add.phpt -rm ?TS/tests/eio_stat_error.phpt -rm ?TS/tests/eio_write_variation.phpt -rm ?TS/tests/fork.phpt -%endif DEPMOD= [ -f %{php_extdir}/sockets.so ] && DEPMOD="$DEPMOD -d extension=sockets.so" @@ -252,8 +245,13 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 21 2021 Remi Collet <remi@remirepo.net> - 3.0.0~RC4-1 +- update to 3.0.0RC4 (no change) +- drop patch merged upstream + * Tue Sep 21 2021 Remi Collet <remi@remirepo.net> - 3.0.0~RC3-1 - update to 3.0.0RC3 +- open https://github.com/rosmanov/pecl-eio/pull/14 deprecated calls * Thu Sep 9 2021 Remi Collet <remi@remirepo.net> - 3.0.0~RC2-2 - ignore 4 tests for 8.1 (deprecated calls) |