From 326a453f05e68adde1b6ffae4b7b7bb4d43f09fa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Jul 2020 07:38:31 +0200 Subject: v5.3.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-redis5.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index a70e137..8ae22bc 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 5.3.0RC2 +Redis Version => 5.3.0 Redis Sentinel Version => 0.1 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 diff --git a/REFLECTION b/REFLECTION index caacb8b..c68e558 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #114 redis version 5.3.0RC2 ] { +Extension [ extension #114 redis version 5.3.0 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index 5b922df..fe3bd5c 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -25,7 +25,7 @@ %global ini_name 50-%{pecl_name}.ini %global upstream_version 5.3.0 -%global upstream_prever RC2 +#global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis5 @@ -339,6 +339,9 @@ fi %changelog +* Wed Jul 1 2020 Remi Collet - 5.3.0-1 +- update to 5.3.0 + * Sat Jun 27 2020 Remi Collet - 5.3.0~RC2-1 - update to 5.3.0RC2 - drop patch merged upstream -- cgit