]> git.pld-linux.org Git - packages/libxml2.git/commitdiff
up to 2.12.0 auto/th/libxml2-2.12.0-1
authorJan Palus <atler@pld-linux.org>
Fri, 17 Nov 2023 18:47:05 +0000 (19:47 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 17 Nov 2023 18:47:05 +0000 (19:47 +0100)
libxml2-python3-unicode-errors.patch
libxml2.spec

index 61cc4b61f729edb1112b02e30d5ce52fda3f079c..3a648627f6e1816f4853bb23034f7c188a2bb85a 100644 (file)
@@ -8,8 +8,8 @@ Index: libxml2-2.9.5/python/libxml.c
      char str[1000];
 +    unsigned char *ptr = (unsigned char *)str;
  
- #ifdef DEBUG_ERROR
-     printf("libxml_xmlErrorFuncHandler(%p, %s, ...) called\n", ctx, msg);
+     if (libxml_xmlPythonErrorFuncHandler == NULL) {
+         va_start(ap, msg);
 @@ -1636,12 +1637,20 @@ libxml_xmlErrorFuncHandler(ATTRIBUTE_UNU
            str[999] = 0;
          va_end(ap);
index c610f916142bbce476ca3da829c48ae77dd0628a..d24f5669c853cf708442d023b1ee6d1515beea7e 100644 (file)
@@ -17,14 +17,14 @@ 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.11.5
+Version:       2.12.0
 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.11/%{name}-%{version}.tar.xz
-# Source0-md5: b2e7332289f5784087448a0717f45ac3
+Source0:       https://download.gnome.org/sources/libxml2/2.12/%{name}-%{version}.tar.xz
+# Source0-md5: ebd737686c796ef7c149801a8da5f26e
 Patch0:                %{name}-open.gz.patch
 Patch1:                %{name}-largefile.patch
 Patch2:                %{name}-libx32.patch
This page took 0.093207 seconds and 4 git commands to generate.