rpms/gnome-applets/devel gnome-applets-2.15.3-invest-gconf.patch, NONE, 1.1 gnome-applets.spec, 1.164, 1.165

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 18 17:34:26 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/gnome-applets/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25165

Modified Files:
	gnome-applets.spec 
Added Files:
	gnome-applets-2.15.3-invest-gconf.patch 
Log Message:
fix invest applet


gnome-applets-2.15.3-invest-gconf.patch:
 applet.py |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE gnome-applets-2.15.3-invest-gconf.patch ---
--- gnome-applets-2.15.3/invest-applet/invest/applet.py.invest-gconf	2006-08-18 13:18:47.000000000 -0400
+++ gnome-applets-2.15.3/invest-applet/invest/applet.py	2006-08-18 13:19:24.000000000 -0400
@@ -12,6 +12,7 @@
 	def __init__(self, applet):
 		# Default values
 		self.GCONF_APPLET_DIR = invest.GCONF_DIR
+		self.GCONF_CLIENT = invest.GCONF_CLIENT
 		
 		# Retreive this applet's pref folder
 		path = applet.get_preferences_key()


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- gnome-applets.spec	13 Aug 2006 04:41:14 -0000	1.164
+++ gnome-applets.spec	18 Aug 2006 17:34:24 -0000	1.165
@@ -30,7 +30,7 @@
 Summary:        Small applications for the GNOME panel
 Name:     	gnome-applets
 Version: 	2.15.3
-Release:  	1%{?dist}
+Release:  	2%{?dist}
 Epoch:          1
 License:	GPL
 Group:          User Interface/Desktops
@@ -44,6 +44,8 @@
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=200970
 Patch11:        gnome-applets-2.15.1.1-dont-require-display.patch
 Patch13:        gnome-applets-2.15.1.1-destroy-on-close.patch
+# 
+Patch14: 	gnome-applets-2.15.3-invest-gconf.patch
 
 URL:		http://www.gnome.org/
 
@@ -122,6 +124,7 @@
 %patch10 -p1 -b .invest
 %patch11 -p1 -b .dont-require-display
 %patch13 -p1 -b .destroy-on-close
+%patch14 -p1 -b .invest-gconf
 
 cp gswitchit/gswitchit-applet.png  gswitchit/gswitchit-properties-capplet.png
 
@@ -255,6 +258,9 @@
 %{_libdir}/pkgconfig/gweather.pc
 
 %changelog
+* Fri Aug 18 2006 Matthias Clasen <mclasen at redhat.com> - 1:2.15.3-2.fc6
+- Make the invest applet work
+
 * Sun Aug 13 2006 Matthias Clasen <mclasen at redhat.com> - 1:2.15.3-1.fc6
 - Update to 2.15.3
 




More information about the fedora-cvs-commits mailing list