summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-01 09:24:54 +0100
committerRemi Collet <remi@remirepo.net>2019-11-01 09:24:54 +0100
commit715aa56654489f59c33f3254ff32fc8ba79b0a0f (patch)
tree62efb2d78d4fbbcb6dd8079024e9fbf1a78ef1df
parenta2c8d90b19b1be1ff9a3d1ad813d3f3443a05052 (diff)
v5.1.0
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-redis5.spec7
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 4846901..a3c5fd9 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
redis
Redis Support => enabled
-Redis Version => 5.1.0RC2
+Redis Version => 5.1.0
Available serializers => php, json, igbinary, msgpack
Available compression => lzf, zstd
diff --git a/REFLECTION b/REFLECTION
index ad58c5c..a9ab28e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #197 redis version 5.1.0RC2 ] {
+Extension [ <persistent> extension #197 redis version 5.1.0 ] {
- Dependencies {
Dependency [ igbinary (Required) ]
diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec
index 16a1153..f078ee8 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.1.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
@@ -283,7 +283,7 @@ cd NTS/tests
: Launch redis server
mkdir -p data
pidfile=$PWD/redis.pid
-port=$(%{__php} -r 'echo 9000 + PHP_MAJOR_VERSION*100 + PHP_MINOR_VERSION*10 + PHP_INT_SIZE;')
+port=$(%{__php} -r 'echo 9000 + PHP_MAJOR_VERSION*100 + PHP_MINOR_VERSION*10 + PHP_INT_SIZE + 0%{?scl:1};')
%{_root_bindir}/redis-server \
--bind 127.0.0.1 \
--port $port \
@@ -349,6 +349,9 @@ fi
%changelog
+* Fri Nov 1 2019 Remi Collet <remi@remirepo.net> - 5.1.0-1
+- update to 5.1.0
+
* Mon Oct 21 2019 Remi Collet <remi@remirepo.net> - 5.1.0~RC2-1
- update to 5.1.0RC2
- drop patch merged upstream