rpms/gpsdrive/devel gpsdrive-2.09-gcc43.patch, NONE, 1.1 gpsdrive.spec, 1.2, 1.3

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Sun Feb 10 18:01:06 UTC 2008


Author: kevin

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

Modified Files:
	gpsdrive.spec 
Added Files:
	gpsdrive-2.09-gcc43.patch 
Log Message:
Rebuild for gcc43


gpsdrive-2.09-gcc43.patch:

--- NEW FILE gpsdrive-2.09-gcc43.patch ---
diff -Nur gpsdrive-2.09.orig/src/garmin_data.h gpsdrive-2.09/src/garmin_data.h
--- gpsdrive-2.09.orig/src/garmin_data.h	2003-04-28 09:57:33.000000000 -0600
+++ gpsdrive-2.09/src/garmin_data.h	2008-02-10 10:48:35.000000000 -0700
@@ -20,6 +20,9 @@
 #define _garmin_data
 
 #include "garmin_types.h"
+#include <cstring>
+
+using namespace std;
 
 namespace garmin {
 


Index: gpsdrive.spec
===================================================================
RCS file: /cvs/extras/rpms/gpsdrive/devel/gpsdrive.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gpsdrive.spec	22 Aug 2007 03:14:31 -0000	1.2
+++ gpsdrive.spec	10 Feb 2008 18:00:31 -0000	1.3
@@ -1,13 +1,14 @@
 Summary: A GPS based navigation tool 
 Name: gpsdrive
 Version: 2.09
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: Applications/Productivity
 URL: http://www.gpsdrive.de/index.shtml
 Source: http://www.gpsdrive.de/packages/gpsdrive-2.09.tar.gz
 Patch0: gpsdrive-disable-gcc3-test.patch
 Patch1: gpsdrive-2.09-greek.patch
+Patch2: gpsdrive-2.09-gcc43.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gtk2-devel >= 2.0.6
 BuildRequires: gettext
@@ -31,6 +32,7 @@
 
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # Convert 8859 man pages to UTF-8
 for f in man/es/gpsdrive.1 man/de/gpsdrive.1 ; do
@@ -138,6 +140,9 @@
 %{_datadir}/pixmaps/gpsicon.png
 
 %changelog
+* Sun Feb 10 2008 Kevin Fenzi <kevin at tummy.com> - 2.09-5
+- Rebuild for gcc43
+
 * Tue Aug 21 2007 Kevin Fenzi <kevin at tummy.com> - 2.09-4
 - Update License tag. 
 




More information about the fedora-extras-commits mailing list