From 2ce2597845992445c0103e774086fe67213005dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jan 2022 07:58:10 +0100 Subject: update to 5.3.6 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-redis5.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1b37574..b2822e6 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 5.3.5 +Redis Version => 5.3.6 Redis Sentinel Version => 0.1 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 diff --git a/REFLECTION b/REFLECTION index 520dcc4..7bf412a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #118 redis version 5.3.5 ] { +Extension [ extension #117 redis version 5.3.6 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index d2c2eeb..fd5f43a 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-redis5 # -# Copyright (c) 2012-2021 Remi Collet +# Copyright (c) 2012-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -25,7 +25,7 @@ # after 20-json, 40-igbinary and 40-msgpack %global ini_name 50-%{pecl_name}.ini -%global upstream_version 5.3.5 +%global upstream_version 5.3.6 #global upstream_prever RC1 Summary: Extension for communicating with the Redis key-value store @@ -354,6 +354,9 @@ fi %changelog +* Tue Jan 18 2022 Remi Collet - 5.3.6-1 +- update to 5.3.6 + * Mon Dec 20 2021 Remi Collet - 5.3.5-1 - update to 5.3.5 -- cgit