From 0f2e6c713bb2843d719bbe86d3b9ef007d4dab90 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 11:58:13 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-pecl-xmlrpc.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'php-pecl-xmlrpc.spec') diff --git a/php-pecl-xmlrpc.spec b/php-pecl-xmlrpc.spec index da4b0ff..a7d933b 100644 --- a/php-pecl-xmlrpc.spec +++ b/php-pecl-xmlrpc.spec @@ -32,7 +32,7 @@ Summary: Functions to write XML-RPC servers and clients Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -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;')}} # Extension is PHP # Library is BSD @@ -65,7 +65,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele # Other third party repo stuff %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} -Obsoletes: php80w-pecl-%{pecl_name} <= %{version} %endif %endif @@ -193,6 +192,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 30 2020 Remi Collet - 1.0.0~DEV.20200602-4 +- rebuild for PHP 8.0.0RC1 + * Wed Sep 2 2020 Remi Collet - 1.0.0~DEV.20200202-3 - rebuild for PHP 8.0.0beta3 -- cgit