From 709c0b4106d5e4b9027c15a502bea3312370ffcd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Mar 2016 11:49:45 +0100 Subject: php-pecl-redis: 2.2.8-dev, enable igbinary support --- php-pecl-redis-php7.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-redis-php7.spec') diff --git a/php-pecl-redis-php7.spec b/php-pecl-redis-php7.spec index 041b233..3b493f0 100644 --- a/php-pecl-redis-php7.spec +++ b/php-pecl-redis-php7.spec @@ -31,7 +31,7 @@ %global pecl_name redis %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global with_tests 0%{?_with_tests:1} -%global with_igbin 0 +%global with_igbin 1 %if "%{php_version}" < "5.6" # after igbinary %global ini_name %{pecl_name}.ini @@ -44,7 +44,7 @@ Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis Version: 2.2.8 %if 0%{?gh_date} -Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -330,6 +330,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 3 2016 Remi Collet - 2.2.8-0.5.20160215git2887ad1 +- enable igbinary support + * Fri Feb 19 2016 Remi Collet - 2.2.8-0.4.20160215git2887ad1 - refresh @@ -407,4 +410,4 @@ rm -rf %{buildroot} - enable ZTS build * Tue Aug 28 2012 Remi Collet - 2.2.1-1 -- initial package \ No newline at end of file +- initial package -- cgit