rpms/amoebax/devel amoebax-0.2.0-gcc43.patch, 1.1, 1.2 amoebax.spec, 1.4, 1.5

Hans de Goede jwrdegoede at fedoraproject.org
Tue Feb 24 07:59:34 UTC 2009


Author: jwrdegoede

Update of /cvs/extras/rpms/amoebax/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv402

Modified Files:
	amoebax-0.2.0-gcc43.patch amoebax.spec 
Log Message:
* Tue Feb 24 2009 Hans de Goede <hdegoede at redhat.com> 0.2.0-5
- Fix building with gcc-4.4


amoebax-0.2.0-gcc43.patch:

Index: amoebax-0.2.0-gcc43.patch
===================================================================
RCS file: /cvs/extras/rpms/amoebax/devel/amoebax-0.2.0-gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amoebax-0.2.0-gcc43.patch	12 Jan 2008 12:37:41 -0000	1.1
+++ amoebax-0.2.0-gcc43.patch	24 Feb 2009 07:59:04 -0000	1.2
@@ -110,3 +110,16 @@
  #include "Amoeba.h"
  #include "DrawAmoeba.h"
  #include "DrawChainLabel.h"
+diff -up amoebax-0.2.0/src/binreloc.cxx~ amoebax-0.2.0/src/binreloc.cxx
+--- amoebax-0.2.0/src/binreloc.cxx~	2007-03-13 18:19:40.000000000 +0100
++++ amoebax-0.2.0/src/binreloc.cxx	2009-02-24 08:41:27.000000000 +0100
+@@ -739,7 +739,8 @@ br_strndup (const char *str, size_t size
+ char *
+ br_dirname (const char *path)
+ {
+-	char *end, *result;
++	const char *end;
++	char *result;
+ 
+ 	if (path == (const char *) NULL)
+ 		return (char *) NULL;


Index: amoebax.spec
===================================================================
RCS file: /cvs/extras/rpms/amoebax/devel/amoebax.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- amoebax.spec	24 Feb 2009 00:57:18 -0000	1.4
+++ amoebax.spec	24 Feb 2009 07:59:04 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           amoebax
 Version:        0.2.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Action-Puzzle Game
 Group:          Amusements/Games
 License:        GPLv2+ and Free Art
@@ -84,6 +84,9 @@
 
 
 %changelog
+* Tue Feb 24 2009 Hans de Goede <hdegoede at redhat.com> 0.2.0-5
+- Fix building with gcc-4.4
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list