[packages/libxslt] - updated to 1.1.34
qboosh
qboosh at pld-linux.org
Sun Jan 19 18:48:23 CET 2020
commit 9a062b99a79dbeffd1cc16730eafac4bfcd4a933
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jan 19 18:48:32 2020 +0100
- updated to 1.1.34
libxslt-libs-no-libdir.patch | 20 ++++++++++----------
libxslt.spec | 4 ++--
2 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/libxslt.spec b/libxslt.spec
index cc750f5..45e0a94 100644
--- a/libxslt.spec
+++ b/libxslt.spec
@@ -9,12 +9,12 @@ Summary: XSLT processor
Summary(pl.UTF-8): Procesor XSLT
Summary(pt_BR.UTF-8): Biblioteca que disponibiliza o sistema XSLT do GNOME
Name: libxslt
-Version: 1.1.33
+Version: 1.1.34
Release: 1
License: MIT
Group: Libraries
Source0: ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
-# Source0-md5: b3bd254a03e46d58f8ad1e4559cd2c2f
+# Source0-md5: db8765c8d076f1b6caafd9f2542a304a
Patch0: %{name}-m4.patch
Patch1: LFS.patch
Patch2: %{name}-libs-no-libdir.patch
diff --git a/libxslt-libs-no-libdir.patch b/libxslt-libs-no-libdir.patch
index 09ac119..d1327b1 100644
--- a/libxslt-libs-no-libdir.patch
+++ b/libxslt-libs-no-libdir.patch
@@ -1,11 +1,11 @@
---- libxslt-1.1.29/xslt-config.in.orig 2015-05-10 16:11:30.000000000 +0200
-+++ libxslt-1.1.29/xslt-config.in 2016-12-19 19:54:09.672085004 +0100
-@@ -89,7 +89,7 @@
- shift
- done
+--- libxslt-1.1.34/xslt-config.in.orig 2019-10-23 19:36:39.000000000 +0200
++++ libxslt-1.1.34/xslt-config.in 2020-01-19 17:55:21.321737264 +0100
+@@ -88,7 +88,7 @@
+ libs="@XSLT_LIBS@ @XSLT_PRIVATE_LIBS@"
+ fi
+
+- if [ "@XSLT_LIBDIR@" != "-L/usr/lib" -a "@XSLT_LIBDIR@" != "-L/usr/lib64" ]; then
++ if [ "@XSLT_LIBDIR@" != "-L/usr/lib" -a "@XSLT_LIBDIR@" != "-L/usr/lib64" -a "@XSLT_LIBDIR@" != "-L/usr/libx32" ]; then
+ libs="@XSLT_LIBDIR@ $libs"
+ fi
--the_libs="@XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@"
-+the_libs="@XSLT_LIBS@ @EXTRA_LIBS@"
- if test "$includedir" != "/usr/include"; then
- the_flags="$the_flags -I$includedir `@XML_CONFIG@ --cflags`"
- else
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libxslt.git/commitdiff/9a062b99a79dbeffd1cc16730eafac4bfcd4a933
More information about the pld-cvs-commit
mailing list