diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 | 
| commit | d662ad3078b6b81504cbc82cfb2bfe44bbeac90e (patch) | |
| tree | fc1b9480427f8319553a9c2fa8b7a9a41ee9bf97 | |
| parent | c41f6b0ab791536138097c89ab174ddecb31a53d (diff) | |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
| -rw-r--r-- | php-pecl-igbinary-dev.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/php-pecl-igbinary-dev.spec b/php-pecl-igbinary-dev.spec index 3937af6..d1688e7 100644 --- a/php-pecl-igbinary-dev.spec +++ b/php-pecl-igbinary-dev.spec @@ -34,10 +34,10 @@ Summary:        Replacement for the standard PHP serializer  Name:           %{?sub_prefix}php-pecl-igbinary  Version:        1.2.2  %if 0%{?gh_date} -Release:        0.4.%{gh_date}git%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        0.5.%{gh_date}git%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  Source0:        https://github.com/%{extname}/%{extname}7/archive/%{gh_commit}/%{extname}-%{version}-%{gh_short}.tar.gz  %else -Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  Source0:        http://pecl.php.net/get/%{extname}-%{version}.tgz  %endif  License:        BSD @@ -303,6 +303,9 @@ fi  %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.2.2-0.5.20160724git332a3d7 +- rebuild for PHP 7.1 new API version +  * Mon Jul 25 2016 Remi Collet <remi@fedoraproject.org> - 1.2.2-0.4.20160724git332a3d7  - refresh | 
