From bcde0ac48186ef2011aad71693fe951aa1922520 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Nov 2021 10:24:22 +0100 Subject: update to 5.3.5RC1 --- php-pecl-redis5.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'php-pecl-redis5.spec') diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index f6b2c46..f5c3be8 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -25,13 +25,13 @@ # after 20-json, 40-igbinary and 40-msgpack %global ini_name 50-%{pecl_name}.ini -%global upstream_version 5.3.4 -#global upstream_prever RC2 +%global upstream_version 5.3.5 +%global upstream_prever RC1 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis5 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/redis Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -190,6 +190,8 @@ extension = %{pecl_name}.so ;redis.pconnect.pooling_enabled = 1 ;redis.pconnect.connection_limit = 0 ;redis.pconnect.echo_check_liveness = 1 +;redis.pconnect.pool_detect_dirty = 0 +;redis.pconnect.pool_poll_timeout = 0 ;redis.pconnect.pool_pattern => '' ;redis.session.lock_expire = 0 ;redis.session.lock_retries = 10 @@ -306,7 +308,8 @@ $TEST_PHP_EXECUTABLE $TEST_PHP_ARGS TestRedis.php || ret=1 : Cleanup if [ -f $pidfile ]; then - %{_root_bindir}/redis-cli -p $port shutdown + %{_root_bindir}/redis-cli -p $port shutdown nosave + sleep 2 fi cat $PWD/redis.log @@ -351,6 +354,9 @@ fi %changelog +* Wed Nov 17 2021 Remi Collet - 5.3.5~RC1-1 +- update to 5.3.5RC1 + * Wed Sep 01 2021 Remi Collet - 5.3.4-2 - rebuild for 8.1.0RC1 -- cgit