From d004ef62e06c73dce352a58ea74cf9256cc4801d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Jan 2017 06:39:07 +0100 Subject: php-pecl-redis: 3.1.1RC2 --- REFLECTION | 10 +++++++--- php-pecl-redis.spec | 7 +++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 1b1e1d7..72e4332 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,8 @@ -Extension [ extension #161 redis version 3.1.0 ] { +Extension [ extension #167 redis version 3.1.1RC2 ] { + + - Dependencies { + Dependency [ igbinary (Required) ] + } - INI { Entry [ redis.arrays.names ] @@ -48,10 +52,10 @@ Extension [ extension #161 redis version 3.1.0 ] { Constant [ integer OPT_READ_TIMEOUT ] { 3 } Constant [ integer SERIALIZER_NONE ] { 0 } Constant [ integer SERIALIZER_PHP ] { 1 } + Constant [ integer SERIALIZER_IGBINARY ] { 2 } Constant [ integer OPT_SCAN ] { 4 } Constant [ integer SCAN_RETRY ] { 1 } Constant [ integer SCAN_NORETRY ] { 0 } - Constant [ integer SERIALIZER_IGBINARY ] { 2 } Constant [ string AFTER ] { after } Constant [ string BEFORE ] { before } } @@ -850,6 +854,7 @@ Extension [ extension #161 redis version 3.1.0 ] { Constant [ integer OPT_READ_TIMEOUT ] { 3 } Constant [ integer SERIALIZER_NONE ] { 0 } Constant [ integer SERIALIZER_PHP ] { 1 } + Constant [ integer SERIALIZER_IGBINARY ] { 2 } Constant [ integer OPT_SCAN ] { 4 } Constant [ integer SCAN_RETRY ] { 1 } Constant [ integer SCAN_NORETRY ] { 0 } @@ -858,7 +863,6 @@ Extension [ extension #161 redis version 3.1.0 ] { Constant [ integer FAILOVER_ERROR ] { 1 } Constant [ integer FAILOVER_DISTRIBUTE ] { 2 } Constant [ integer FAILOVER_DISTRIBUTE_SLAVES ] { 3 } - Constant [ integer SERIALIZER_IGBINARY ] { 2 } Constant [ string AFTER ] { after } Constant [ string BEFORE ] { before } } diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index 45f5266..20f098a 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -27,12 +27,12 @@ # after 40-igbinary %global ini_name 50-%{pecl_name}.ini %endif -%global prever RC1 +%global prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis Version: 3.1.1 -Release: 0.1.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz License: PHP Group: Development/Languages @@ -305,6 +305,9 @@ rm -rf %{buildroot} %changelog +* Tue Jan 17 2017 Remi Collet - 3.1.1-0.2.RC2 +- Update to 3.1.1RC2 + * Thu Dec 22 2016 Remi Collet - 3.1.1-0.1.RC1 - test build for open upcoming 3.1.1RC1 -- cgit