rpms/bibletime/devel bibletime-configure.patch, NONE, 1.1 bibletime.spec, 1.7, 1.8

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Wed Feb 13 23:23:03 UTC 2008


Author: deji

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

Modified Files:
	bibletime.spec 
Added Files:
	bibletime-configure.patch 
Log Message:
* Wed Feb 13 2008 Deji Akingunola <dakingun at gmail.com> 1.6.5-3
- Rebuild for gcc-4.3


bibletime-configure.patch:

--- NEW FILE bibletime-configure.patch ---
--- configure	2007-11-01 06:59:47.000000000 -0400
+++ configure.new	2008-02-13 17:46:34.000000000 -0500
@@ -32782,7 +32782,7 @@
 using namespace sword;
 #endif
 
-int main(int argc, char* argv) {
+int main(int argc, char* argv[]) {
 	std::cout << SWVersion::currentVersion << std::endl;
 	return 0;
 }


Index: bibletime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bibletime/devel/bibletime.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bibletime.spec	2 Jan 2008 11:40:28 -0000	1.7
+++ bibletime.spec	13 Feb 2008 23:22:21 -0000	1.8
@@ -1,13 +1,14 @@
 Summary:	BibleTime is an easy to use Bible study tool for KDE
 Name:		bibletime
 Version:	1.6.5
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPLv2
 Url:		http://www.bibletime.info/
 Group:		Applications/Productivity
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 Source1:	http://downloads.sourceforge.net/%{name}/%{name}-i18n-%{version}.tar.bz2
 Patch0:		%{name}-desktop.patch
+Patch1:		%{name}-configure.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	sword-devel >= 1.5.9 clucene-core-devel >= 0.9.16a kdelibs3-devel
 BuildRequires:	desktop-file-utils gettext
@@ -24,6 +25,7 @@
 
 %setup -q
 %patch0 -p0 -b .desk
+%patch1 -p0 -b .conf
 %setup -q -D -T -a 1
 
 %build
@@ -90,6 +92,9 @@
 %doc README LICENSE
 
 %changelog
+* Wed Feb 13 2008 Deji Akingunola <dakingun at gmail.com> 1.6.5-3
+- Rebuild for gcc-4.3
+
 * Tue Jan 02 2008 David Anderson <fedora-packaging at dw-perspective.org.uk> 1.6.5-2
 - BR kdelibs3-devel
 




More information about the fedora-extras-commits mailing list