From 191b1a8312a302d46901baa16bb1237cc8f9d41c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jun 2017 07:42:57 +0200 Subject: rebuild for 7.2.0alpha2 --- php-pecl-msgpack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 2.0.2-3 +- rebuild for 7.2.0alpha2 + * Fri Apr 14 2017 Remi Collet - 2.0.2-2 - add patch for test suite with PHP 7.2 from https://github.com/msgpack/msgpack-php/pull/118 -- cgit