diff options
-rw-r--r-- | php-pecl-xmlrpc.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 1.0.0~rc2-3 +- rebuild for 8.1.0RC1 + * Thu Jul 22 2021 Remi Collet <remi@remirepo.net> - 1.0.0~rc2-2 - add upstream patch for PHP 8.1 |