diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-21 07:42:57 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-21 07:42:57 +0200 |
commit | 191b1a8312a302d46901baa16bb1237cc8f9d41c (patch) | |
tree | cfd7d6b6654e8dc0dfe3c8ca0b09f5eca505510b | |
parent | 56ebaa85fc339d78cef2012c20977a996fdffe14 (diff) |
rebuild for 7.2.0alpha2
-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 |