rpms/gmrun/devel gmrun-gmrunrc.patch,1.1,1.2 gmrun.spec,1.7,1.8

Gilboa Davara (gilboa) fedora-extras-commits at redhat.com
Tue Mar 4 12:31:39 UTC 2008


Author: gilboa

Update of /cvs/pkgs/rpms/gmrun/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27498

Modified Files:
	gmrun-gmrunrc.patch gmrun.spec 
Log Message:


gmrun-gmrunrc.patch:

Index: gmrun-gmrunrc.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gmrun/devel/gmrun-gmrunrc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gmrun-gmrunrc.patch	15 Feb 2007 10:59:04 -0000	1.1
+++ gmrun-gmrunrc.patch	4 Mar 2008 12:31:24 -0000	1.2
@@ -9,14 +9,14 @@
  TermExec = ${Terminal} -e
  AlwaysInTerm = ssh telnet ftp lynx mc vi vim pine centericq perldoc man
  
-@@ -32,18 +32,13 @@
+@@ -32,18 +32,14 @@
  #   - %u gets replaced with the whole URL ("http://www.google.com")
  #   - %s gets replaced with "//www.google.com".  This is useful for URL-s
  #     like "man:printf" --> %s will get replaced with "printf"
 -URL_http = mozilla -remote "openURL(%u, new-window)"
 -URL_mailto = mozilla -remote "mailto(%s)"
-+URL_http = htmlview %u
-+URL_mailto = htmlview %u
++URL_http = xdg-open %u
++URL_mailto = xdg-email %u
 +URL_file = xdg-open %s
  URL_man = ${TermExec} 'man %s'
  URL_info = ${TermExec} 'info %s'
@@ -25,7 +25,7 @@
 -URL_readme = ${TermExec} 'less /usr/doc/%s/README'
 -URL_info = ${TermExec} 'info %s'
 -URL_sh = sh -c '%s'
-+URL_search = htmlview 'http://www.google.co.il/search?q=%s'
++URL_search = xdg-open 'http://www.google.com/search?q=%s'
  
  # extension handlers
 -EXT:doc,rtf = AbiWord %s


Index: gmrun.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gmrun/devel/gmrun.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gmrun.spec	19 Feb 2008 04:01:11 -0000	1.7
+++ gmrun.spec	4 Mar 2008 12:31:24 -0000	1.8
@@ -57,8 +57,8 @@
 
 
 %changelog
-* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9.2-13
-- Autorebuild for GCC 4.3
+* Thu Mar 04 2008 Gilboa Davara <gilboad[AT]gmail.com> - 0.9.2-13
+- Reapply Ville's xdg-utils patch.
 
 * Thu Jan 17 2008 Gilboa Davara <gilboad[AT]gmail.com> - 0.9.2-11
 - Replace htmlview with xdg-utils. (#388441, Patch by Ville Skytta)




More information about the fedora-extras-commits mailing list