rpms/vfrnav/F-11 bz523309.patch,NONE,1.1 vfrnav.spec,1.1,1.2

sailer sailer at fedoraproject.org
Sun Sep 20 07:46:48 UTC 2009


Author: sailer

Update of /cvs/extras/rpms/vfrnav/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3257

Modified Files:
	vfrnav.spec 
Added Files:
	bz523309.patch 
Log Message:
fix for BZ #523309


bz523309.patch:
 fplan.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE bz523309.patch ---
Index: src/fplan.cc
===================================================================
RCS file: /cvsroot/src_vfrnav/src/fplan.cc,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- src/fplan.cc	25 Apr 2009 19:27:50 -0000	1.31
+++ src/fplan.cc	19 Sep 2009 22:12:05 -0000	1.32
@@ -642,7 +642,7 @@
                 }
         }
 #else
-        if (g_mkdir_with_parents(dbname.c_str(), 0x755)) {
+        if (g_mkdir_with_parents(dbname.c_str(), 0755)) {
                 throw std::runtime_error("vfrnav directory (" + dbname +")creation failed");
         }
 #endif


Index: vfrnav.spec
===================================================================
RCS file: /cvs/extras/rpms/vfrnav/F-11/vfrnav.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- vfrnav.spec	17 Jun 2009 17:34:10 -0000	1.1
+++ vfrnav.spec	20 Sep 2009 07:46:47 -0000	1.2
@@ -1,12 +1,13 @@
 Name:           vfrnav
 Version:        0.3
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        VFR Navigation
 
 Group:          Applications/Productivity
 License:        GPLv2+
 URL:            http://www.baycom.org/~tom/vfrnav
 Source0:        http://download.gna.org/vfrnav/%{name}-%{version}.tar.gz
+Patch0:         bz523309.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtkmm24-devel >= 2.8.0
@@ -42,6 +43,7 @@ for the VFR navigation application.
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure
@@ -136,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/vfrdbxplaneexport
 
 %changelog
+* Sun Sep 20 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.3-9
+- fix for BZ#523309
+
 * Fri May 29 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.3-8
 - convert icons to a standard size
 - vfrnav-utils now requires vfrnav




More information about the fedora-extras-commits mailing list