summaryrefslogtreecommitdiffstats
path: root/php-pecl-eio.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-21 13:08:34 +0200
committerRemi Collet <remi@remirepo.net>2021-09-21 13:08:34 +0200
commite8d457b2d78c08329ae44c57808d8f34326ae24c (patch)
tree78d2460c34a30d98c9c77c60f4f5f4dd110ff5f9 /php-pecl-eio.spec
parent10b55adcdd65520e4ab5034d91d0a708f7375dcf (diff)
update to 3.0.0RC4 (no change)
drop patch merged upstream
Diffstat (limited to 'php-pecl-eio.spec')
-rw-r--r--php-pecl-eio.spec14
1 files changed, 6 insertions, 8 deletions
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)