From b419c36d743068c86996c64a07702ed09471b2eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Sep 2022 11:07:13 +0200 Subject: rebuild for PHP 8.2.0RC1 --- php-pecl-xdiff.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-xdiff.spec b/php-pecl-xdiff.spec index 55d44c2..37b2db2 100644 --- a/php-pecl-xdiff.spec +++ b/php-pecl-xdiff.spec @@ -21,7 +21,7 @@ %global libxdiff_version 0.23 Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.1.1 -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;')}} Summary: File differences/patches # libxdiff is LGPLv2+, xdiff extension is PHP License: PHP and LGPLv2+ @@ -197,6 +197,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Sep 1 2022 Remi Collet - 2.1.1-2 +- rebuild for PHP 8.2.0RC1 + * Tue May 24 2022 Remi Collet - 2.1.1-1 - update to 2.1.1 -- cgit