From 536b08c43a28c910427e1ceaa0e85e946bebf4f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 10:08:47 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-xmldiff.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php-pecl-xmldiff.spec') diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec index b20bed1..3531a51 100644 --- a/php-pecl-xmldiff.spec +++ b/php-pecl-xmldiff.spec @@ -24,7 +24,7 @@ Summary: XML diff and merge Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.3 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -63,6 +63,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 @@ -242,6 +245,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 01 2021 Remi Collet - 1.1.3-2 +- rebuild for 8.1.0RC1 + * Mon Jan 18 2021 Remi Collet - 1.1.3-1 - update to 1.1.3 -- cgit