diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-01 07:38:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-01 07:39:29 +0200 |
commit | 326a453f05e68adde1b6ffae4b7b7bb4d43f09fa (patch) | |
tree | 1cb01691f3d8e3f1637fea6e586401a7c79efff9 | |
parent | e6be83f17219f056fea75e3379bead22e508f719 (diff) |
v5.3.0
-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.0RC2 +Redis Version => 5.3.0 Redis Sentinel Version => 0.1 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #114 redis version 5.3.0RC2 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 5.3.0-1 +- update to 5.3.0 + * Sat Jun 27 2020 Remi Collet <remi@remirepo.net> - 5.3.0~RC2-1 - update to 5.3.0RC2 - drop patch merged upstream |