rpms/SimGear/devel SimGear-1.9.1-fix-header-installed-twice.patch, NONE, 1.1 SimGear.spec, 1.18, 1.19

Fabrice Bellet bellet at fedoraproject.org
Sun Jun 14 20:09:49 UTC 2009


Author: bellet

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

Modified Files:
	SimGear.spec 
Added Files:
	SimGear-1.9.1-fix-header-installed-twice.patch 
Log Message:
* Sun Jun 14 2009 Fabrice Bellet <fabrice at bellet.info> 1.9.1-6
- Fix header file installed twice


SimGear-1.9.1-fix-header-installed-twice.patch:

--- NEW FILE SimGear-1.9.1-fix-header-installed-twice.patch ---
diff -uNrp SimGear-1.9.1.orig/simgear/scene/tgdb/Makefile.am SimGear-1.9.1/simgear/scene/tgdb/Makefile.am
--- SimGear-1.9.1.orig/simgear/scene/tgdb/Makefile.am	2009-06-14 19:07:38.277039293 +0200
+++ SimGear-1.9.1/simgear/scene/tgdb/Makefile.am	2009-06-14 19:08:29.164275110 +0200
@@ -14,7 +14,6 @@ include_HEADERS = \
 	SGVasiDrawable.hxx \
 	SGDirectionalLightBin.hxx \
 	SGLightBin.hxx \
-	SGOceanTile.hxx \
 	SGReaderWriterBTGOptions.hxx \
 	SGTexturedTriangleBin.hxx \
 	SGTriangleBin.hxx \


Index: SimGear.spec
===================================================================
RCS file: /cvs/extras/rpms/SimGear/devel/SimGear.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- SimGear.spec	11 May 2009 16:02:37 -0000	1.18
+++ SimGear.spec	14 Jun 2009 20:09:18 -0000	1.19
@@ -1,6 +1,6 @@
 Name:		SimGear
 Version:	1.9.1
-Release:	5%{?dist}
+Release:	6%{?dist}
 License:	GPLv2+
 Group:		System Environment/Libraries
 Summary:	Simulation library components
@@ -13,6 +13,7 @@ Patch2:		SimGear-1.9.0-headers.patch
 Patch5:		SimGear-1.9.1-untangle.patch
 Patch7:		SimGear-1.9.0-more-archs.patch
 Patch8:		SimGear-1.9.1-gcc44.patch
+Patch9:		SimGear-1.9.1-fix-header-installed-twice.patch
 BuildRequires:	openal-devel, plib-devel >= 1.8.5
 BuildRequires:	OpenSceneGraph-devel >= 2.6.0
 BuildRequires:	boost-devel >= 1.34.0
@@ -50,6 +51,8 @@ SimGear.
 %patch7 -p1
 # Fix compiling with gcc44
 %patch8 -p1
+# Fix header file installed twice
+%patch9 -p1
 
 chmod -x simgear/screen/GLBitmaps.cxx \
 	simgear/scene/model/persparam.?xx \
@@ -120,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libsgxml.so
 
 %changelog
+* Sun Jun 14 2009 Fabrice Bellet <fabrice at bellet.info> 1.9.1-6
+- Fix header file installed twice
+
 * Mon May 11 2009 Fabrice Bellet <fabrice at bellet.info> 1.9.1-5
 - Rebuilt to fix bz#498584
 




More information about the fedora-extras-commits mailing list