From 7654f723637b0aa62aa0d76dce176f74293ee282 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 08:29:03 +0200 Subject: rebuild for 8.1.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 d771f3d..c3508a6 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.6.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.7.%{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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?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 @@ -277,6 +277,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet - 2.2.0~RC1-4 +- rebuild for 8.1.0RC1 + * Tue Aug 31 2021 Remi Collet - 2.2.0~RC1-1 - update to 2.2.0RC1 -- cgit