From 98f84d3ef2432b3633d5517204e84d96f9d9fa09 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jul 2018 08:46:58 +0200 Subject: rebuild for 7.3.0alpha4 new ABI --- php-pecl-xdiff.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/php-pecl-xdiff.spec b/php-pecl-xdiff.spec index 060dbf4..cc19219 100644 --- a/php-pecl-xdiff.spec +++ b/php-pecl-xdiff.spec @@ -21,7 +21,7 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.0.1 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?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+ @@ -31,6 +31,7 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz Source1: http://www.xmailserver.org/libxdiff-0.23.tar.gz Source2: config.m4 +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7 BuildRequires: %{?scl_prefix}php-pear @@ -67,6 +68,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version} Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.3" +Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -224,6 +229,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 18 2018 Remi Collet - 2.0.1-4 +- rebuild for 7.3.0alpha4 new ABI + * Tue Jul 18 2017 Remi Collet - 2.0.1-3 - rebuild for PHP 7.2.0beta1 new API -- cgit