rpms/vfrnav/devel bz523309.patch,NONE,1.1 vfrnav.spec,1.2,1.3

sailer sailer at fedoraproject.org
Sun Sep 20 07:10:47 UTC 2009


Author: sailer

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

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/devel/vfrnav.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- vfrnav.spec	27 Jul 2009 06:50:32 -0000	1.2
+++ vfrnav.spec	20 Sep 2009 07:10:45 -0000	1.3
@@ -1,12 +1,13 @@
 Name:           vfrnav
 Version:        0.3
-Release:        9%{?dist}
+Release:        10%{?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-10
+- fix for BZ#523309
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list