From 1c8fb09a37160dc749c7d0a8a2fa9fbbf6ae4c53 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 10 Jun 2021 10:04:06 +0100 Subject: [PATCH] Fix xmlNodeDumpOutputInternal regression (#1969892) Resolves: #1969892 --- libxml2.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libxml2.spec b/libxml2.spec index ec1b72f..44ce8e0 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,6 +1,6 @@ Name: libxml2 Version: 2.9.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library providing XML and HTML support License: MIT @@ -16,6 +16,8 @@ Patch0: libxml2-multilib.patch Patch1: libxml2-2.9.8-python3-unicode-errors.patch # https://gitlab.gnome.org/GNOME/libxml2/-/issues/255 Patch2: libxml2-2.9.12-fix-lxml-corrupted-tree.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=1969892 +Patch3: libxml2-2.9.12-fix-formatting-regression.patch BuildRequires: cmake-rpm-macros BuildRequires: gcc @@ -146,6 +148,9 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz %{python3_sitearch}/libxml2mod.so %changelog +* Wed Jun 09 2021 David King - 2.9.12-3 +- Fix xmlNodeDumpOutputInternal regression (#1969892) + * Tue May 25 2021 David King - 2.9.12-2 - Fix multiarch conflict in devel subpackage (#1964346)