summaryrefslogtreecommitdiffstats
path: root/php-pecl-redis5.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-17 10:24:22 +0100
committerRemi Collet <remi@php.net>2021-11-17 10:24:22 +0100
commitbcde0ac48186ef2011aad71693fe951aa1922520 (patch)
treebc82c3280445defe9333f17b3df9ffbabc9738a6 /php-pecl-redis5.spec
parent4efcbe82b99c2018370ce0041be720afbd22efe1 (diff)
update to 5.3.5RC1
Diffstat (limited to 'php-pecl-redis5.spec')
-rw-r--r--php-pecl-redis5.spec14
1 files changed, 10 insertions, 4 deletions
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 <remi@remirepo.net> - 5.3.5~RC1-1
+- update to 5.3.5RC1
+
* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 5.3.4-2
- rebuild for 8.1.0RC1