Update to 2.12.3 (#2254194)
This commit is contained in:
parent
3694f5b8bf
commit
acb3abc4bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@ libxml2-2.7.7.tar.gz
|
|||||||
/xmlts20080827.tar.gz
|
/xmlts20080827.tar.gz
|
||||||
/xsts-2002-01-16.tar.gz
|
/xsts-2002-01-16.tar.gz
|
||||||
/xsts-2004-01-14.tar.gz
|
/xsts-2004-01-14.tar.gz
|
||||||
|
/libxml2-2.12.3.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libxml2
|
Name: libxml2
|
||||||
Version: 2.12.2
|
Version: 2.12.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library providing XML and HTML support
|
Summary: Library providing XML and HTML support
|
||||||
|
|
||||||
# Libxml2 is covered under MIT, and the conformance and test suite data in
|
# Libxml2 is covered under MIT, and the conformance and test suite data in
|
||||||
@ -17,8 +17,6 @@ Patch0: libxml2-multilib.patch
|
|||||||
# Patch from openSUSE.
|
# Patch from openSUSE.
|
||||||
# See: https://bugzilla.gnome.org/show_bug.cgi?id=789714
|
# See: https://bugzilla.gnome.org/show_bug.cgi?id=789714
|
||||||
Patch1: libxml2-2.12.0-python3-unicode-errors.patch
|
Patch1: libxml2-2.12.0-python3-unicode-errors.patch
|
||||||
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/642
|
|
||||||
Patch2: libxml2-2.12.2-add-missing-includes.patch
|
|
||||||
|
|
||||||
BuildRequires: cmake-rpm-macros
|
BuildRequires: cmake-rpm-macros
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -159,6 +157,9 @@ popd
|
|||||||
%{python3_sitelib}/__pycache__/drv_libxml2.*
|
%{python3_sitelib}/__pycache__/drv_libxml2.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 12 2023 David King <amigadave@amigadave.com> - 2.12.3-1
|
||||||
|
- Update to 2.12.3 (#2254194)
|
||||||
|
|
||||||
* Sat Dec 09 2023 David King <amigadave@amigadave.com> - 2.12.2-2
|
* Sat Dec 09 2023 David King <amigadave@amigadave.com> - 2.12.2-2
|
||||||
- Upstream patch to add extra includes
|
- Upstream patch to add extra includes
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
SHA512 (xsts-2002-01-16.tar.gz) = 43300af6d39c1e2221b0ed7318fe14c7464eeb6eb030ed1e22eb29b4ab17f014e2a4c8887c3a46ae5d243e3072da27f00f4e285498ae6f1288177d38d1108288
|
SHA512 (xsts-2002-01-16.tar.gz) = 43300af6d39c1e2221b0ed7318fe14c7464eeb6eb030ed1e22eb29b4ab17f014e2a4c8887c3a46ae5d243e3072da27f00f4e285498ae6f1288177d38d1108288
|
||||||
SHA512 (xsts-2004-01-14.tar.gz) = 32854388d7e720ad67156baf50bf2bae7bd878ca3e35fd7e44e57cad3f434f69d56bbbedd61509f8a1faf01c9eae74a078df8fe130780b182c05c05cb1c39ebe
|
SHA512 (xsts-2004-01-14.tar.gz) = 32854388d7e720ad67156baf50bf2bae7bd878ca3e35fd7e44e57cad3f434f69d56bbbedd61509f8a1faf01c9eae74a078df8fe130780b182c05c05cb1c39ebe
|
||||||
SHA512 (xmlts20080827.tar.gz) = 7325d0977c4427fc4944b291ccf896a665f654cc24399e5565c12a849c2bc3aef4fa3ee42a09ac115abcb6570c51a8fbd052c38d64d164279ecdecad5a4e884d
|
SHA512 (xmlts20080827.tar.gz) = 7325d0977c4427fc4944b291ccf896a665f654cc24399e5565c12a849c2bc3aef4fa3ee42a09ac115abcb6570c51a8fbd052c38d64d164279ecdecad5a4e884d
|
||||||
SHA512 (libxml2-2.12.2.tar.xz) = 4511e03dfd08ffad6a633d79828a6049e75769a2ad9fb93ef0f553b3668e517863b648c0923c71d9b58ff7452530fdf789e611720aed8dea60bbdfe476cde1d2
|
SHA512 (libxml2-2.12.3.tar.xz) = 3d2f83b0a9a3db66320f2a6514e1e7b3e60c3b02bbfcd72074b22a61688b00e5b346c8ff5a59d68dfe1bb5fa8d06da2cae89b3be60e18bdf9b886077ca973aa0
|
||||||
|
Loading…
Reference in New Issue
Block a user