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 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-redis5.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 4846901..a3c5fd9 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 5.1.0RC2 +Redis Version => 5.1.0 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd diff --git a/REFLECTION b/REFLECTION index ad58c5c..a9ab28e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #197 redis version 5.1.0RC2 ] { +Extension [ extension #197 redis version 5.1.0 ] { - Dependencies { Dependency [ igbinary (Required) ] 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