[rxvt-unicode] - 9.09-3 - re-add frills build option for standard versions - bind scrolling actions to crtl+up/down

Andreas Bierfert awjb at fedoraproject.org
Thu Nov 18 09:59:44 UTC 2010


commit e4d0a0c2e8c262ae1d77d486ac72bf4894cbcf2a
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Thu Nov 18 10:59:59 2010 +0100

    - 9.09-3
    - re-add frills build option for standard versions
    - bind scrolling actions to crtl+up/down/pgup/pgdown as shift will break the
      tabbing support

 rxvt-unicode-scroll-modupdown.patch |   16 ++++++++++++++--
 rxvt-unicode.spec                   |   10 +++++++++-
 2 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/rxvt-unicode-scroll-modupdown.patch b/rxvt-unicode-scroll-modupdown.patch
index 5de6a04..610c28a 100644
--- a/rxvt-unicode-scroll-modupdown.patch
+++ b/rxvt-unicode-scroll-modupdown.patch
@@ -1,5 +1,17 @@
---- rxvt-unicode-9.09/src/feature.h.orig	2010-11-14 12:49:35.000000000 +0100
-+++ rxvt-unicode-9.09/src/feature.h	2010-11-14 12:49:45.000000000 +0100
+diff -up rxvt-unicode-9.09/src/feature.h.scroll-modupdown rxvt-unicode-9.09/src/feature.h
+--- rxvt-unicode-9.09/src/feature.h.scroll-modupdown	2009-05-30 10:48:11.000000000 +0200
++++ rxvt-unicode-9.09/src/feature.h	2010-11-18 10:03:55.000000000 +0100
+@@ -122,8 +122,8 @@
+  * Modifier/s to use to allow up/down arrows and Prior/Next keys
+  * to scroll single or page-fulls
+  */
+-#define SCROLL_ON_SHIFT
+-/* #define SCROLL_ON_CTRL */
++/* #define SCROLL_ON_SHIFT */
++#define SCROLL_ON_CTRL
+ /* #define SCROLL_ON_META */
+ 
+ /*
 @@ -132,8 +132,8 @@
   * SCROLL_ON_* defines above.).
   * Also for modifier+Home/End keys to move to top/bottom
diff --git a/rxvt-unicode.spec b/rxvt-unicode.spec
index c5647ac..65ddae7 100644
--- a/rxvt-unicode.spec
+++ b/rxvt-unicode.spec
@@ -1,6 +1,6 @@
 Name:           rxvt-unicode
 Version:        9.09
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Unicode version of rxvt
 
 Group:          User Interface/X
@@ -94,6 +94,7 @@ pushd %{name}-%{version}
  --enable-mousewheel \
  --enable-slipwheeling \
  --enable-smart-resize \
+ --enable-frills \
  --disable-iso14755 \
  --with-term=rxvt-unicode
 
@@ -160,6 +161,7 @@ pushd %{name}-%{version}-256color
  --enable-mousewheel \
  --enable-slipwheeling \
  --enable-smart-resize \
+ --enable-frills \
  --disable-iso14755 \
  --with-term=rxvt-unicode-256color \
  --with-name=urxvt256c \
@@ -303,6 +305,12 @@ rm -rf %{buildroot}
 %{_datadir}/applications/*rxvt-unicode-256color-ml.desktop
 
 %changelog
+* Thu Nov 18 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 9.09-3
+- re-add frills build option for standard versions
+- bind scrolling actions to crtl+up/down/pgup/pgdown as shift will break the
+  tabbing support
+
 * Mon Nov 15 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 9.09-2
 - Rework to provide four versions:


More information about the scm-commits mailing list