diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-15 07:01:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-15 07:01:31 +0200 |
commit | 1264e87d3bc499d45860f804b4f8831fae366980 (patch) | |
tree | a71958f504f3e669c2b787c641fde611ddc37204 | |
parent | c917d5c08f25133bf9ebf112080dc24f1b7602aa (diff) |
update to 5.3.2RC2
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-redis5.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 5.3.2RC1 +Redis Version => 5.3.2RC2 Redis Sentinel Version => 0.1 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #115 redis version 5.3.2RC1 ] { +Extension [ <persistent> extension #115 redis version 5.3.2RC2 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index 3cfe52f..bf3b522 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.2 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis5 @@ -353,6 +353,9 @@ fi %changelog +* Wed Oct 14 2020 Remi Collet <remi@remirepo.net> - 5.3.2~RC2-1 +- update to 5.3.2RC2 + * Wed Oct 7 2020 Remi Collet <remi@remirepo.net> - 5.3.2~RC1-1 - update to 5.3.2RC1 - drop patch merged upstream |