rpms/xqilla10/devel xqilla10-xercesc-attributes.patch, NONE, 1.1 xqilla10.spec, 1.3, 1.4

Milan Zazrivec (mzazrive) fedora-extras-commits at redhat.com
Tue Feb 12 16:22:27 UTC 2008


Author: mzazrive

Update of /cvs/pkgs/rpms/xqilla10/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv514

Modified Files:
	xqilla10.spec 
Added Files:
	xqilla10-xercesc-attributes.patch 
Log Message:
Fixed inclusion of Xerces-C 2.8.0 Attributes class


xqilla10-xercesc-attributes.patch:

--- NEW FILE xqilla10-xercesc-attributes.patch ---
--- src/xqts/TestSuiteParser.cpp.old	2008-02-12 17:05:33.000000000 +0100
+++ src/xqts/TestSuiteParser.cpp	2008-02-12 17:14:14.000000000 +0100
@@ -24,6 +24,7 @@
 #include <xercesc/sax2/XMLReaderFactory.hpp>
 #include <xercesc/framework/URLInputSource.hpp>
 #include <xercesc/util/BinFileInputStream.hpp>
+#include <xercesc/sax2/Attributes.hpp>
 
 #include <xqilla/utils/XStr.hpp>
 #include <xqilla/utils/UTF8Str.hpp>


Index: xqilla10.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xqilla10/devel/xqilla10.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xqilla10.spec	12 Feb 2008 15:57:16 -0000	1.3
+++ xqilla10.spec	12 Feb 2008 16:21:50 -0000	1.4
@@ -21,6 +21,7 @@
 
 Patch0: xqilla10-xercesc-libdir.patch
 Patch1:	xqilla10-10-namespace.patch
+Patch2: xqilla10-xercesc-attributes.patch
 
 %define xercesc_build_root %{_builddir}/%{xercesc_dir}
 
@@ -45,6 +46,7 @@
 %setup -q -b 1 -n XQilla-1.0.2
 %patch0
 %patch1
+%patch2
 
 %build
 rm -f aclocal.m4




More information about the fedora-extras-commits mailing list