From c75bddd4a1a16812b569ad7cad79c0e0777140d3 Mon Sep 17 00:00:00 2001 From: Jozef Mlich Date: Mon, 10 Feb 2014 09:54:22 +0100 Subject: [PATCH] The data in less-458-old-bot-in-help.patch was not preprocessed by mkhelp (i.e. not applied) The --old-bot option was missing in help. --- less-458-old-bot-in-help.patch | 18 +++++++++++++++--- less.spec | 6 +++++- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/less-458-old-bot-in-help.patch b/less-458-old-bot-in-help.patch index 15e54f7..7476dfc 100644 --- a/less-458-old-bot-in-help.patch +++ b/less-458-old-bot-in-help.patch @@ -1,6 +1,18 @@ -diff -upr less-458_orig/less.hlp less-458_work/less.hlp ---- less-458_orig/less.hlp 2013-05-07 14:03:52.037104428 +0200 -+++ less-458_work/less.hlp 2013-05-07 11:24:43.475780365 +0200 +diff -up less-458/help.c.oldbothelp less-458/help.c +--- less-458/help.c.oldbothelp 2014-02-03 16:49:34.000000000 +0100 ++++ less-458/help.c 2014-02-03 16:50:17.202836595 +0100 +@@ -138,6 +138,8 @@ constant char helpdata[] = { + ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','H','i','g','h','l','i','g','h','t',' ','o','n','l','y',' ','l','a','s','t',' ','m','a','t','c','h',' ','f','o','r',' ','s','e','a','r','c','h','e','s','.','\n', + ' ',' ','-','G',' ',' ','.','.','.','.','.','.','.','.',' ',' ','-','-','H','I','L','I','T','E','-','S','E','A','R','C','H','\n', + ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','D','o','n','\'','t',' ','h','i','g','h','l','i','g','h','t',' ','a','n','y',' ','m','a','t','c','h','e','s',' ','f','o','r',' ','s','e','a','r','c','h','e','s','.','\n', ++' ',' ','-','-','o','l','d','-','b','o','t','\n', ++' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','R','e','v','e','r','t',' ','t','o',' ','t','h','e',' ','o','l','d',' ','b','o','t','t','o','m',' ','o','f',' ','s','c','r','e','e','n',' ','b','e','h','a','v','i','o','r','.','\n', + ' ',' ','-','h',' ','[','_','\b','N',']',' ',' ','.','.','.','.',' ',' ','-','-','m','a','x','-','b','a','c','k','-','s','c','r','o','l','l','=','[','_','\b','N',']','\n', + ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','B','a','c','k','w','a','r','d',' ','s','c','r','o','l','l',' ','l','i','m','i','t','.','\n', + ' ',' ','-','i',' ',' ','.','.','.','.','.','.','.','.',' ',' ','-','-','i','g','n','o','r','e','-','c','a','s','e','\n', +diff -up less-458/less.hlp.oldbothelp less-458/less.hlp +--- less-458/less.hlp.oldbothelp 2014-02-03 16:49:34.503555646 +0100 ++++ less-458/less.hlp 2014-02-03 16:49:34.507555673 +0100 @@ -135,6 +135,8 @@ Highlight only last match for searches. -G ........ --HILITE-SEARCH diff --git a/less.spec b/less.spec index c35e900..845c200 100644 --- a/less.spec +++ b/less.spec @@ -1,7 +1,7 @@ Summary: A text file browser similar to more, but better Name: less Version: 458 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ Group: Applications/Text Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz @@ -73,6 +73,10 @@ ls -la $RPM_BUILD_ROOT/etc/profile.d rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 10 2014 Jozef Mlich - 458-6 +- The data in less-458-old-bot-in-help.patch was not + preprocessed by mkhelp (i.e. not applied) + * Mon Dec 02 2013 Jozef Mlich - 458-5 - Resolves #1036326 fixing command line parsing in lesskey - changed day of week in order to avoid bogus date in changelog