rpms/kdebase-workspace/devel kdebase-workspace-4.0.72-klipper-url.patch, NONE, 1.1 kdebase-workspace.spec, 1.79, 1.80

Than Ngo (than) fedora-extras-commits at redhat.com
Wed May 21 14:02:09 UTC 2008


Author: than

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

Modified Files:
	kdebase-workspace.spec 
Added Files:
	kdebase-workspace-4.0.72-klipper-url.patch 
Log Message:
fix #447030, hyperlinks do not open correctly in firefox


kdebase-workspace-4.0.72-klipper-url.patch:

--- NEW FILE kdebase-workspace-4.0.72-klipper-url.patch ---
diff -up kdebase-workspace-4.0.72/klipper/klipperrc.desktop.orig kdebase-workspace-4.0.72/klipper/klipperrc.desktop
--- kdebase-workspace-4.0.72/klipper/klipperrc.desktop.orig	2008-04-18 09:21:50.000000000 +0200
+++ kdebase-workspace-4.0.72/klipper/klipperrc.desktop	2008-05-21 15:58:58.000000000 +0200
@@ -279,7 +279,7 @@ Description[zh_TW]=使用 &Konqueror 開
 Enabled=true
 
 [Action_1/Command_2]
-Commandline=ps x |grep -q '[m]ozilla' && mozilla -remote openURL(%s, new-window) || mozilla %s
+Commandline=ps x |grep -q '[m]ozilla' && mozilla -remote 'openURL(%s, new-window)' || mozilla %s
 Icon=mozilla
 Description=Open with &Mozilla
 Description[af]=Maak oop met Mozilla
@@ -429,7 +429,7 @@ Description[zh_TW]=送出 &URL
 Enabled=true
 
 [Action_1/Command_4]
-Commandline=ps x |grep -q '[f]irefox' && firefox -remote openURL(%s, new-window) || firefox %s
+Commandline=ps x |grep -q '[f]irefox' && firefox -remote 'openURL(%s, new-window)' || firefox %s
 Icon=firefox
 Description=Open with &Firefox
 Description[af]=Maak oop met Firefox
@@ -1533,7 +1533,7 @@ Description[zh_TW]=使用 &Konqueror 開
 Enabled=true
 
 [Action_6/Command_2]
-Commandline=mozilla -remote openURL(%s, new-window)
+Commandline=mozilla -remote 'openURL(%s, new-window)'
 Description=Open with &Mozilla
 Description[af]=Maak oop met Mozilla
 Description[ar]=افتح بواسطة &موزيلا


Index: kdebase-workspace.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-workspace/devel/kdebase-workspace.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- kdebase-workspace.spec	8 May 2008 16:33:27 -0000	1.79
+++ kdebase-workspace.spec	21 May 2008 14:01:29 -0000	1.80
@@ -6,7 +6,7 @@
 Name: kdebase-workspace
 Version: 4.0.72
 
-Release: 3%{?dist}
+Release: 4%{?dist}
 Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdebase-workspace-%{version}.tar.bz2
 License: GPLv2
 Group: User Interface/Desktops
@@ -25,6 +25,7 @@
 Patch8: kdebase-workspace-4.0.3-krdb.patch
 # http://bugzilla.redhat.com/443309 , http://bugs.kde.org/146779
 Patch9: kdebase-workspace-4.0.4-gtkrc.patch
+Patch10: kdebase-workspace-4.0.72-klipper-url.patch
 
 # upstream patches:
 
@@ -147,6 +148,7 @@
 %patch7 -p0 -b .timedate-kcm
 %patch8 -p0 -b .krdb
 %patch9 -p1 -b .gtkrc
+%patch10 -p1 -b .klipper-url
 
 # upstream patches
 
@@ -276,6 +278,9 @@
 
 
 %changelog
+* Wed May 21 2008 Than Ngo <than at redhat.com> 4.0.72-4
+- fix #447030, hyperlinks do not open correctly in firefox
+
 * Thu May 08 2008 Rex Dieter <rdieter at fedoraproject.org> 4.0.72-3
 - ksysguardd subpkg (#426543)
 - %%config(noreplace) systemsettingsrc




More information about the scm-commits mailing list