Foption patch is more optimal now Update to 436

This commit is contained in:
Zdenek Prikryl 2009-07-10 07:32:27 +00:00
parent 830598455c
commit 0d1f5ae827
4 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
less-429.tar.gz less-436.tar.gz

View File

@ -94,7 +94,7 @@
+ +
+ pos = position(TOP); + pos = position(TOP);
+ +
+ while (pos != NULL_POSITION) + while (pos != NULL_POSITION && nlines <= sc_height)
+ { + {
+ pos = forw_line(pos); + pos = forw_line(pos);
+ nlines++; + nlines++;

View File

@ -1,6 +1,6 @@
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: 429 Version: 436
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/Text Group: Applications/Text
@ -63,6 +63,10 @@ ls -la $RPM_BUILD_ROOT/etc/profile.d
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Jul 10 2009 Zdenek Prikryl <zprikryl@redhat.com> - 436-1
- Foption patch is more optimal now
- Update to 436
* Tue Apr 14 2009 Zdenek Prikryl <zprikryl@redhat.com> - 429-1 * Tue Apr 14 2009 Zdenek Prikryl <zprikryl@redhat.com> - 429-1
- Update to 429 - Update to 429

View File

@ -1 +1 @@
206f2f13b9b0a35e45df660fcb6af31d less-429.tar.gz 817bf051953ad2dea825a1cdf460caa4 less-436.tar.gz