diff options
-rw-r--r-- | REFLECTION | 10 | ||||
-rw-r--r-- | php-pecl-redis.spec | 7 |
2 files changed, 12 insertions, 5 deletions
@@ -1,4 +1,8 @@ -Extension [ <persistent> extension #161 redis version 3.1.0 ] { +Extension [ <persistent> extension #167 redis version 3.1.1RC2 ] { + + - Dependencies { + Dependency [ igbinary (Required) ] + } - INI { Entry [ redis.arrays.names <ALL> ] @@ -48,10 +52,10 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 <remi@fedoraproject.org> - 3.1.1-0.2.RC2 +- Update to 3.1.1RC2 + * Thu Dec 22 2016 Remi Collet <remi@fedoraproject.org> - 3.1.1-0.1.RC1 - test build for open upcoming 3.1.1RC1 |