packages: libxml2/libxml2.spec, libxml2/libxml2-version-script.patch (NEW) ...

qboosh qboosh at pld-linux.org
Sat Nov 13 19:40:29 CET 2010


Author: qboosh                       Date: Sat Nov 13 18:40:29 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added version-script patch (fixes missing versioned symbols regression)

---- Files affected:
packages/libxml2:
   libxml2.spec (1.184 -> 1.185) , libxml2-version-script.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/libxml2/libxml2.spec
diff -u packages/libxml2/libxml2.spec:1.184 packages/libxml2/libxml2.spec:1.185
--- packages/libxml2/libxml2.spec:1.184	Sat Nov 13 19:26:57 2010
+++ packages/libxml2/libxml2.spec	Sat Nov 13 19:40:24 2010
@@ -25,6 +25,7 @@
 Patch1:		%{name}-man_fixes.patch
 Patch2:		%{name}-open.gz.patch
 Patch3:		%{name}-largefile.patch
+Patch4:		%{name}-version-script.patch
 URL:		http://xmlsoft.org/
 BuildRequires:	autoconf >= 2.2
 BuildRequires:	automake >= 1.4
@@ -144,6 +145,7 @@
 %patch2 -p1
 %endif
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__libtoolize}
@@ -267,6 +269,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.185  2010/11/13 18:40:24  qboosh
+- added version-script patch (fixes missing versioned symbols regression)
+
 Revision 1.184  2010/11/13 18:26:57  qboosh
 - updated to 2.7.8
 - updated amfix patch

================================================================
Index: packages/libxml2/libxml2-version-script.patch
diff -u /dev/null packages/libxml2/libxml2-version-script.patch:1.1
--- /dev/null	Sat Nov 13 19:40:29 2010
+++ packages/libxml2/libxml2-version-script.patch	Sat Nov 13 19:40:24 2010
@@ -0,0 +1,11 @@
+--- libxml2-2.7.8/configure.in.orig	2010-11-04 18:01:19.000000000 +0100
++++ libxml2-2.7.8/configure.in	2010-11-13 19:34:41.607099099 +0100
+@@ -84,7 +84,7 @@
+   esac
+ fi
+ AC_SUBST(VERSION_SCRIPT_FLAGS)
+-AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -z "$VERSION_SCRIPT_FLAGS"])
++AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -n "$VERSION_SCRIPT_FLAGS"])
+ 
+ dnl
+ dnl We process the AC_ARG_WITH first so that later we can modify
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libxml2/libxml2.spec?r1=1.184&r2=1.185&f=u



More information about the pld-cvs-commit mailing list