rpms/file-browser-applet/devel fba-libgnome.patch, NONE, 1.1 file-browser-applet.spec, 1.5, 1.6

Deji Akingunola deji at fedoraproject.org
Wed Feb 4 19:27:10 UTC 2009


Author: deji

Update of /cvs/pkgs/rpms/file-browser-applet/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17554

Modified Files:
	file-browser-applet.spec 
Added Files:
	fba-libgnome.patch 
Log Message:
* Wed Feb 04 2009 Deji Akingunola <dakingun at gmail.com> - 0.6.0-2
- Include missing header


fba-libgnome.patch:

--- NEW FILE fba-libgnome.patch ---
--- src/main.c	2009-02-04 13:01:18.577798021 -0500
+++ src/main.c.new	2009-02-04 13:01:28.948807382 -0500
@@ -27,6 +27,7 @@
 #include <glib/gprintf.h>
 #include <gtk/gtk.h>
 #include <panel-applet.h>
+#include <libgnome/libgnome.h>
 #include <string.h>
 
 #include "panel-menu-bar.h"


Index: file-browser-applet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/file-browser-applet/devel/file-browser-applet.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- file-browser-applet.spec	21 Nov 2008 03:56:45 -0000	1.5
+++ file-browser-applet.spec	4 Feb 2009 19:26:40 -0000	1.6
@@ -1,11 +1,12 @@
 Name:		file-browser-applet
 Version:	0.6.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	File Browser Applet for the GNOME Panel
 Group:		User Interface/Desktops
 License:	GPLv2+
 URL:		http://code.google.com/p/gnome-menu-file-browser-applet/
 Source0:	http://gnome-menu-file-browser-applet.googlecode.com/files/%{name}-%{version}.tar.gz
+Patch0:		fba-libgnome.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	cmake >= 2.4.7
@@ -25,6 +26,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .fix
 
 %build
 mkdir fedora
@@ -88,6 +90,9 @@
 %{_sysconfdir}/gconf/schemas/file-browser-applet.schemas
 
 %changelog
+* Wed Feb 04 2009 Deji Akingunola <dakingun at gmail.com> - 0.6.0-2
+- Include missing header
+
 * Thu Nov 20 2008 Deji Akingunola <dakingun at gmail.com> - 0.6.0-1
 - New upstream version
 




More information about the scm-commits mailing list