rpms/mingw32-libxml2/devel libxml2-gnome-bug-561340-fix.patch, NONE, 1.1 mingw32-libxml2.spec, 1.13, 1.14

epienbro epienbro at fedoraproject.org
Thu Sep 24 22:22:23 UTC 2009


Author: epienbro

Update of /cvs/pkgs/rpms/mingw32-libxml2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1101

Modified Files:
	mingw32-libxml2.spec 
Added Files:
	libxml2-gnome-bug-561340-fix.patch 
Log Message:
Added a patch to fix GNOME bug #561340


libxml2-gnome-bug-561340-fix.patch:
 xmlexports.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libxml2-gnome-bug-561340-fix.patch ---
--- include/libxml/xmlexports.h	2009-09-25 00:00:03.511532978 +0200
+++ include/libxml/xmlexports.h	2009-09-25 00:01:27.058533091 +0200
@@ -115,7 +115,7 @@
    */
   #if !defined(LIBXML_STATIC)
     #define XMLPUBFUN __declspec(dllexport)
-    #define XMLPUBVAR __declspec(dllexport)
+    #define XMLPUBVAR __declspec(dllexport) extern
   #else
     #define XMLPUBFUN
     #if !defined(LIBXML_STATIC)


Index: mingw32-libxml2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-libxml2/devel/mingw32-libxml2.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- mingw32-libxml2.spec	24 Sep 2009 18:41:06 -0000	1.13
+++ mingw32-libxml2.spec	24 Sep 2009 22:22:23 -0000	1.14
@@ -22,6 +22,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 # MinGW-specific patches.
 Patch1000:      mingw32-libxml2-2.7.2-with-modules.patch
 Patch1001:      mingw32-libxml2-static-build-compile-fix.patch
+Patch1002:      libxml2-gnome-bug-561340-fix.patch
 
 BuildArch:      noarch
 
@@ -60,6 +61,7 @@ Static version of the MinGW Windows XML 
 
 %patch1000 -p1
 %patch1001 -p0
+%patch1002 -p0
 
 # Patched configure.in, so rebuild configure.
 libtoolize --force --copy
@@ -131,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 25 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.7.5-2
+- Added a patch to fix GNOME bug #561340
+
 * Thu Sep 24 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.7.5-1
 - Update to 2.7.5
 




More information about the fedora-extras-commits mailing list