rpms/gmrun/EL-5 .cvsignore, 1.1, 1.2 gmrun-gmrunrc.patch, 1.1, 1.2 gmrun.spec, 1.6, 1.7 sources, 1.2, 1.3

Gilboa Davara gilboa at fedoraproject.org
Fri Jan 22 10:32:02 UTC 2010


Author: gilboa

Update of /cvs/pkgs/rpms/gmrun/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6128

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gmrun/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Feb 2007 19:37:33 -0000	1.1
+++ .cvsignore	22 Jan 2010 10:32:02 -0000	1.2
@@ -0,0 +1,2 @@
+gmrun-0.9.2-mousewheel.patch
+gmrun-0.9.2-f12.patch

gmrun-gmrunrc.patch:
 gmrunrc |   20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

Index: gmrun-gmrunrc.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gmrun/EL-5/gmrun-gmrunrc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gmrun-gmrunrc.patch	16 Feb 2007 01:01:37 -0000	1.1
+++ gmrun-gmrunrc.patch	22 Jan 2010 10:32:02 -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/EL-5/gmrun.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- gmrun.spec	17 Jan 2008 17:58:27 -0000	1.6
+++ gmrun.spec	22 Jan 2010 10:32:02 -0000	1.7
@@ -1,6 +1,6 @@
 Name:			gmrun
 Version:		0.9.2
-Release:		12%{?dist}
+Release:		20%{?dist}
 Summary:		Lightweight "Run program" dialog box with search history and tab completion
 
 Group:			User Interface/Desktops
@@ -9,6 +9,10 @@ URL:			http://sourceforge.net/projects/g
 Source0:		http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
 Patch0:			gmrun-gmrunrc.patch
 Patch1:			gmrun-0.9.2-gcc43.patch
+Patch2:			gmrun-0.9.2-mousewheel.patch
+%if 0%{?fedora} >= 11
+Patch3:			gmrun-0.9.2-f12.patch
+%endif
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %if 0%{?fedora} >= 8
 BuildRequires:	popt-devel
@@ -33,6 +37,10 @@ prefix.
 %setup -q
 %patch0 -p1 -b .gmrunrc
 %patch1 -p1 -b .gcc43
+%patch2 -p1 -b .mousewheel
+%if 0%{?fedora} >= 11
+%patch3 -p1 -b .f12_support
+%endif
 
 
 %build
@@ -57,6 +65,23 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 22 2010 Gilboa Davara <gilboad at gmail.com> - 0.9.2-20
+- Make the F12 optional on F11 and above.
+
+* Mon Jan 11 2010 Gilboa Davara <gilboad at gmail.com> - 0.9.2-19
+- Fix #511639. Should build on F12.
+- Add mouse wheel support.
+- Fix possible crash due total input size.
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.2-16
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* 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.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gmrun/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	16 Feb 2007 01:01:37 -0000	1.2
+++ sources	22 Jan 2010 10:32:02 -0000	1.3
@@ -1 +1,2 @@
-6cef37a968006d9496fc56a7099c603c  gmrun-0.9.2.tar.gz
+01a46a0df874458c5e39c82540cf4773  gmrun-0.9.2-mousewheel.patch
+9451c636e644ad71bcb4472474690f49  gmrun-0.9.2-f12.patch



More information about the scm-commits mailing list