From c022c1633c223004b7bce5446253933614773e3c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Mar 2021 07:25:38 +0100 Subject: update to 5.3.4 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-redis5.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1e60ec1..bc71421 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 5.3.3 +Redis Version => 5.3.4 Redis Sentinel Version => 0.1 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 diff --git a/REFLECTION b/REFLECTION index 0a126e6..377a9ef 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 redis version 5.3.3 ] { +Extension [ extension #117 redis version 5.3.4 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index 7388493..d921d2c 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -25,7 +25,7 @@ # after 20-json, 40-igbinary and 40-msgpack %global ini_name 50-%{pecl_name}.ini -%global upstream_version 5.3.3 +%global upstream_version 5.3.4 #global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store @@ -348,6 +348,9 @@ fi %changelog +* Thu Mar 25 2021 Remi Collet - 5.3.4-1 +- update to 5.3.4 + * Wed Feb 3 2021 Remi Collet - 5.3.3-1 - update to 5.3.3 -- cgit