From 6d6e0df9b45201558901dd9cc90a963482585a45 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 11:35:04 +0100 Subject: PHP 7.1 mass rebuild part #1 --- php-phpiredis.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpiredis.spec b/php-phpiredis.spec index b82d7d7..16b546b 100644 --- a/php-phpiredis.spec +++ b/php-phpiredis.spec @@ -32,7 +32,7 @@ Version: 1.0.0 %if 0%{?gh_date} Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif Summary: Client extension for Redis @@ -232,6 +232,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 1 2016 Remi Collet - 1.0.0-2 +- rebuild with PHP 7.1.0 GA + * Thu Nov 24 2016 Remi Collet - 1.0.0-1 - update to 1.0.0 release -- cgit