From 97208a838bc4e1cf75c9ed5604b2cb812267a74c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Oct 2020 09:36:32 +0200 Subject: update to 5.3.2 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-redis5.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 0ac7a43..c1c808c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 5.3.2RC2 +Redis Version => 5.3.2 Redis Sentinel Version => 0.1 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 diff --git a/REFLECTION b/REFLECTION index f1e76af..498e78e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 redis version 5.3.2RC2 ] { +Extension [ extension #114 redis version 5.3.2 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index bf3b522..e62f797 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -26,7 +26,7 @@ %global ini_name 50-%{pecl_name}.ini %global upstream_version 5.3.2 -%global upstream_prever RC2 +#global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis5 @@ -353,6 +353,9 @@ fi %changelog +* Thu Oct 22 2020 Remi Collet - 5.3.2-1 +- update to 5.3.2 + * Wed Oct 14 2020 Remi Collet - 5.3.2~RC2-1 - update to 5.3.2RC2 -- cgit