From fb7e80b10a95c2b06ef9f9e155f7299017b9555e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Jan 2021 09:42:12 +0100 Subject: update to 1.1.3 --- php-pecl-xmldiff.spec | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'php-pecl-xmldiff.spec') diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec index 3ef491f..b20bed1 100644 --- a/php-pecl-xmldiff.spec +++ b/php-pecl-xmldiff.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-xmldiff # -# Copyright (c) 2013-2020 Remi Collet +# Copyright (c) 2013-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -23,16 +23,15 @@ Summary: XML diff and merge Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.2 -Release: 16%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.1.3 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: %{pecl_name}-php8.patch - BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel > 5.3 +BuildRequires: make +BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-dom BuildRequires: %{?scl_prefix}php-libxml @@ -66,12 +65,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - %description The extension is able to produce diffs of two XML documents and then to apply @@ -103,8 +96,6 @@ sed -e '/name="diffmark/d' \ mv %{pecl_name}-%{version} NTS cd NTS -%patch0 -p0 -b .up - # drop bundled library to ensure it is not used rm -rf diffmark @@ -251,6 +242,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Jan 18 2021 Remi Collet - 1.1.3-1 +- update to 1.1.3 + * Wed Sep 30 2020 Remi Collet - 1.1.2-16 - rebuild for PHP 8.0.0RC1 -- cgit