From 1f5e4d907004e33ddc3ec99cf621ac987dc81846 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Sep 2020 10:47:36 +0200 Subject: rebuild for PHP 8.0.0beta3 --- php-pecl-xmlrpc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'php-pecl-xmlrpc.spec') diff --git a/php-pecl-xmlrpc.spec b/php-pecl-xmlrpc.spec index d11a4ad..da4b0ff 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: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is PHP # Library is BSD @@ -61,7 +61,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{rele Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} %endif -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} @@ -193,5 +193,11 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 2 2020 Remi Collet - 1.0.0~DEV.20200202-3 +- rebuild for PHP 8.0.0beta3 + +* Wed Aug 5 2020 Remi Collet - 1.0.0~DEV.20200202-2 +- rebuild for 8.0.0beta1 + * Tue Jun 2 2020 Remi Collet - 1.0.0~DEV.20200202-1 - initial package, version 1.0.0-dev -- cgit