rpms/deskbar-applet/F-7 deskbar-applet-devhelp.patch, NONE, 1.1 deskbar-applet.spec, 1.51, 1.52

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Wed Jul 18 01:32:40 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/deskbar-applet/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32412

Modified Files:
	deskbar-applet.spec 
Added Files:
	deskbar-applet-devhelp.patch 
Log Message:
* Tue Jul 17 2007 Luke Macken <lmacken at redhat.com> - 2.19.3-4
- Patch from Kai Thomsen to fix the Developer Documentation extension (#248318)


deskbar-applet-devhelp.patch:

--- NEW FILE deskbar-applet-devhelp.patch ---
--- deskbar/handlers/programs.py.orig	2007-07-16 01:47:05.000000000 +0200
+++ deskbar/handlers/programs.py	2007-07-16 01:47:15.000000000 +0200
@@ -164,7 +164,7 @@
 		
 class DevhelpHandler(SpecialProgramHandler):
 	def __init__(self):
-		SpecialProgramHandler.__init__(self, "devhelp.desktop", "devhelp")
+		SpecialProgramHandler.__init__(self, "gnome-devhelp.desktop", "devhelp")
 	
 	def create_match(self, desktop, f):
 		return DevhelpMatch(


Index: deskbar-applet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/deskbar-applet/F-7/deskbar-applet.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- deskbar-applet.spec	29 Jun 2007 18:54:13 -0000	1.51
+++ deskbar-applet.spec	18 Jul 2007 01:32:08 -0000	1.52
@@ -3,7 +3,7 @@
 
 Name:           deskbar-applet
 Version:        2.19.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 
 Summary:        A Gnome applet to allow easy access to various search engines
 Group:          Applications/Internet
@@ -14,6 +14,7 @@
 Source2:        fedorabz.png
 Patch0:         %{name}-firefox-searchplugins.patch
 Patch1:         %{name}-gdmclient.patch
+Patch2:         %{name}-devhelp.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gtk2-devel python-devel pygtk2-devel gnome-python2-extras
 BuildRequires:  gettext evolution-data-server-devel gnome-desktop-devel
@@ -40,6 +41,7 @@
 %setup -q
 %patch0
 %patch1
+%patch2
 
 %build
 %configure --disable-schemas-install --disable-scrollkeeper
@@ -105,6 +107,9 @@
 %{_datadir}/omf/deskbar/
 
 %changelog
+* Tue Jul 17 2007 Luke Macken <lmacken at redhat.com> - 2.19.3-4
+- Patch from Kai Thomsen to fix the Developer Documentation extension (#248318)
+
 * Fri Jun 29 2007 Luke Macken <lmacken at redhat.com> - 2.19.3-3
 - Add deskbar-applet-gdmclient.patch to fix a nonfatal traceback on startup.
   (Upstream bug #452256)




More information about the scm-commits mailing list