diff --git a/less-418.tar.bz2 b/less-418.tar.bz2 deleted file mode 100644 index 8876920..0000000 --- a/less-418.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b4c37c4e3b56adde9574f70bdaf1380b3242cdff95b837a1a0562056e6654e0 -size 241227 diff --git a/less-418-lessecho-man.patch b/less-424b-lessecho-man.patch similarity index 100% rename from less-418-lessecho-man.patch rename to less-424b-lessecho-man.patch diff --git a/less-418-more.patch b/less-424b-more.patch similarity index 100% rename from less-418-more.patch rename to less-424b-more.patch diff --git a/less-418-mouse.patch b/less-424b-mouse.patch similarity index 100% rename from less-418-mouse.patch rename to less-424b-mouse.patch diff --git a/less-418-save_line_position.patch b/less-424b-save_line_position.patch similarity index 100% rename from less-418-save_line_position.patch rename to less-424b-save_line_position.patch diff --git a/less-418-shell.patch b/less-424b-shell.patch similarity index 100% rename from less-418-shell.patch rename to less-424b-shell.patch diff --git a/less-418-speed.patch b/less-424b-speed.patch similarity index 100% rename from less-418-speed.patch rename to less-424b-speed.patch diff --git a/less-418-strict_aliasing.patch b/less-424b-strict_aliasing.patch similarity index 100% rename from less-418-strict_aliasing.patch rename to less-424b-strict_aliasing.patch diff --git a/less-418-terminate.patch b/less-424b-terminate.patch similarity index 100% rename from less-418-terminate.patch rename to less-424b-terminate.patch diff --git a/less-418-widechars.patch b/less-424b-widechars.patch similarity index 100% rename from less-418-widechars.patch rename to less-424b-widechars.patch diff --git a/less-418.patch b/less-424b.patch similarity index 100% rename from less-418.patch rename to less-424b.patch diff --git a/less-424b.tar.bz2 b/less-424b.tar.bz2 new file mode 100644 index 0000000..f0881b5 --- /dev/null +++ b/less-424b.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c16045303b4bd9e2a7e525edd71a9bb1028e7fb56dc2c49927b268eebcff21c +size 249424 diff --git a/less.changes b/less.changes index ac3c6f9..f25f67e 100644 --- a/less.changes +++ b/less.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 28 15:16:05 CEST 2008 - anosek@suse.cz + +- updated to version 424b + * New "&" command allows filtering of lines based on a pattern. + * Status column now displays a search match, even if the matched + string is scrolled off screen because -S is in effect. + * Improve behavior of -F option. + * Allow CSI character (0x9B) to work in UTF-8 mode. + * Output carriage return at startup in case terminal doesn't default + to column 1. + * Fix bug in '' (quote, quote) command after G command. + ------------------------------------------------------------------- Sun Jul 20 20:19:27 CEST 2008 - crrodriguez@suse.de diff --git a/less.spec b/less.spec index fdcba26..1655ef6 100644 --- a/less.spec +++ b/less.spec @@ -1,10 +1,17 @@ # -# spec file for package less (Version 418) +# spec file for package less (Version 424b) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -19,8 +26,8 @@ Obsoletes: jless Provides: normal-less jless Requires: file AutoReqProv: on -Version: 418 -Release: 23 +Version: 424b +Release: 1 Summary: Text File Browser and Pager Similar to more Url: http://www.greenwoodsoftware.com/less/ Source: %{name}-%{version}.tar.bz2 @@ -105,6 +112,16 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Thu Aug 28 2008 anosek@suse.cz +- updated to version 424b + * New "&" command allows filtering of lines based on a pattern. + * Status column now displays a search match, even if the matched + string is scrolled off screen because -S is in effect. + * Improve behavior of -F option. + * Allow CSI character (0x9B) to work in UTF-8 mode. + * Output carriage return at startup in case terminal doesn't default + to column 1. + * Fix bug in '' (quote, quote) command after G command. * Sun Jul 20 2008 crrodriguez@suse.de - fix build * Tue Jan 29 2008 anosek@suse.cz