rpms/kio_sword/devel kio_sword-build_fixes.patch, 1.1, 1.2 kio_sword.spec, 1.3, 1.4

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Thu Feb 14 00:11:19 UTC 2008


Author: deji

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

Modified Files:
	kio_sword-build_fixes.patch kio_sword.spec 
Log Message:
* Wed Feb 13 2008 Deji Akingunola <dakingun at gmail.com> 0.3-6
- Rebuild for gcc-4.3


kio_sword-build_fixes.patch:

Index: kio_sword-build_fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kio_sword/devel/kio_sword-build_fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kio_sword-build_fixes.patch	13 Jan 2007 17:02:51 -0000	1.1
+++ kio_sword-build_fixes.patch	14 Feb 2008 00:11:13 -0000	1.2
@@ -9,6 +9,15 @@
  
  if test "x$ac_static_sword" = "xYES"; then
  	SEARCH_LIBS="libsword.a";
+@@ -32518,7 +32518,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;
+ }
 --- configure.in.in	2007-01-12 09:52:04.000000000 -0500
 +++ configure.in.in.new	2007-01-12 09:52:27.000000000 -0500
 @@ -4,6 +4,6 @@


Index: kio_sword.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kio_sword/devel/kio_sword.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kio_sword.spec	2 Jan 2008 11:58:55 -0000	1.3
+++ kio_sword.spec	14 Feb 2008 00:11:13 -0000	1.4
@@ -1,6 +1,6 @@
 Name: kio_sword
 Version: 0.3
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: A lightweight frontend for the Sword Bible project for KDE
 URL: http://lukeplant.me.uk/kio-sword/
 License: GPLv2+
@@ -79,6 +79,9 @@
 %doc AUTHORS COPYING README TODO
 
 %changelog
+* Wed Feb 13 2008 Deji Akingunola <dakingun at gmail.com> 0.3-6
+- Rebuild for gcc-4.3
+
 * Tue Jan 02 2008 David Anderson <fedora-packaging at dw-perspective.org.uk> 0.3-5
 - BR kdelibs3-devel
 




More information about the fedora-extras-commits mailing list