From dfbce6d731a1de67d29994e8f5b84e3691d0c125 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 3 May 2022 11:41:28 +0200 Subject: [PATCH] Update to 2.9.13 --- libxml2-2.9.8-python3-unicode-errors.patch | 2 +- mingw-libxml2.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libxml2-2.9.8-python3-unicode-errors.patch b/libxml2-2.9.8-python3-unicode-errors.patch index 77dbf03..3c9d033 100644 --- a/libxml2-2.9.8-python3-unicode-errors.patch +++ b/libxml2-2.9.8-python3-unicode-errors.patch @@ -1,6 +1,6 @@ diff -rupN --no-dereference libxml2-v2.9.13/python/libxml.c libxml2-v2.9.13-new/python/libxml.c --- libxml2-v2.9.13/python/libxml.c 2022-02-19 19:26:42.000000000 +0100 -+++ libxml2-v2.9.13-new/python/libxml.c 2022-02-22 13:16:40.590376397 +0100 ++++ libxml2-v2.9.13-new/python/libxml.c 2022-05-03 11:40:49.210238037 +0200 @@ -1621,6 +1621,7 @@ libxml_xmlErrorFuncHandler(ATTRIBUTE_UNU PyObject *message; PyObject *result; diff --git a/mingw-libxml2.spec b/mingw-libxml2.spec index cbfc7bb..146ef48 100644 --- a/mingw-libxml2.spec +++ b/mingw-libxml2.spec @@ -2,7 +2,7 @@ Name: mingw-libxml2 Version: 2.9.13 -Release: 3%{?dist} +Release: 1%{?dist} Summary: MinGW Windows libxml2 XML processing library License: MIT @@ -141,6 +141,9 @@ find %{buildroot} -name "*.la" -delete %changelog +* Tue May 03 2022 Sandro Mani - 2.9.13-1 +- Update to 2.9.13 + * Fri Mar 25 2022 Sandro Mani - 2.9.13-3 - Rebuild with mingw-gcc-12