From e5ee466b56406d9f372fcb564dde1da3261a5a65 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 10:03:17 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-uuid.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php-pecl-uuid.spec') diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index 1b3852b..de84d85 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -30,7 +30,7 @@ Summary: Universally Unique Identifier extension for PHP Name: %{?sub_prefix}php-pecl-uuid Version: 1.2.0 -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;')}} License: LGPLv2+ URL: https://pecl.php.net/package/uuid Source: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -66,6 +66,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.1" +Obsoletes: php81-pecl-%{pecl_name} <= %{version} +%endif %endif @@ -207,6 +210,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet - 1.2.0-4 +- rebuild for 8.1.0RC1 + * Fri Apr 30 2021 Remi Collet - 1.2.0-3 - F34 rebuild for https://github.com/remicollet/remirepo/issues/174 -- cgit