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.
This commit is contained in:
parent
fefa9bc7e4
commit
c75bddd4a1
@ -1,6 +1,18 @@
|
|||||||
diff -upr less-458_orig/less.hlp less-458_work/less.hlp
|
diff -up less-458/help.c.oldbothelp less-458/help.c
|
||||||
--- less-458_orig/less.hlp 2013-05-07 14:03:52.037104428 +0200
|
--- less-458/help.c.oldbothelp 2014-02-03 16:49:34.000000000 +0100
|
||||||
+++ less-458_work/less.hlp 2013-05-07 11:24:43.475780365 +0200
|
+++ 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 @@
|
@@ -135,6 +135,8 @@
|
||||||
Highlight only last match for searches.
|
Highlight only last match for searches.
|
||||||
-G ........ --HILITE-SEARCH
|
-G ........ --HILITE-SEARCH
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A text file browser similar to more, but better
|
Summary: A text file browser similar to more, but better
|
||||||
Name: less
|
Name: less
|
||||||
Version: 458
|
Version: 458
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
|
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
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 10 2014 Jozef Mlich <jmlich@redhat.com> - 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 <jmlich@redhat.com> - 458-5
|
* Mon Dec 02 2013 Jozef Mlich <jmlich@redhat.com> - 458-5
|
||||||
- Resolves #1036326 fixing command line parsing in lesskey
|
- Resolves #1036326 fixing command line parsing in lesskey
|
||||||
- changed day of week in order to avoid bogus date in changelog
|
- changed day of week in order to avoid bogus date in changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user