summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-02 08:13:07 +0100
committerRemi Collet <remi@remirepo.net>2020-03-02 08:13:07 +0100
commitfce25dbe86024093e9d7df574786f00d5d86c8bd (patch)
treeab9f17f2e02e8afa7081934b4d5465e3a95e580f
parentde9950d5df2bcf1ce1fc004b14f142de70c3b8bd (diff)
update to 5.2.0
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-redis5.spec5
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 41d2d6d..6e59add 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,8 +2,8 @@
redis
Redis Support => enabled
-Redis Version => 5.2.0RC2
-Redis Sentinel Version => 0.1RC2
+Redis Version => 5.2.0
+Redis Sentinel Version => 0.1
Available serializers => php, json, igbinary, msgpack
Available compression => lzf, zstd
diff --git a/REFLECTION b/REFLECTION
index aa8f00b..f68cf64 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #110 redis version 5.2.0RC2 ] {
+Extension [ <persistent> extension #110 redis version 5.2.0 ] {
- Dependencies {
Dependency [ igbinary (Required) ]
diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec
index 7a835fd..e11a6a4 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.2.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
@@ -341,6 +341,9 @@ fi
%changelog
+* Mon Mar 2 2020 Remi Collet <remi@remirepo.net> - 5.2.0-1
+- update to 5.2.0
+
* Fri Feb 21 2020 Remi Collet <remi@remirepo.net> - 5.2.0~RC2-1
- update to 5.2.0RC2