Fix xmlNodeDumpOutputInternal regression (#1969892)

Resolves: #1969892
This commit is contained in:
David King 2021-06-10 10:04:06 +01:00
parent 519a1751df
commit 1c8fb09a37

View File

@ -1,6 +1,6 @@
Name: libxml2 Name: libxml2
Version: 2.9.12 Version: 2.9.12
Release: 2%{?dist} Release: 3%{?dist}
Summary: Library providing XML and HTML support Summary: Library providing XML and HTML support
License: MIT License: MIT
@ -16,6 +16,8 @@ Patch0: libxml2-multilib.patch
Patch1: libxml2-2.9.8-python3-unicode-errors.patch Patch1: libxml2-2.9.8-python3-unicode-errors.patch
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/255 # https://gitlab.gnome.org/GNOME/libxml2/-/issues/255
Patch2: libxml2-2.9.12-fix-lxml-corrupted-tree.patch 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: cmake-rpm-macros
BuildRequires: gcc BuildRequires: gcc
@ -146,6 +148,9 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz
%{python3_sitearch}/libxml2mod.so %{python3_sitearch}/libxml2mod.so
%changelog %changelog
* Wed Jun 09 2021 David King <dking@redhat.com> - 2.9.12-3
- Fix xmlNodeDumpOutputInternal regression (#1969892)
* Tue May 25 2021 David King <dking@redhat.com> - 2.9.12-2 * Tue May 25 2021 David King <dking@redhat.com> - 2.9.12-2
- Fix multiarch conflict in devel subpackage (#1964346) - Fix multiarch conflict in devel subpackage (#1964346)