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 | 94f8db4e201532cba8eab5995c2b602d5e01fb2b (patch) | |
tree | 1202e4dad829681ab5dc5a346a2bd5cce9d0537c | |
parent | 53365afc677ecb8f13b5011cb4ba1920be118622 (diff) |
PHP 7.1 mass rebuild part #1
-rw-r--r-- | php-pecl-igbinary.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index a30deda..24a53cc 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -33,7 +33,7 @@ Version: 2.0.0 Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://github.com/%{extname}/%{extname}/archive/%{gh_commit}/%{extname}-%{version}-%{gh_short}.tar.gz %else -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: http://pecl.php.net/get/%{extname}-%{version}.tgz %endif License: BSD @@ -297,6 +297,9 @@ fi %changelog +* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-2 +- rebuild with PHP 7.1.0 GA + * Mon Nov 21 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-1 - update to 2.0.0 (php 5 and 7, stable) |