summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-02 09:48:29 +0200
committerRemi Collet <remi@remirepo.net>2019-07-02 09:48:29 +0200
commit94362115dd5cfafdb6d8f9778eccfba508bde589 (patch)
treef676dc556dd57d4fe93b00b05ab869df1404a418
parent064e8ad7c5c6b927cf1b96abb8a1b44dd9a96e73 (diff)
v5.0.0
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-redis5.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index 9d83db0..31085c6 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
redis
Redis Support => enabled
-Redis Version => 5.0.0RC2
+Redis Version => 5.0.0
Available serializers => php, json, igbinary, msgpack
Available compression => lzf
diff --git a/REFLECTION b/REFLECTION
index 4d3cdaa..4f28830 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #196 redis version 5.0.0RC2 ] {
+Extension [ <persistent> extension #196 redis version 5.0.0 ] {
- Dependencies {
Dependency [ igbinary (Required) ]
diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec
index bc5fd33..f529d4d 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.0.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
@@ -349,6 +349,9 @@ fi
%changelog
+* Tue Jul 2 2019 Remi Collet <remi@remirepo.net> - 5.0.0-1
+- update to 5.0.0
+
* Wed Jun 26 2019 Remi Collet <remi@remirepo.net> - 5.0.0~RC2-1
- update to 5.0.0RC2