summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO7
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-redis4.spec7
3 files changed, 12 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
new file mode 100644
index 0000000..77c9b93
--- /dev/null
+++ b/PHPINFO
@@ -0,0 +1,7 @@
+
+redis
+
+Redis Support => enabled
+Redis Version => 4.1.0
+Available serializers => php, igbinary
+Available compression => lzf
diff --git a/REFLECTION b/REFLECTION
index cd2a1d4..7166005 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #192 redis version 4.1.0RC3 ] {
+Extension [ <persistent> extension #192 redis version 4.1.0 ] {
- Dependencies {
Dependency [ igbinary (Required) ]
diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec
index d51b67e..b3d9145 100644
--- a/php-pecl-redis4.spec
+++ b/php-pecl-redis4.spec
@@ -29,7 +29,7 @@
%global ini_name 50-%{pecl_name}.ini
%endif
%global upstream_version 4.1.0
-%global upstream_prever RC3
+#global upstream_prever RC3
Summary: Extension for communicating with the Redis key-value store
Name: %{?sub_prefix}php-pecl-redis4
@@ -49,8 +49,6 @@ BuildRequires: liblzf-devel
# to run Test suite
%if %{with_tests}
BuildRequires: redis >= 3
-# Temporary
-BuildRequires: jemalloc
%endif
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
@@ -332,6 +330,9 @@ fi
%changelog
+* Tue Jul 10 2018 Remi Collet <remi@remirepo.net> - 4.1.0-1
+- update to 4.1.0 (stable)
+
* Fri Jun 22 2018 Remi Collet <remi@remirepo.net> - 4.1.0~RC3-1
- update to 4.1.0RC3 (beta, no change)
- drop patches merged upstream