diff options
-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 d59230e..c9073b9 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -33,7 +33,7 @@ Version: 2.0.4 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 @@ -306,6 +306,9 @@ fi %changelog +* Wed Jun 21 2017 Remi Collet <remi@fedoraproject.org> - 2.0.4-2 +- rebuild for 7.2.0alpha2 + * Mon Apr 24 2017 Remi Collet <remi@remirepo.net> - 2.0.4-1 - Update to 2.0.4 |