[FlightGear-Atlas/f18] init _renderConfirmDialog

Fabrice Bellet bellet at fedoraproject.org
Wed Mar 6 15:49:02 UTC 2013


commit 8708c34584e7b21f4f100a8df216749c902d56e5
Author: Fabrice Bellet <fabrice at bellet.info>
Date:   Wed Mar 6 16:48:59 2013 +0100

    init _renderConfirmDialog

 Atlas-0.4.9-init-render-config-dialog.patch |   12 ++++++++++++
 FlightGear-Atlas.spec                       |    7 ++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/Atlas-0.4.9-init-render-config-dialog.patch b/Atlas-0.4.9-init-render-config-dialog.patch
new file mode 100644
index 0000000..bceee0e
--- /dev/null
+++ b/Atlas-0.4.9-init-render-config-dialog.patch
@@ -0,0 +1,12 @@
+diff -uNrp Atlas.orig/src/AtlasWindow.cxx Atlas/src/AtlasWindow.cxx
+--- Atlas.orig/src/AtlasWindow.cxx	2012-09-11 13:29:08.000000000 +0200
++++ Atlas/src/AtlasWindow.cxx	2012-09-18 21:47:15.156403395 +0200
+@@ -3157,7 +3157,7 @@ AtlasWindow::AtlasWindow(const char *nam
+     AtlasBaseWindow(name, regularFontFile, boldFontFile), _ac(ac), 
+     _dragging(false), _lightingPrefixKey(false), _debugPrefixKey(false), 
+     _overlays(NULL), _showOutlines(false), _exitOkDialog(NULL), 
+-    _searchTimerScheduled(false)
++    _renderConfirmDialog(NULL), _searchTimerScheduled(false)
+ {
+     // Initialize OpenGL, starting with clearing (background) color
+     // and enabling depth testing.
diff --git a/FlightGear-Atlas.spec b/FlightGear-Atlas.spec
index 7b1d035..ca88311 100644
--- a/FlightGear-Atlas.spec
+++ b/FlightGear-Atlas.spec
@@ -3,12 +3,13 @@
 Name:           FlightGear-Atlas
 Summary:        Flightgear map tools
 Version:        0.4.9
-Release:        0.4%{snapshot}%{?dist}
+Release:        0.5%{snapshot}%{?dist}
 
 License:        GPLv2+
 Group:          Amusements/Games
 Source0:        Atlas-%{version}%{snapshot}.tar.bz2
 Source1:        Atlas-0.4.0-default-maps.tar.gz
+Patch0:         Atlas-0.4.9-init-render-config-dialog.patch
 URL:            http://atlas.sourceforge.net
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  freeglut-devel, curl-devel, libpng-devel, glew-devel
@@ -25,6 +26,7 @@ Atlas viewer
 
 %prep
 %setup -q -n Atlas
+%patch0 -p1
 find -type f -name '*.[hc]xx' -exec chmod a-x {} \;
 
 %build
@@ -64,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/flightgear/Atlas
 
 %changelog
+* Wed Mar 06 2013 Fabrice Bellet <fabrice at bellet.info> - 0.4.9-0.5.cvs20120911
+- init _renderConfirmDialog
+
 * Tue Sep 11 2012 Fabrice Bellet <fabrice at bellet.info> 0.4.9-0.4.cvs20120911
 - rebuilt with newer SimGear
 


More information about the scm-commits mailing list