From 90530ff52edf5e2a200017ba29bccd5f4c081022 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 10:10:07 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-xmlrpc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-xmlrpc.spec') diff --git a/php-pecl-xmlrpc.spec b/php-pecl-xmlrpc.spec index 342ad5e..1d94b1d 100644 --- a/php-pecl-xmlrpc.spec +++ b/php-pecl-xmlrpc.spec @@ -33,7 +33,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: 2%{?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 @@ -221,6 +221,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 01 2021 Remi Collet - 1.0.0~rc2-3 +- rebuild for 8.1.0RC1 + * Thu Jul 22 2021 Remi Collet - 1.0.0~rc2-2 - add upstream patch for PHP 8.1 -- cgit