rpms/setup/devel setup-2.7.7-rxvt.patch, NONE, 1.1 setup.spec, 1.69, 1.70

Ondrej Vasik ovasik at fedoraproject.org
Fri Jan 30 09:58:55 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/setup/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6123

Modified Files:
	setup.spec 
Added Files:
	setup-2.7.7-rxvt.patch 
Log Message:
 add support for ctrl+arrow keys in rxvt(#474110)

setup-2.7.7-rxvt.patch:

--- NEW FILE setup-2.7.7-rxvt.patch ---
diff -urNp setup-2.7.7-orig/inputrc setup-2.7.7/inputrc
--- setup-2.7.7-orig/inputrc	2009-01-22 14:00:18.000000000 +0100
+++ setup-2.7.7/inputrc	2009-01-30 10:49:40.000000000 +0100
@@ -26,6 +26,8 @@ $if mode=emacs
 
 # for rxvt
 "\e[8~": end-of-line
+"\eOc": forward-word
+"\eOd": backward-word
 
 # for non RH/Debian xterm, can't hurt for RH/DEbian xterm
 "\eOH": beginning-of-line


Index: setup.spec
===================================================================
RCS file: /cvs/extras/rpms/setup/devel/setup.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- setup.spec	29 Jan 2009 11:45:59 -0000	1.69
+++ setup.spec	30 Jan 2009 09:58:25 -0000	1.70
@@ -1,12 +1,13 @@
 Summary: A set of system configuration and setup files
 Name: setup
 Version: 2.7.7
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: Public Domain
 Group: System Environment/Base
 URL: https://fedorahosted.org/setup/
 Source: setup-%{version}.tar.bz2
 Patch1: setup-2.7.7-uidgid.patch
+Patch2: setup-2.7.7-rxvt.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: bash tcsh perl
@@ -20,6 +21,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 
@@ -89,6 +91,9 @@
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/mtab
 
 %changelog
+* Fri Jan 30 2009 Ondrej Vasik <ovasik at redhat.com> 2.7.7-3
+- add support for ctrl+arrow keys in rxvt(#474110)
+
 * Thu Jan 29 2009 Ondrej Vasik <ovasik at redhat.com> 2.7.7-2
 - reserve 87 gid for polkituser (just uid was reserved),
   reserve 18 gid for dialout(to prevent conflicts with




More information about the scm-commits mailing list