[fgrun] new upstream release

Fabrice Bellet bellet at fedoraproject.org
Mon Oct 20 10:10:27 UTC 2014


commit 762a723b52acaeb7b9c968b67e3e2f17258fc38f
Author: Fabrice Bellet <fabrice at bellet.info>
Date:   Mon Oct 20 12:10:15 2014 +0200

    new upstream release

 .gitignore                                   |    1 +
 0001-Build-fgrun-with-static-ui-libs.patch   |    8 ++++----
 0002-Fix-a-crash-when-setting-defaults.patch |   12 ++++++------
 0003-Default-settings-for-Fedora.patch       |    6 +++---
 0004-Fix-reloadPath-logic.patch              |   10 +++++-----
 fgrun.spec                                   |    9 ++++++---
 sources                                      |    2 +-
 7 files changed, 26 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a77b649..223ca29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /fgrun-1.6.2.tar.bz2
 /fgrun-1.7.0.tar.bz2
 /fgrun-3.0.0.tar.bz2
+/fgrun-3.2.0.tar.bz2
diff --git a/0001-Build-fgrun-with-static-ui-libs.patch b/0001-Build-fgrun-with-static-ui-libs.patch
index 65bee0d..99be72a 100644
--- a/0001-Build-fgrun-with-static-ui-libs.patch
+++ b/0001-Build-fgrun-with-static-ui-libs.patch
@@ -1,14 +1,14 @@
-From c0ea7e49fae6bedd6e54eba52232c9ed5dd323b7 Mon Sep 17 00:00:00 2001
+From cef1aa560edf31637a09128152d76cb2154b429d Mon Sep 17 00:00:00 2001
 From: Fabrice Bellet <fabrice at bellet.info>
 Date: Sun, 22 Sep 2013 12:50:32 +0200
-Subject: [PATCH 1/4] Build fgrun with static ui libs
+Subject: [PATCH] Build fgrun with static ui libs
 
 ---
  src/CMakeLists.txt | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 8d41452..9bfab24 100644
+index 8d51267..31da426 100644
 --- a/src/CMakeLists.txt
 +++ b/src/CMakeLists.txt
 @@ -12,10 +12,10 @@ if (MSVC)
@@ -25,5 +25,5 @@ index 8d41452..9bfab24 100644
  set( ui_libs_1_3 Wizard Advanced )
  
 -- 
-1.8.5.3
+1.9.3
 
diff --git a/0002-Fix-a-crash-when-setting-defaults.patch b/0002-Fix-a-crash-when-setting-defaults.patch
index f337c22..c24ad5b 100644
--- a/0002-Fix-a-crash-when-setting-defaults.patch
+++ b/0002-Fix-a-crash-when-setting-defaults.patch
@@ -1,17 +1,17 @@
-From 481e6dbac8ccaf7a0111642ebb8dd7b135a6c0f7 Mon Sep 17 00:00:00 2001
+From 8ffa2abd147c5e3f9900377660562f50745b296d Mon Sep 17 00:00:00 2001
 From: Fabrice Bellet <fabrice at bellet.info>
 Date: Sun, 22 Sep 2013 12:52:15 +0200
-Subject: [PATCH 2/4] Fix a crash when setting defaults
+Subject: [PATCH] Fix a crash when setting defaults
 
 ---
  src/wizard_funcs.cxx | 2 --
  1 file changed, 2 deletions(-)
 
 diff --git a/src/wizard_funcs.cxx b/src/wizard_funcs.cxx
-index 32d5f55..3f82cfe 100644
+index 029d4cc..bb8a086 100644
 --- a/src/wizard_funcs.cxx
 +++ b/src/wizard_funcs.cxx
-@@ -1265,7 +1265,6 @@ Wizard::~Wizard()
+@@ -1283,7 +1283,6 @@ Wizard::~Wizard()
      aircraft->clear();
  
      delete logwin;
@@ -19,7 +19,7 @@ index 32d5f55..3f82cfe 100644
      delete adv;
  }
  
-@@ -2255,7 +2254,6 @@ Wizard::reset_settings()
+@@ -2273,7 +2272,6 @@ Wizard::reset_settings()
      prefs.set( "time_of_day_value", "noon" );
  
      aircraft->value( 0 );
