From 8069c00f61367aae772d74a86e6bb6e2ec304954 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Sep 2021 15:47:36 +0200 Subject: F35 build --- php-pecl-msgpack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-msgpack.spec') diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec index c3508a6..5d93e3b 100644 --- a/php-pecl-msgpack.spec +++ b/php-pecl-msgpack.spec @@ -42,7 +42,7 @@ URL: https://pecl.php.net/package/msgpack 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: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?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 +* Mon Sep 6 2021 Remi Collet - 2.2.0~RC1-6 +- F35 build + * Wed Sep 01 2021 Remi Collet - 2.2.0~RC1-4 - rebuild for 8.1.0RC1 -- cgit