rpms/kdebase-runtime/devel kdebase-runtime-4.1.x-searchproviders-shortcuts.patch, NONE, 1.1 kdebase-runtime.spec, 1.48, 1.49

Than Ngo (than) fedora-extras-commits at redhat.com
Thu Jun 5 11:50:23 UTC 2008


Author: than

Update of /cvs/extras/rpms/kdebase-runtime/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17531

Modified Files:
	kdebase-runtime.spec 
Added Files:
	kdebase-runtime-4.1.x-searchproviders-shortcuts.patch 
Log Message:
add searchproviders-shortcuts for redhat bugzilla


kdebase-runtime-4.1.x-searchproviders-shortcuts.patch:

--- NEW FILE kdebase-runtime-4.1.x-searchproviders-shortcuts.patch ---
diff -up kdebase-runtime-4.0.80/kurifilter-plugins/ikws/searchproviders/bugzilla.desktop.orig kdebase-runtime-4.0.80/kurifilter-plugins/ikws/searchproviders/bugzilla.desktop
--- kdebase-runtime-4.0.80/kurifilter-plugins/ikws/searchproviders/bugzilla.desktop.orig	2008-06-05 13:19:46.000000000 +0200
+++ kdebase-runtime-4.0.80/kurifilter-plugins/ikws/searchproviders/bugzilla.desktop	2008-06-05 13:21:39.000000000 +0200
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Hidden=false
+Type=Service
+Name=Red Hat bug tracking system
+ServiceTypes=SearchProvider
+Keys=rhbug,bz
+Query=http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=\\1
diff -up kdebase-runtime-4.0.80/kurifilter-plugins/ikws/searchproviders/fedora.desktop.orig kdebase-runtime-4.0.5/kurifilter-plugins/ikws/searchproviders/fedora.desktop
--- kdebase-runtime-4.0.80/kurifilter-plugins/ikws/searchproviders/fedora.desktop.orig	2008-06-05 13:20:19.000000000 +0200
+++ kdebase-runtime-4.0.80/kurifilter-plugins/ikws/searchproviders/fedora.desktop	2008-06-05 13:20:47.000000000 +0200
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Hidden=false
+Keys=fp,fedora
+Name=fedoraproject
+Query=http://fedoraproject.org/wiki/?action=fullsearch&context=180&value=\\{@}&titlesearch=Titles
+ServiceTypes=SearchProvider
+Type=Service


Index: kdebase-runtime.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-runtime/devel/kdebase-runtime.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- kdebase-runtime.spec	4 Jun 2008 19:19:08 -0000	1.48
+++ kdebase-runtime.spec	5 Jun 2008 11:49:40 -0000	1.49
@@ -9,7 +9,7 @@
 Name:          kdebase-runtime
 Summary:       K Desktop Environment - Runtime 
 Version:       4.0.80
-Release:       1%{?dist}
+Release:       2%{?dist}
 
 License:       GPLv2
 Group:         User Interface/Desktops
@@ -17,6 +17,7 @@
 Source0:       ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdebase-runtime-%{version}.tar.bz2
 Source1:       khelpcenter.desktop
 Patch0:        kdebase-runtime-4.0.72-pulseaudio.patch
+Patch1:        kdebase-runtime-4.1.x-searchproviders-shortcuts.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %ifarch noarch
@@ -89,7 +90,7 @@
 %setup -q -n kdebase-runtime-%{version}
 
 %patch0 -p1 -b .pulseaudio
-
+%patch1 -p1 -b .searchproviders-shortcuts
 
 %build
 
@@ -300,6 +301,9 @@
 
 
 %changelog
+* Thu Jun 05 2008 Than Ngo <than at redhat.com> 4.0.80-2
+- add searchproviders-shortcuts for redhat bugzilla 
+
 * Mon May 26 2008 Than Ngo <than at redhat.com> 4.0.80-1
 - 4.1 beta 1
 




More information about the fedora-extras-commits mailing list