summaryrefslogtreecommitdiffstats
path: root/php-pecl-redis4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-redis4.spec')
-rw-r--r--php-pecl-redis4.spec7
1 files changed, 4 insertions, 3 deletions
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