summaryrefslogtreecommitdiffstats
path: root/php-pecl-xmldiff.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-20 07:50:40 +0100
committerRemi Collet <remi@php.net>2025-12-20 07:50:40 +0100
commit321a95a254dd41e949d376bf2b86207d05ecf80f (patch)
tree89b4e6b283cc241e1787d6901686ea0254a82666 /php-pecl-xmldiff.spec
parent647432468be2b1ca2ddce44bc26dcb7a3e0a3334 (diff)
update to 1.1.6HEADmaster
drop patch merged upstream
Diffstat (limited to 'php-pecl-xmldiff.spec')
-rw-r--r--php-pecl-xmldiff.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec
index 7289e0d..8093495 100644
--- a/php-pecl-xmldiff.spec
+++ b/php-pecl-xmldiff.spec
@@ -17,14 +17,12 @@
Summary: XML diff and merge
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.1.5
-Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.1.6
+Release: 1%{?dist}
License: BSD-2-Clause
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-Patch0: 6.patch
-
BuildRequires: %{?dtsprefix}gcc
BuildRequires: make
BuildRequires: %{?scl_prefix}php-devel
@@ -73,7 +71,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
@@ -204,6 +201,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Sat Dec 20 2025 Remi Collet <remi@remirepo.net> - 1.1.6-1
+- update to 1.1.6
+- drop patch merged upstream
+
* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 1.1.5-4
- rebuild for PHP 8.5.0RC1