rpms/sword/devel sword-gcc43.patch, NONE, 1.1 sword.spec, 1.20, 1.21 sword-open.patch, 1.1, NONE

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Thu Jan 10 18:35:47 UTC 2008


Author: deji

Update of /cvs/extras/rpms/sword/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5585

Modified Files:
	sword.spec 
Added Files:
	sword-gcc43.patch 
Removed Files:
	sword-open.patch 
Log Message:
* Thu Jan 10 2008 Deji Akingunola <dakingun at gmail.com> - 1.5.10-2
- Fix build issue with gcc43 


sword-gcc43.patch:

--- NEW FILE sword-gcc43.patch ---
--- src/modules/filters/gbfwordjs.cpp	2006-11-25 16:29:46.000000000 -0500
+++ src/modules/filters/gbfwordjs.cpp.new	2008-01-10 13:11:20.000000000 -0500
@@ -6,6 +6,7 @@
 
 
 #include <stdlib.h>
+#include <stdio.h>
 #include <gbfwordjs.h>
 #include <swmodule.h>
 #include <ctype.h>


Index: sword.spec
===================================================================
RCS file: /cvs/extras/rpms/sword/devel/sword.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sword.spec	5 Nov 2007 12:11:03 -0000	1.20
+++ sword.spec	10 Jan 2008 18:35:10 -0000	1.21
@@ -1,14 +1,14 @@
 Name:           sword           
 Version:        1.5.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Free Bible Software Project
 
 Group:          System Environment/Libraries
 License:        GPLv2
 URL:            http://www.crosswire.org/sword/
 Source0:        http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-%{version}.tar.gz
+Patch0:		sword-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires:  openssl-devel
 BuildRequires:  curl-devel
 BuildRequires:  zlib-devel
@@ -40,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .gcc43
 
 %build
 %configure --disable-static --with-icu --with-lucene
@@ -82,6 +83,9 @@
 
 
 %changelog
+* Thu Jan 10 2008 Deji Akingunola <dakingun at gmail.com> - 1.5.10-2
+- Fix build issue with gcc43 
+
 * Mon Nov 05 2007 Deji Akingunola <dakingun at gmail.com> - 1.5.10-1
 - Update to version 1.5.10
 


--- sword-open.patch DELETED ---




More information about the fedora-extras-commits mailing list