summaryrefslogtreecommitdiffstats
path: root/php-pecl-redis-php7.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-redis-php7.spec')
-rw-r--r--php-pecl-redis-php7.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@fedoraproject.org> - 2.2.8-0.5.20160215git2887ad1
+- enable igbinary support
+
* Fri Feb 19 2016 Remi Collet <remi@fedoraproject.org> - 2.2.8-0.4.20160215git2887ad1
- refresh
@@ -407,4 +410,4 @@ rm -rf %{buildroot}
- enable ZTS build
* Tue Aug 28 2012 Remi Collet <remi@fedoraproject.org> - 2.2.1-1
-- initial package \ No newline at end of file
+- initial package