summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-01 11:35:04 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-01 11:35:04 +0100
commit6d6e0df9b45201558901dd9cc90a963482585a45 (patch)
treee6ee4be657ae0e85e4e0f564ee2511314499347c
parent8cf83c01b85aaaa674af58218ec007aa83e2fdb4 (diff)
PHP 7.1 mass rebuild part #1
-rw-r--r--php-phpiredis.spec5
1 files changed, 4 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.0.0-2
+- rebuild with PHP 7.1.0 GA
+
* Thu Nov 24 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-1
- update to 1.0.0 release