@@ -28,5 +28,5 @@ index 32d5f55..3f82cfe 100644
      preview->redraw();
  
 -- 
-1.8.5.3
+1.9.3
 
diff --git a/0003-Default-settings-for-Fedora.patch b/0003-Default-settings-for-Fedora.patch
index 2fe47fe..0bd5550 100644
--- a/0003-Default-settings-for-Fedora.patch
+++ b/0003-Default-settings-for-Fedora.patch
@@ -1,7 +1,7 @@
-From 783e6e16c6ea77ede7d4fe9654d18620eba2efbd Mon Sep 17 00:00:00 2001
+From 93254c67a96cc1074df82747dcb2f7e662134c88 Mon Sep 17 00:00:00 2001
 From: Fabrice Bellet <fabrice at bellet.info>
 Date: Sun, 22 Sep 2013 12:53:13 +0200
-Subject: [PATCH 3/4] Default settings for Fedora
+Subject: [PATCH] Default settings for Fedora
 
 ---
  fgrun.prefs | 6 +++---
@@ -24,5 +24,5 @@ index c52be0b..26d153f 100644
  aircraft:c172-3d
  airport:KSFO
 -- 
-1.8.5.3
+1.9.3
 
diff --git a/0004-Fix-reloadPath-logic.patch b/0004-Fix-reloadPath-logic.patch
index 1f11dff..ee50fe9 100644
--- a/0004-Fix-reloadPath-logic.patch
+++ b/0004-Fix-reloadPath-logic.patch
@@ -1,17 +1,17 @@
-From e10f0386658cb700aa8b647d975abc680c6a8299 Mon Sep 17 00:00:00 2001
+From 1a609aae2796816fedd112e688d746532afdaaa4 Mon Sep 17 00:00:00 2001
 From: Fabrice Bellet <fabrice at bellet.info>
 Date: Sun, 22 Sep 2013 12:54:45 +0200
-Subject: [PATCH 4/4] Fix reloadPath logic
+Subject: [PATCH] Fix reloadPath logic
 
 ---
  src/wizard_funcs.cxx | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/src/wizard_funcs.cxx b/src/wizard_funcs.cxx
-index 3f82cfe..9a0d750 100644
+index bb8a086..7da2ec2 100644
 --- a/src/wizard_funcs.cxx
 +++ b/src/wizard_funcs.cxx
-@@ -307,7 +307,7 @@ Wizard::reset()
+@@ -325,7 +325,7 @@ Wizard::reset()
      {
          fg_scenery = buf;
      }
@@ -21,5 +21,5 @@ index 3f82cfe..9a0d750 100644
          fg_scenery = buf;
          prefs.set("fg_scenery", buf);
 -- 
-1.8.5.3
+1.9.3
 
diff --git a/fgrun.spec b/fgrun.spec
index 096e3f9..a25fb30 100644
--- a/fgrun.spec
+++ b/fgrun.spec
@@ -1,12 +1,12 @@
 Name:           fgrun
 Summary:        Graphical front-end for launching FlightGear flight simulator
-Version:        3.0.0
-Release:        5%{?dist}
+Version:        3.2.0
+Release:        1%{?dist}
 License:        GPLv2+ and CC-BY-SA
 Group:          Amusements/Games
 URL:            http://sourceforge.net/projects/fgrun
 # git clone git://gitorious.org/fg/fgrun.git
-# git archive --format=tar.bz2 -o fgrun-3.0.0.tar.bz2 --prefix=fgrun-3.0.0/ origin/release/3.0.0
+# git archive --format=tar.bz2 -o fgrun-3.2.0.tar.bz2 --prefix=fgrun-3.2.0/ origin/release/3.2.0
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        %{name}.desktop
 Source2:        README.Fedora
@@ -109,6 +109,9 @@ rm -fr %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Fri Oct 17 2014 Fabrice Bellet <fabrice at bellet.info> - 3.2.0-1
+- new upstream release
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 5898c1d..6fdbe41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-96e735dfe590f0c7f0e23b3c4af70421  fgrun-3.0.0.tar.bz2
+7c21c97dc16f24eecccb75c980610b8f  fgrun-3.2.0.tar.bz2


More information about the scm-commits mailing list