diff --git a/less-458-old-bot-in-help.patch b/less-458-old-bot-in-help.patch new file mode 100644 index 0000000..15e54f7 --- /dev/null +++ b/less-458-old-bot-in-help.patch @@ -0,0 +1,12 @@ +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 +@@ -135,6 +135,8 @@ + Highlight only last match for searches. + -G ........ --HILITE-SEARCH + Don't highlight any matches for searches. ++ --old-bot ++ Revert to the old bottom of screen behavior. + -h [_N] .... --max-back-scroll=[_N] + Backward scroll limit. + -i ........ --ignore-case diff --git a/less.spec b/less.spec index 071cbc4..f61da0a 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: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: Applications/Text Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz @@ -17,6 +17,7 @@ Patch7: less-436-help.patch Patch8: less-458-lessecho-usage.patch Patch9: less-458-less-filters-man.patch Patch10: less-458-lesskey-usage.patch +Patch11: less-458-old-bot-in-help.patch URL: http://www.greenwoodsoftware.com/less/ Requires: groff-base BuildRequires: ncurses-devel @@ -72,9 +73,11 @@ ls -la $RPM_BUILD_ROOT/etc/profile.d rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 07 2013 Fridolin Pokorny - 458-3 - Expanded lessecho usage (#948597) - Added lessfilter info to man (#948597) - Expanded lesskey usage (#948597) +- Added --old-bot to help (#948597) * Thu Apr 11 2013 Fridolin Pokorny - 458-2 - Added gpg support to lesspipe.sh (#885122)