diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 |
commit | 6d6e0df9b45201558901dd9cc90a963482585a45 (patch) | |
tree | e6ee4be657ae0e85e4e0f564ee2511314499347c | |
parent | 8cf83c01b85aaaa674af58218ec007aa83e2fdb4 (diff) |
PHP 7.1 mass rebuild part #1
-rw-r--r-- | php-phpiredis.spec | 5 |
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 |