summaryrefslogtreecommitdiffstats
path: root/php-pecl-xmldiff.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-01-18 09:42:12 +0100
committerRemi Collet <remi@remirepo.net>2021-01-18 09:42:12 +0100
commitfb7e80b10a95c2b06ef9f9e155f7299017b9555e (patch)
tree19eff33d0301db37a06f0b58baaad1fbb56e8438 /php-pecl-xmldiff.spec
parent1170a612ee396d698e4dd821efcd3cabb912dedd (diff)
update to 1.1.3
Diffstat (limited to 'php-pecl-xmldiff.spec')
-rw-r--r--php-pecl-xmldiff.spec22
1 files changed, 8 insertions, 14 deletions
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 <remi@remirepo.net> - 1.1.3-1
+- update to 1.1.3
+
* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.1.2-16
- rebuild for PHP 8.0.0RC1