From ab5c12928116df2e203a313a9beade9f08f1c2ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 09:11:49 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-pecl-msgpack.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec index 190d317..7fd8f65 100644 --- a/php-pecl-msgpack.spec +++ b/php-pecl-msgpack.spec @@ -39,10 +39,10 @@ License: BSD Version: %{upstream_version}%{?upstream_lower:~%{upstream_lower}} URL: https://pecl.php.net/package/msgpack %if 0%{?gh_date:1} -Release: 0.5.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.6.%{gh_date}.%{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: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif @@ -288,6 +288,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet - 2.1.1-3 +- rebuild for PHP 8.0.0RC1 + * Wed Sep 23 2020 Remi Collet - 2.1.1-2 - add upstream patches for PHP 8 -- cgit