]> git.pld-linux.org Git - packages/libxslt.git/commitdiff
- updated to 1.1.34 auto/th/libxslt-1.1.34-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Jan 2020 17:48:32 +0000 (18:48 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Jan 2020 17:48:32 +0000 (18:48 +0100)
libxslt-libs-no-libdir.patch
libxslt.spec

index 09ac119d612ac7c341367fcd202820c41dced7d6..d1327b176abaa225a63ac0d66f1b93d24e63a55a 100644 (file)
@@ -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
index cc750f544295b265de3db63889f13be4c5228363..45e0a940d2c63ef0a5b998bbcf17842a4203b336 100644 (file)
@@ -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
This page took 0.085958 seconds and 4 git commands to generate.