From e8d457b2d78c08329ae44c57808d8f34326ae24c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Sep 2021 13:08:34 +0200 Subject: update to 3.0.0RC4 (no change) drop patch merged upstream --- php-pecl-eio.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'php-pecl-eio.spec') 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 - 3.0.0~RC4-1 +- update to 3.0.0RC4 (no change) +- drop patch merged upstream + * Tue Sep 21 2021 Remi Collet - 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 - 3.0.0~RC2-2 - ignore 4 tests for 8.1 (deprecated calls) -- cgit