[packages/libxml2] up to 2.14.6
atler
atler at pld-linux.org
Mon Sep 8 21:02:35 CEST 2025
commit 87e762f5f07fc1fe94df3fba109e7754da7b219e
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Sep 8 21:02:11 2025 +0200
up to 2.14.6
initGenericErrorDefaultFunc.patch | 11 -----------
libxml2.spec | 8 +++-----
2 files changed, 3 insertions(+), 16 deletions(-)
---
diff --git a/libxml2.spec b/libxml2.spec
index 2e04347..67c4a9c 100644
--- a/libxml2.spec
+++ b/libxml2.spec
@@ -16,20 +16,19 @@ Summary(es.UTF-8): Biblioteca libXML version 2
Summary(pl.UTF-8): Biblioteka libXML wersja 2
Summary(pt_BR.UTF-8): Biblioteca libXML versão 2
Name: libxml2
-Version: 2.14.5
-Release: 2
+Version: 2.14.6
+Release: 1
Epoch: 1
License: MIT
Group: Libraries
#Source0: ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
Source0: https://download.gnome.org/sources/libxml2/2.14/%{name}-%{version}.tar.xz
-# Source0-md5: 59aac4e5d1d350ba2c4bddf1f7bc5098
+# Source0-md5: a2bb2b6cb8fc7be1fafa14f500e4f7c5
Patch0: %{name}-open.gz.patch
Patch1: %{name}-largefile.patch
Patch2: %{name}-libx32.patch
Patch3: %{name}-python-setup.patch
Patch4: %{name}-normalize.patch
-Patch5: initGenericErrorDefaultFunc.patch
# Fedora patches
# https://bugzilla.gnome.org/show_bug.cgi?id=789714
Patch11: %{name}-python3-unicode-errors.patch
@@ -186,7 +185,6 @@ do biblioteki libxml2.
%patch -P2 -p1
%patch -P3 -p1
%patch -P4 -p1
-%patch -P5 -p1
%patch -P11 -p1
diff --git a/initGenericErrorDefaultFunc.patch b/initGenericErrorDefaultFunc.patch
deleted file mode 100644
index 91b866f..0000000
--- a/initGenericErrorDefaultFunc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libxml2-2.14.5/include/libxml/xmlerror.h~ 2025-07-15 15:08:05.000000000 +0200
-+++ libxml2-2.14.5/include/libxml/xmlerror.h 2025-08-20 13:04:41.913857953 +0200
-@@ -20,7 +20,7 @@ extern "C" {
- * Backward compatibility
- */
- #define initGenericErrorDefaultFunc(h) \
-- xmlSetGenericErrorFunc(NULL, (h) ? *(h) : NULL)
-+ xmlSetGenericErrorFunc(NULL, (h) ? *((xmlGenericErrorFunc *) (h)) : NULL)
-
- /**
- * xmlErrorLevel:
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libxml2.git/commitdiff/87e762f5f07fc1fe94df3fba109e7754da7b219e
More information about the pld-cvs-commit
mailing list