From fce25dbe86024093e9d7df574786f00d5d86c8bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Mar 2020 08:13:07 +0100 Subject: update to 5.2.0 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-pecl-redis5.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 41d2d6d..6e59add 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,8 +2,8 @@ redis Redis Support => enabled -Redis Version => 5.2.0RC2 -Redis Sentinel Version => 0.1RC2 +Redis Version => 5.2.0 +Redis Sentinel Version => 0.1 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd diff --git a/REFLECTION b/REFLECTION index aa8f00b..f68cf64 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #110 redis version 5.2.0RC2 ] { +Extension [ extension #110 redis version 5.2.0 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index 7a835fd..e11a6a4 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.2.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 @@ -341,6 +341,9 @@ fi %changelog +* Mon Mar 2 2020 Remi Collet - 5.2.0-1 +- update to 5.2.0 + * Fri Feb 21 2020 Remi Collet - 5.2.0~RC2-1 - update to 5.2.0RC2 -- cgit