summaryrefslogtreecommitdiffstats
path: root/php-pecl-xmldiff.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-11-27 13:09:19 +0100
committerRemi Collet <remi@php.net>2024-11-27 13:09:19 +0100
commitc8862c955d488e83e0201b5016f11a5931ebf667 (patch)
tree842cb7d94c52b5839370d8ce29c78982ee7621ef /php-pecl-xmldiff.spec
parent58a9c96b46b5622614150bec697ee0ceef3dfe5f (diff)
update to 1.1.4HEADmaster
drop patch merged upstream
Diffstat (limited to 'php-pecl-xmldiff.spec')
-rw-r--r--php-pecl-xmldiff.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec
index 7f8d9c1..e8f3589 100644
--- a/php-pecl-xmldiff.spec
+++ b/php-pecl-xmldiff.spec
@@ -22,14 +22,12 @@
Summary: XML diff and merge
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.1.3
-Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.1.4
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD-2-Clause
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-Patch0: 2.patch
-
BuildRequires: %{?dtsprefix}gcc
BuildRequires: make
BuildRequires: %{?scl_prefix}php-devel
@@ -78,8 +76,6 @@ sed -e '/name="diffmark/d' \
-i package.xml
cd %{sources}
-%patch -P0 -p1
-
# drop bundled library to ensure it is not used
rm -rf diffmark
@@ -209,6 +205,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Nov 27 2024 Remi Collet <remi@remirepo.net> - 1.1.4-1
+- update to 1.1.4
+- drop patch merged upstream
+
* Mon Sep 30 2024 Remi Collet <remi@remirepo.net> - 1.1.3-4
- fix PHP 8.4 build using patch from
https://github.com/php/pecl-xml-xmldiff/pull/2