From 79332d5f7206ec7d70c91a0e54156b31bdb4a809 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Jul 2018 16:55:30 +0200 Subject: v4.1.0 --- PHPINFO | 7 +++++++ REFLECTION | 2 +- php-pecl-redis4.spec | 7 ++++--- 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 PHPINFO 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 [ extension #192 redis version 4.1.0RC3 ] { +Extension [ 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 - 4.1.0-1 +- update to 4.1.0 (stable) + * Fri Jun 22 2018 Remi Collet - 4.1.0~RC3-1 - update to 4.1.0RC3 (beta, no change) - drop patches merged upstream -- cgit