rpms/FlightGear/devel FlightGear-1.9.1-gcc44.patch, NONE, 1.1 FlightGear.spec, 1.11, 1.12

Fabrice Bellet bellet at fedoraproject.org
Sun Feb 15 12:49:56 UTC 2009


Author: bellet

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

Modified Files:
	FlightGear.spec 
Added Files:
	FlightGear-1.9.1-gcc44.patch 
Log Message:
* Sun Feb 15 2009 Fabrice Bellet <fabrice at bellet.info> 1.9.1-2
- rebuild for newer OSG
- gcc44 compilation fix


FlightGear-1.9.1-gcc44.patch:

--- NEW FILE FlightGear-1.9.1-gcc44.patch ---
--- FlightGear-1.9.1/utils/GPSsmooth/UGear_command.cxx.orig	2009-01-25 13:01:00.000000000 +0100
+++ FlightGear-1.9.1/utils/GPSsmooth/UGear_command.cxx	2009-02-14 21:35:55.000000000 +0100
@@ -1,4 +1,5 @@
 #include <cstring>
+#include <cstdio>
 
 #include "UGear_command.hxx"
 


Index: FlightGear.spec
===================================================================
RCS file: /cvs/extras/rpms/FlightGear/devel/FlightGear.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- FlightGear.spec	6 Feb 2009 09:53:38 -0000	1.11
+++ FlightGear.spec	15 Feb 2009 12:49:25 -0000	1.12
@@ -1,7 +1,7 @@
 Name:		FlightGear
 Summary:	The FlightGear Flight Simulator
 Version:	1.9.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 
 License:	GPLv2+
 Group:		Amusements/Games
@@ -14,6 +14,7 @@
 Source6:	http://jrbabcock.home.comcast.net/flightgear/icons/fg-128.png
 Source7:	http://jrbabcock.home.comcast.net/flightgear/icons/COPYING
 Patch0:		FlightGear-0.9.10-no-automake-in-configure.patch
+Patch1:		FlightGear-1.9.1-gcc44.patch
 URL:		http://www.flightgear.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	openal-devel, SimGear-devel >= %{version}, freeglut-devel
@@ -31,6 +32,9 @@
 %setup -q
 # automake shouldn't be called in configure Summary page
 %patch0 -p1 -b .no-automake-in-configure
+# fix for gcc44
+%patch1 -p1 -b .gcc44
+
 # make rpmlint happy
 find -name \*.h -o -name \*.cpp -o -name \*.cxx -o -name \*.hxx \
 	-o -name \*.hpp |xargs chmod -x
@@ -109,6 +113,10 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sun Feb 15 2009 Fabrice Bellet <fabrice at bellet.info> 1.9.1-2
+- rebuild for newer OSG
+- gcc44 compilation fix
+
 * Tue Feb 03 2009 Fabrice Bellet <fabrice at bellet.info> 1.9.1-1
 - new upstream release
 




More information about the fedora-extras-commits mailing list