diff options
| -rw-r--r-- | php-pecl-msgpack.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec index 7f51a0e..5025fbb 100644 --- a/php-pecl-msgpack.spec +++ b/php-pecl-msgpack.spec @@ -36,7 +36,7 @@ Version:       2.0.2  Release:       0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:       https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz  %else -Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz  %endif  License:       BSD @@ -296,6 +296,9 @@ fi  %changelog +* Wed Jun 21 2017 Remi Collet <remi@fedoraproject.org> - 2.0.2-3 +- rebuild for 7.2.0alpha2 +  * Fri Apr 14 2017 Remi Collet <remi@remirepo.net> - 2.0.2-2  - add patch for test suite with PHP 7.2 from    https://github.com/msgpack/msgpack-php/pull/118  | 
