From f72857b8174249871005871400b917295c0aa9a7 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 19 Jan 2020 17:36:07 +0100 Subject: [PATCH] - updated to 2.9.10 - updated libx32 patch --- libxml2-libx32.patch | 22 +++++++++++----------- libxml2.spec | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/libxml2-libx32.patch b/libxml2-libx32.patch index 8ac6a61..aea25a1 100644 --- a/libxml2-libx32.patch +++ b/libxml2-libx32.patch @@ -1,11 +1,11 @@ ---- libxml2-2.9.4/xml2-config.in.orig 2016-02-09 11:17:34.000000000 +0100 -+++ libxml2-2.9.4/xml2-config.in 2016-12-19 18:13:49.457475354 +0100 -@@ -84,7 +84,7 @@ - --libs) - if [ "`uname`" = "Linux" ] - then -- if [ "@XML_LIBDIR@" = "-L/usr/lib" -o "@XML_LIBDIR@" = "-L/usr/lib64" ] -+ if [ "@XML_LIBDIR@" = "-L/usr/lib" -o "@XML_LIBDIR@" = "-L/usr/lib64" -o "@XML_LIBDIR@" = "-L/usr/libx32" ] - then - echo @XML_LIBS@ @MODULE_PLATFORM_LIBS@ - else +--- libxml2-2.9.10/xml2-config.in.orig 2020-01-19 17:14:27.721696222 +0100 ++++ libxml2-2.9.10/xml2-config.in 2020-01-19 17:22:13.425839953 +0100 +@@ -87,7 +87,7 @@ + libs="@XML_LIBS@ @XML_PRIVATE_LIBS@ @MODULE_PLATFORM_LIBS@" + fi + +- if [ "@XML_LIBDIR@" != "-L/usr/lib" -a "@XML_LIBDIR@" != "-L/usr/lib64" ]; then ++ if [ "@XML_LIBDIR@" != "-L/usr/lib" -a "@XML_LIBDIR@" != "-L/usr/lib64" -a "@XML_LIBDIR@" != "-L/usr/libx32" ]; then + libs="@XML_LIBDIR@ $libs" + fi + diff --git a/libxml2.spec b/libxml2.spec index 4a17cbf..33c593d 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -15,13 +15,13 @@ 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.9.9 -Release: 2 +Version: 2.9.10 +Release: 1 Epoch: 1 License: MIT Group: Libraries Source0: ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz -# Source0-md5: c04a5a0a042eaa157e8e8c9eabe76bd6 +# Source0-md5: 10942a1dc23137a8aa07f0639cbfece5 Patch0: %{name}-man_fixes.patch Patch1: %{name}-open.gz.patch Patch2: %{name}-largefile.patch -- 2.44.0