From 715aa56654489f59c33f3254ff32fc8ba79b0a0f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Nov 2019 09:24:54 +0100 Subject: v5.1.0 --- php-pecl-redis5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-redis5.spec') diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index 16a1153..f078ee8 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -25,7 +25,7 @@ %global ini_name 50-%{pecl_name}.ini %global upstream_version 5.1.0 -%global upstream_prever RC2 +#global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis5 @@ -283,7 +283,7 @@ cd NTS/tests : Launch redis server mkdir -p data pidfile=$PWD/redis.pid -port=$(%{__php} -r 'echo 9000 + PHP_MAJOR_VERSION*100 + PHP_MINOR_VERSION*10 + PHP_INT_SIZE;') +port=$(%{__php} -r 'echo 9000 + PHP_MAJOR_VERSION*100 + PHP_MINOR_VERSION*10 + PHP_INT_SIZE + 0%{?scl:1};') %{_root_bindir}/redis-server \ --bind 127.0.0.1 \ --port $port \ @@ -349,6 +349,9 @@ fi %changelog +* Fri Nov 1 2019 Remi Collet - 5.1.0-1 +- update to 5.1.0 + * Mon Oct 21 2019 Remi Collet - 5.1.0~RC2-1 - update to 5.1.0RC2 - drop patch merged upstream -- cgit