Foption patch is more optimal now Update to 436
This commit is contained in:
parent
830598455c
commit
0d1f5ae827
@ -1 +1 @@
|
||||
less-429.tar.gz
|
||||
less-436.tar.gz
|
||||
|
@ -94,7 +94,7 @@
|
||||
+
|
||||
+ pos = position(TOP);
|
||||
+
|
||||
+ while (pos != NULL_POSITION)
|
||||
+ while (pos != NULL_POSITION && nlines <= sc_height)
|
||||
+ {
|
||||
+ pos = forw_line(pos);
|
||||
+ nlines++;
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: A text file browser similar to more, but better
|
||||
Name: less
|
||||
Version: 429
|
||||
Version: 436
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/Text
|
||||
@ -63,6 +63,10 @@ ls -la $RPM_BUILD_ROOT/etc/profile.d
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%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
|
||||
- Update to 429
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user