rpms/xqilla/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xqilla.spec, 1.1, 1.2

Milan Zazrivec (mzazrive) fedora-extras-commits at redhat.com
Tue Feb 19 12:04:44 UTC 2008


Author: mzazrive

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

Modified Files:
	.cvsignore sources xqilla.spec 
Log Message:
* Add Xerces-C 2.8.0 sources
* Add #include <cstring> where needed (g++ 4.3 changes)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xqilla/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	10 Jan 2008 17:29:26 -0000	1.2
+++ .cvsignore	19 Feb 2008 12:04:04 -0000	1.3
@@ -1,2 +1,2 @@
+xerces-c-src_2_8_0.tar.gz
 XQilla-2.0.0.tar.gz
-xerces-c-src_2_7_0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xqilla/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	10 Jan 2008 17:29:26 -0000	1.2
+++ sources	19 Feb 2008 12:04:04 -0000	1.3
@@ -1,2 +1,2 @@
+5daf514b73f3e0de9e3fce704387c0d2  xerces-c-src_2_8_0.tar.gz
 d7aa51c18a164af2fb54282bb271f0e2  XQilla-2.0.0.tar.gz
-04169609449a8846bc1e6891c04cadf4  xerces-c-src_2_7_0.tar.gz


Index: xqilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xqilla/devel/xqilla.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xqilla.spec	10 Jan 2008 17:29:26 -0000	1.1
+++ xqilla.spec	19 Feb 2008 12:04:04 -0000	1.2
@@ -1,13 +1,13 @@
 %define _unpackaged_files_terminate_build  1
 %define _missing_doc_files_terminate_build 1
 
-%define xercesc_dir xerces-c-src_2_7_0
+%define xercesc_dir xerces-c-src_2_8_0
 
 Name: xqilla
 Summary: XQilla is an XQuery and XPath 2.0 library, built on top of Xerces-C
 Group: System Environment/Libraries
 Version: 2.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: ASL 2.0
 URL: http://xqilla.sourceforge.net/HomePage
 # Original upstream source:
@@ -15,7 +15,7 @@
 # 
 # Original tarball with src/mapm/mapm_mt.cpp removed (licensing problems)
 Source0: XQilla-%{version}.tar.gz
-Source1: http://archive.apache.org/dist/xml/xerces-c/Xerces-C_2_7_0/source/xerces-c-src_2_7_0.tar.gz
+Source1: http://www.apache.org/dist/xerces/c/sources/xerces-c-src_2_8_0.tar.gz
 # mapm_mt.c is wrapper for mapm library to be used in multithreaded apps.
 # It was taken from MAPM library ver. 4.9.5 and modified to work with
 # XQilla ver. 2.0.0. It's purpose is to replace the removed mapm_mt.cpp.
@@ -27,6 +27,7 @@
 BuildRequires: autoconf automake libtool
 
 Patch0: xqilla-xercesc-libdir.patch
+Patch1: xqilla-cstring.patch
 
 %define xercesc_build_root %{_builddir}/%{xercesc_dir}
 
@@ -52,6 +53,7 @@
 cp -p %{SOURCE2} src/mapm
 ln -s mapm_mt.c src/mapm/mapm_mt.cpp
 %patch0
+%patch1
 
 %build
 rm -f aclocal.m4
@@ -94,6 +96,10 @@
 %{_includedir}/xqilla
 
 %changelog
+* Tue Feb 19 2008 Milan Zazrivec <mazrivec at redhat.com> 2.0.0-2
+- Included Xerces-C 2.8.0 sources
+- Add missing #include <cstring> where needed (g++ 4.3 changes)
+
 * Thu Jan 10 2008 Milan Zazrivec <mzazrivec at redhat.com> 2.0.0-1
 - Removed src/mapm/mapm_mt.cpp
 - Added modified mapm_mt.c, taken from MAPM library ver. 4.9.5




More information about the fedora-extras-commits mailing list