From eff398621bab15ecac72debdecd0e0c3750926cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 14:49:08 +0200 Subject: rebuild for 7.4.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 8626486..2d9742e 100644 --- a/php-pecl-xdiff.spec +++ b/php-pecl-xdiff.spec @@ -22,7 +22,7 @@ %global libxdiff_version 0.23 Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.0.1 -Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?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+ @@ -226,6 +226,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet - 2.0.1-7 +- rebuild for 7.4.0RC1 + * Thu Jun 6 2019 Remi Collet - 2.0.1-6 - Fix build with PHP 7.4 -- cgit