From 9bb43630ac8f349bd1f08067c80512b6bfa36c17 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Mar 2019 09:30:30 +0100 Subject: update to 4.3.0RC2 (beta) --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-redis4.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index dd9aa17..29e3946 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 4.3.0RC1 +Redis Version => 4.3.0RC2 Available serializers => php, igbinary Available compression => lzf diff --git a/REFLECTION b/REFLECTION index ba04ba7..b5c5682 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #195 redis version 4.3.0RC1 ] { +Extension [ extension #197 redis version 4.3.0RC2 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec index bd847c2..52e8a58 100644 --- a/php-pecl-redis4.spec +++ b/php-pecl-redis4.spec @@ -29,7 +29,7 @@ %global ini_name 50-%{pecl_name}.ini %endif %global upstream_version 4.3.0 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis4 @@ -340,6 +340,9 @@ fi %changelog +* Wed Mar 6 2019 Remi Collet - 4.3.0~RC2-1 +- update to 4.3.0RC2 (beta) + * Mon Feb 25 2019 Remi Collet - 4.3.0~RC1-1 - update to 4.3.0RC1 (alpha) no change sincy 4.2.1RC1, only version change according to semver -- cgit