diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-redis5.spec | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #197 redis version 5.1.0RC2 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 5.1.0-1 +- update to 5.1.0 + * Mon Oct 21 2019 Remi Collet <remi@remirepo.net> - 5.1.0~RC2-1 - update to 5.1.0RC2 - drop patch merged upstream |