From 87ac3d35f6f69e1babdeff57543b437885e34fb5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Feb 2022 07:33:50 +0100 Subject: update to 5.3.7RC2 (beta, no change) --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-redis5.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index c634fbf..5583578 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 5.3.7RC1 +Redis Version => 5.3.7RC2 Redis Sentinel Version => 0.1 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 diff --git a/REFLECTION b/REFLECTION index 29c43b0..20e84ec 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 redis version 5.3.7RC1 ] { +Extension [ extension #117 redis version 5.3.7RC2 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index 22f32e2..ff98728 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.7 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis5 @@ -354,8 +354,11 @@ fi %changelog +* Mon Feb 14 2022 Remi Collet - 5.3.7~RC2-1 +- update to 5.3.7RC2 (beta, no change) + * Wed Feb 2 2022 Remi Collet - 5.3.7~RC1-1 -- update to 5.3.7RC1 +- update to 5.3.7RC1 (alpha) * Tue Jan 18 2022 Remi Collet - 5.3.6-1 - update to 5.3.6 -- cgit