[packages/libxml2] - updated to 2.9.10 - updated libx32 patch
qboosh
qboosh at pld-linux.org
Sun Jan 19 17:36:00 CET 2020
commit f72857b8174249871005871400b917295c0aa9a7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jan 19 17:36:07 2020 +0100
- 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.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
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
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libxml2.git/commitdiff/f72857b8174249871005871400b917295c0aa9a7
More information about the pld-cvs-commit
mailing list