rpms/gmrun/F-8 gmrun-gmrunrc.patch,1.1,1.2 gmrun.spec,1.6,1.7

Gilboa Davara (gilboa) fedora-extras-commits at redhat.com
Thu Mar 6 10:57:42 UTC 2008


Author: gilboa

Update of /cvs/pkgs/rpms/gmrun/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29964

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


gmrun-gmrunrc.patch:

Index: gmrun-gmrunrc.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gmrun/F-8/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	6 Mar 2008 10:57:37 -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/F-8/gmrun.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gmrun.spec	17 Jan 2008 17:58:42 -0000	1.6
+++ gmrun.spec	6 Mar 2008 10:57:37 -0000	1.7
@@ -1,6 +1,6 @@
 Name:			gmrun
 Version:		0.9.2
-Release:		12%{?dist}
+Release:		15%{?dist}
 Summary:		Lightweight "Run program" dialog box with search history and tab completion
 
 Group:			User Interface/Desktops
@@ -57,6 +57,12 @@
 
 
 %changelog
+* Thu Mar 04 2008 Gilboa Davara <gilboad[AT]gmail.com> - 0.9.2-15
+- Reapply Ville's xdg-utils patch.
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9.2-13
+- Autorebuild for GCC 4.3
+
 * Thu Jan 17 2008 Gilboa Davara <gilboad[AT]gmail.com> - 0.9.2-11
 - Replace htmlview with xdg-utils. (#388441, Patch by Ville Skytta)
 - gcc4.3 compile fix.




More information about the fedora-extras-commits mailing list