[fgrun] rebuilt with newer SimGear

Fabrice Bellet bellet at fedoraproject.org
Wed Mar 6 15:44:27 UTC 2013


commit db099dd35cf0530e1c6c0a12f5226cb05e6563e9
Author: Fabrice Bellet <fabrice at bellet.info>
Date:   Wed Mar 6 16:44:25 2013 +0100

    rebuilt with newer SimGear

 fgrun-1.6.2-update-required-simgear-version.patch |   12 ++++++++++++
 fgrun.spec                                        |    7 ++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/fgrun-1.6.2-update-required-simgear-version.patch b/fgrun-1.6.2-update-required-simgear-version.patch
new file mode 100644
index 0000000..69343ff
--- /dev/null
+++ b/fgrun-1.6.2-update-required-simgear-version.patch
@@ -0,0 +1,12 @@
+diff -uNrp fgrun-1.6.2.orig/CMakeLists.txt fgrun-1.6.2/CMakeLists.txt
+--- fgrun-1.6.2.orig/CMakeLists.txt	2012-07-20 00:38:13.000000000 +0200
++++ fgrun-1.6.2/CMakeLists.txt	2013-02-18 13:37:36.787279939 +0100
+@@ -87,7 +87,7 @@ find_package(Boost REQUIRED)
+ find_package(ZLIB REQUIRED)
+ find_package(FLTK REQUIRED)
+ find_package(OpenSceneGraph 2.8.1 REQUIRED osgText osgDB osgParticle osgUtil osgViewer osgGA)
+-find_package(SimGear 2.8.0 REQUIRED)
++find_package(SimGear 2.10.0 REQUIRED)
+ if (ENABLE_NLS)
+     find_package(Gettext)
+ endif (ENABLE_NLS)
diff --git a/fgrun.spec b/fgrun.spec
index b91ee98..c9822ef 100644
--- a/fgrun.spec
+++ b/fgrun.spec
@@ -1,7 +1,7 @@
 Name:           fgrun
 Summary:        Graphical front-end for launching FlightGear flight simulator
 Version:        1.6.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+ and CC-BY-SA
 Group:          Amusements/Games
 URL:            http://sourceforge.net/projects/fgrun
@@ -20,6 +20,7 @@ Patch0:         fgrun-1.6.1-build-fgrun-with-static-ui-libs.patch
 Patch1:         fgrun-1.6.1-fix-crash-when-setting-defaults.patch
 Patch2:         fgrun-1.6.2-default-settings-for-fedora.patch
 Patch3:         fgrun-1.6.2-fix-reloadpath-logic.patch
+Patch4:         fgrun-1.6.2-update-required-simgear-version.patch
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires:       FlightGear, opengl-games-utils, hicolor-icon-theme
 BuildRequires:  SimGear-devel >= 2.6.0
@@ -38,6 +39,7 @@ FlightGear flight simulator
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 cp -a %{SOURCE2} .
 
 %build 
@@ -107,6 +109,9 @@ rm -fr %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog 
+* Mon Feb 18 2013 Fabrice Bellet <fabrice at bellet.info> - 1.6.2-3
+- rebuilt with newer SimGear
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list