diff options
| -rw-r--r-- | php-pecl-igbinary.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index c9073b9..52a5e44 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -30,10 +30,10 @@ Summary:        Replacement for the standard PHP serializer  Name:           %{?sub_prefix}php-pecl-igbinary  Version:        2.0.4  %if 0%{?gh_date} -Release:        0.6.%{gh_date}git%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        0.7.%{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:        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 @@ -306,6 +306,9 @@ fi  %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 2.0.4-3 +- rebuild for PHP 7.2.0beta1 new API +  * Wed Jun 21 2017 Remi Collet <remi@fedoraproject.org> - 2.0.4-2  - rebuild for 7.2.0alpha2 | 
