2006-12-18 23:16:54 +00:00
|
|
|
|
#
|
2008-08-28 21:35:03 +00:00
|
|
|
|
# spec file for package less (Version 424b)
|
2006-12-18 23:16:54 +00:00
|
|
|
|
#
|
2008-02-15 00:28:05 +00:00
|
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2006-12-18 23:16:54 +00:00
|
|
|
|
#
|
2008-08-28 21:35:03 +00:00
|
|
|
|
# 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.
|
|
|
|
|
|
2006-12-18 23:16:54 +00:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-02-15 00:28:05 +00:00
|
|
|
|
|
2006-12-18 23:16:54 +00:00
|
|
|
|
Name: less
|
2007-03-26 23:41:15 +00:00
|
|
|
|
BuildRequires: ncurses-devel
|
2008-02-15 00:28:05 +00:00
|
|
|
|
License: GPL v3 only
|
2006-12-18 23:16:54 +00:00
|
|
|
|
Group: Productivity/Text/Utilities
|
|
|
|
|
Obsoletes: jless
|
|
|
|
|
Provides: normal-less jless
|
|
|
|
|
Requires: file
|
2007-10-31 16:07:16 +00:00
|
|
|
|
AutoReqProv: on
|
2008-08-28 21:35:03 +00:00
|
|
|
|
Version: 424b
|
2008-12-17 13:18:56 +00:00
|
|
|
|
Release: 10
|
2006-12-18 23:16:54 +00:00
|
|
|
|
Summary: Text File Browser and Pager Similar to more
|
2007-10-31 16:07:16 +00:00
|
|
|
|
Url: http://www.greenwoodsoftware.com/less/
|
2006-12-18 23:16:54 +00:00
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
|
Source1: README.SuSE
|
|
|
|
|
Source2: lessopen.sh
|
|
|
|
|
Source3: lessclose.sh
|
|
|
|
|
Source4: lesskey.src
|
|
|
|
|
Patch1: %{name}-%{version}.patch
|
|
|
|
|
Patch2: %{name}-%{version}-lessecho-man.patch
|
2007-11-14 21:10:26 +00:00
|
|
|
|
Patch3: %{name}-%{version}-speed.patch
|
2006-12-18 23:16:54 +00:00
|
|
|
|
Patch22: %{name}-%{version}-strict_aliasing.patch
|
|
|
|
|
Patch23: %{name}-%{version}-mouse.patch
|
|
|
|
|
Patch24: %{name}-%{version}-terminate.patch
|
|
|
|
|
Patch25: %{name}-%{version}-widechars.patch
|
|
|
|
|
Patch26: %{name}-%{version}-shell.patch
|
2007-08-17 16:56:07 +00:00
|
|
|
|
Patch27: %{name}-%{version}-save_line_position.patch
|
2007-09-12 14:53:12 +00:00
|
|
|
|
Patch28: %{name}-%{version}-more.patch
|
2008-12-17 13:18:56 +00:00
|
|
|
|
Patch29: fix-binfile-detection.patch
|
2006-12-18 23:16:54 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
less is a text file browser and pager similar to more. It allows
|
|
|
|
|
backward as well as forward movement within a file. Also, less does not
|
|
|
|
|
have to read the entire input file before starting. It is possible to
|
|
|
|
|
start an editor at any time from within less.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Mark Nudelman <markn@greenwoodsoftware.com>
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch1
|
|
|
|
|
%patch2
|
2007-11-14 21:10:26 +00:00
|
|
|
|
%patch3
|
2006-12-18 23:16:54 +00:00
|
|
|
|
%patch22
|
|
|
|
|
%patch23
|
|
|
|
|
%patch24
|
|
|
|
|
%patch25
|
|
|
|
|
%patch26
|
2007-08-17 16:56:07 +00:00
|
|
|
|
%patch27
|
2007-09-12 14:53:12 +00:00
|
|
|
|
%patch28
|
2008-12-17 13:18:56 +00:00
|
|
|
|
%patch29 -p1
|
2006-12-18 23:16:54 +00:00
|
|
|
|
#
|
|
|
|
|
# the ./configure script is not writable for the normal user
|
|
|
|
|
# rather fix permissions for all files
|
|
|
|
|
chmod u+w *
|
|
|
|
|
#
|
|
|
|
|
cp %{S:1} %{S:2} %{S:3} %{S:4} .
|
|
|
|
|
|
|
|
|
|
%build
|
2008-07-20 22:40:38 +00:00
|
|
|
|
autoreconf -fiv
|
|
|
|
|
%configure --with-pic
|
2006-12-18 23:16:54 +00:00
|
|
|
|
#
|
|
|
|
|
# regenerate help.c because less.hlp was patched
|
|
|
|
|
make mkhelp
|
|
|
|
|
./mkhelp <less.hlp >help.c
|
|
|
|
|
#
|
|
|
|
|
# build less
|
|
|
|
|
make %{?jobs:-j%jobs}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT/ install
|
|
|
|
|
#
|
|
|
|
|
# lesskey
|
2008-07-20 22:40:38 +00:00
|
|
|
|
install -m 755 -d $RPM_BUILD_ROOT/%{_sysconfdir}
|
|
|
|
|
install -m 644 lesskey.src $RPM_BUILD_ROOT/%{_sysconfdir}/lesskey
|
|
|
|
|
$RPM_BUILD_ROOT%{_bindir}/lesskey -o $RPM_BUILD_ROOT%{_sysconfdir}/lesskey.bin $RPM_BUILD_ROOT%{_sysconfdir}/lesskey
|
2006-12-18 23:16:54 +00:00
|
|
|
|
#
|
|
|
|
|
# preprocessor
|
2008-07-20 22:40:38 +00:00
|
|
|
|
install -m 755 lessopen.sh lessclose.sh $RPM_BUILD_ROOT/%{_bindir}
|
|
|
|
|
%__chmod -x LICENSE COPYING NEWS README.SuSE
|
2006-12-18 23:16:54 +00:00
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%doc LICENSE COPYING NEWS README.SuSE
|
|
|
|
|
%doc %{_mandir}/*/*
|
2008-07-20 22:40:38 +00:00
|
|
|
|
%config %{_sysconfdir}/*
|
|
|
|
|
%{_bindir}/*
|
2007-12-20 15:43:31 +00:00
|
|
|
|
|
2007-03-26 23:41:15 +00:00
|
|
|
|
%changelog
|
2008-12-17 13:18:56 +00:00
|
|
|
|
* Wed Dec 17 2008 puzel@suse.cz
|
|
|
|
|
- add fix-binfile-detection.patch (bnc#446732)
|
2008-08-28 21:35:03 +00:00
|
|
|
|
* 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.
|
2008-07-20 22:40:38 +00:00
|
|
|
|
* Sun Jul 20 2008 crrodriguez@suse.de
|
|
|
|
|
- fix build
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Jan 29 2008 anosek@suse.cz
|
|
|
|
|
- updated to version 418
|
|
|
|
|
* Fix search bug when using -R and text contains ANSI color escape sequences.
|
|
|
|
|
* Fix crash when using -r with UTF-8 text containing 0x9B bytes.
|
|
|
|
|
* Fix display bug when using ' command to move less than one page forward.
|
|
|
|
|
* Update GPL to version 3.
|
|
|
|
|
* Thu Dec 20 2007 anosek@suse.cz
|
2007-12-20 15:43:31 +00:00
|
|
|
|
- udpated to version 416
|
|
|
|
|
* New --follow-name option makes F command follow the name of a file
|
|
|
|
|
rather than the file descriptor if an open file is renamed.
|
|
|
|
|
* Make searching with -i/-I work correctly with non-ASCII text.
|
|
|
|
|
* Support CSI escape sequences, like SGR escape sequences.
|
|
|
|
|
* Fix bug which caused screen to fail to repaint when window is resized.
|
|
|
|
|
* Fix bug in using -i and -I flags with non-ASCII text.
|
|
|
|
|
* Fix crash when searching text containing certain invalid UTF-8 sequences.
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Thu Nov 15 2007 werner@suse.de
|
2007-11-15 14:19:48 +00:00
|
|
|
|
- Avoid memory leaks in case of an error during saving history
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Wed Nov 14 2007 werner@suse.de
|
2007-11-14 21:10:26 +00:00
|
|
|
|
- Speed up the history save by using a temorary file and make the
|
|
|
|
|
stream of that file a full buffered one.
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Wed Oct 31 2007 anosek@suse.cz
|
2007-10-31 16:07:16 +00:00
|
|
|
|
- udpated to version 409
|
|
|
|
|
* fixed crash when searching text containing certain
|
|
|
|
|
invalid UTF-8 sequences.
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Wed Sep 12 2007 anosek@suse.cz
|
2007-09-12 14:53:12 +00:00
|
|
|
|
- fixed Less -l option conflicts with more -l [#307796] (more.patch)
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri Aug 17 2007 anosek@suse.cz
|
2007-08-17 16:56:07 +00:00
|
|
|
|
- fixed Incorrect behaviour of -r parameter [#244791]
|
|
|
|
|
(save_line_position.patch)
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri Jul 27 2007 anosek@suse.cz
|
2007-07-27 10:56:04 +00:00
|
|
|
|
- updated to version 406
|
|
|
|
|
* Allow decimal point in number for %% (percent) command.
|
|
|
|
|
* Allow decimal point in number for -j option (fraction of screen height).
|
|
|
|
|
* Make n command fetch previous pattern from history file on first search.
|
|
|
|
|
* Don't rewrite history file if it has not changed.
|
|
|
|
|
* Don't move to bottom of screen on first page.
|
|
|
|
|
* Don't output extraneous newlines, so copy & pasting lines from the
|
|
|
|
|
output works better.
|
|
|
|
|
* The -c option has been made identical with the -C option.
|
|
|
|
|
* Allow "/dev/null" as synomym for "-" in LESSHISTFILE to indicate
|
|
|
|
|
that no history file should be used.
|
|
|
|
|
* Search can now find text which follows a null byte, if the PCRE
|
|
|
|
|
library is used, or if no-regex searching (ctrl-R) is used.
|
|
|
|
|
* Better compatibility with POSIX more specification.
|
|
|
|
|
* Make -f work for directories.
|
|
|
|
|
* Make "t" cmd traverse tags in the correct order.
|
|
|
|
|
* Allow a few binary characters in the input file before warning
|
|
|
|
|
that the file is binary.
|
|
|
|
|
* Don't warn that file is binary if it merely contains ANSI color sequences
|
|
|
|
|
and -R is in effect.
|
|
|
|
|
* Update Unicode character tables.
|
|
|
|
|
* Support DESTDIR in Makefile.
|
|
|
|
|
* Fix bug when filename contains certain shell metacharacters such as "$".
|
|
|
|
|
* Fix bug when resizing the window while waiting for input from a pipe.
|
|
|
|
|
* Fix configure bugs.
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon Mar 26 2007 rguenther@suse.de
|
2007-03-26 23:41:15 +00:00
|
|
|
|
- add ncurses-devel BuildRequires
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri Apr 07 2006 mmarek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- don't use $SHELL for running external commands to avoid
|
|
|
|
|
side-effects caused by $SHELL's startup scripts
|
|
|
|
|
[#158044, #164041] (shell.patch)
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon Feb 06 2006 mmarek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- fix editing of wide characters in search prompt (regression
|
|
|
|
|
caused by dropping iso patch)
|
|
|
|
|
(widechars.patch)
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- converted neededforbuild to BuildRequires
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Jan 10 2006 mmarek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- upated to version 394
|
|
|
|
|
- removed iso patch, because vanilla less-394 is capable enough
|
|
|
|
|
- removed patches 2-7
|
|
|
|
|
- lessecho.1 included in upstream tarball
|
|
|
|
|
- unpacked less-SuSE.tar.bz2
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon Jan 02 2006 mmarek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- fix typo in previous fix
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon Dec 19 2005 mmarek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- fixed lessopen man page
|
|
|
|
|
[#105865]
|
|
|
|
|
- applied lessopen patches to less-SuSE.tar.bz2
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri Oct 07 2005 dmueller@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- add head of changelog to rpm listing
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Wed Oct 05 2005 mmarek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- updated Japanese patch to less-382-iso258, fixing #64531
|
|
|
|
|
* renumbered patches in specfile
|
|
|
|
|
* fixed implicit function declaration warning
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Thu Sep 15 2005 mmarek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- make expand_linebuf() faster [#39724]
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Sep 13 2005 mmarek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- recognize .cab archives with new file(1) [#116779]
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Wed Sep 08 2004 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- fixed searching if the ANSI escape sequences are used in the text;
|
|
|
|
|
it still does not work for Japanese coding (see search_ansi_esc_seq.patch
|
|
|
|
|
for comments) [#44115]
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri May 14 2004 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- fixed UTF-8 support to do not consider all non-ASCII characters as wide
|
|
|
|
|
characters; they are detected correctly by the function internalize_utf8
|
|
|
|
|
if _XOPEN_SOURCE is enabled (fix added to the utf8.patch) [#29455]
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Thu May 13 2004 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- improved handling of SIGTERM to remove temporary files and clean up terminal
|
|
|
|
|
[#39273] (terminate.patch)
|
|
|
|
|
- improved lessopen.sh [#39272] :
|
|
|
|
|
* removed potential tmp file race
|
|
|
|
|
* added w3m to preprocess HTML pages as an alternative for lynx;
|
|
|
|
|
w3m is preferred over lynx
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Wed Apr 14 2004 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- fixed search line to display correctly UTF-8 characters; solution based
|
|
|
|
|
on the Japanese patch [#19587]
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Feb 24 2004 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- updated to version 382:
|
|
|
|
|
* removed some old copyrighted code
|
|
|
|
|
- fixed to work with Turkish locales, problems with functions like
|
|
|
|
|
isupper, many thanks to Bj<EFBFBD>rn Jacke for hint and patch [#29827]
|
|
|
|
|
- added some missing braces in opttbl.c to mouse.patch and iso254.patch
|
|
|
|
|
- fixed code violating strict aliasing rules
|
|
|
|
|
- used norootforbuild
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri Nov 14 2003 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- fixed lessopen.sh:
|
|
|
|
|
* added some missing quotes [#33058]
|
|
|
|
|
* the script adds ./ before a relative file name to enable preprocess
|
|
|
|
|
a file whose name begins with a "-" or "+" (inspiration got from RedHat)
|
|
|
|
|
[#33058]
|
|
|
|
|
* fixed detection of Debian's packages
|
|
|
|
|
- merged mouse_test_for_xselection.patch into mouse.patch
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Wed Sep 10 2003 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- test the utility xselection only if the mouse support is enabled [#29612]
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon Aug 04 2003 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- updated to version 381 [#17201]:
|
|
|
|
|
* new -L option to disable LESSOPEN processing
|
|
|
|
|
* further support for large (64 bit) file addressing
|
|
|
|
|
* use only 7 spaces for line numbers in -N mode, if possible
|
|
|
|
|
* fix some nroff issues in the man page
|
|
|
|
|
- removed obsolete patch for support for large file addressing (lfs.patch)
|
|
|
|
|
- used autoreconf to rebuild autoconf stuff
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon Dec 30 2002 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- updated to version 378:
|
|
|
|
|
* default buffer space is now 64K as documented
|
|
|
|
|
* search highlighting works properly when used with -R
|
|
|
|
|
* windows version works properly when input file contains carriage returns
|
|
|
|
|
* clean up some compiler warnings
|
|
|
|
|
- merged less-378-iso254-bug.patch into the less-378-iso254.patch
|
|
|
|
|
- removed unused CXXFLAGS setting from the spec file
|
|
|
|
|
- fixed the patch for the mouse support (prefixes to a less commands were not
|
|
|
|
|
printed immediately in the searched string as yet) [#21320]
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Aug 27 2002 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- removed code which is obsoleted by Japanese patch and make
|
|
|
|
|
problems with UTF-8 [#17592, #17593]
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri Aug 09 2002 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- updated to new stable version 376
|
|
|
|
|
* -x option can now specify multiple variable-width tab stops
|
|
|
|
|
* -X option no longer disables keypad initialization
|
|
|
|
|
* new option --no-keypad disables keypad initialization
|
|
|
|
|
* new commands t and T step through multiple tag matches
|
|
|
|
|
* new prompt style set by option -Pw
|
|
|
|
|
* system-wide lesskey file now defaults to sysless in etc directory
|
|
|
|
|
instead of .sysless in bin directory
|
|
|
|
|
* pressing RightArrow or LeftArrow while entering a number now shifts
|
|
|
|
|
the display N columns rather than editing the number itself
|
|
|
|
|
* searching works better with ANSI (SGR) escape sequences
|
|
|
|
|
* improved performance in reading very large pipes
|
|
|
|
|
* eliminated some dependencies on file offets being 32 bits
|
|
|
|
|
* fixed problems when viewing files with very long lines
|
|
|
|
|
* fixed overstriking in UTF-8 mode, and overstriking tabs
|
|
|
|
|
* improved horizontal shifting of text using -R option with ANSI color
|
|
|
|
|
* improved handling of filenames containing shell metacharacters
|
|
|
|
|
- fixed Japanese patch for this less version
|
|
|
|
|
- iso247-bugs patch merged with Japanese patch
|
|
|
|
|
- fixed bug in detection of xselection utillity
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri May 17 2002 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- added mouse support (inspired by vim-6.0):
|
|
|
|
|
* it is enabled by -A option
|
|
|
|
|
* works only in xterm
|
|
|
|
|
* contains support for mouse wheel [#9385]
|
|
|
|
|
* direct access to X selection by xselection utility
|
|
|
|
|
- applied patches less preprocessor patches
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Thu Mar 21 2002 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- improved detection for input conding from keyboard, proper input
|
|
|
|
|
coding is detected by locales now [#15155]
|
|
|
|
|
- changed default input coding from "japanese-iso7" to "iso8859"
|
|
|
|
|
- user can still define his input conding by the environment
|
|
|
|
|
variable JLESSKEYCHARSET
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Mar 12 2002 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- changed meaning of the variable LESS_ADVANCED_PREPROCESSOR,
|
|
|
|
|
many binary formats are preprocessed always, the text
|
|
|
|
|
formats (ps, troff, html) are preprocessed only when
|
|
|
|
|
the variable LESS_ADVANCED_PREPROCESSOR=yes
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Thu Feb 21 2002 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- added support for cab files into less preprocessor
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon Feb 18 2002 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- fixed to do not install .orig files
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri Feb 15 2002 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- error messages in lessopen.sh must be redirected to the standard
|
|
|
|
|
error output
|
|
|
|
|
- fixed Copyright in lessopen.sh and lessclose.sh
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Thu Feb 14 2002 pmladek@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- added man page for lessecho from the Debian GNU/Linux distribution
|
|
|
|
|
[#13275]
|
|
|
|
|
- fixed usage of macro %%suse_update_config
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon Nov 05 2001 mfabian@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- add init_def_codesets.diff (fixes the problem that less
|
|
|
|
|
outputs ESC-A to set 'G1' to 'Right-hand Part of Latin
|
|
|
|
|
Alphabet No.1 ISO 8859/1, ECMA-94'. This works only with
|
|
|
|
|
xterm but fails with konsole, rxvt ...)
|
|
|
|
|
Thanks to Michael Schroeder <mls@suse.de>
|
|
|
|
|
- add arabic.diff to fix typo in possible values of JLESSPLANESET
|
|
|
|
|
(alabic -> arabic).
|
|
|
|
|
- remove %%attr(644, -, -) in front of %%doc, this gives
|
|
|
|
|
wrong permissions to the directory /usr/share/doc/packages/less
|
|
|
|
|
use 'chmod 644 LICENSE COPYING NEWS' instead.
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri Sep 21 2001 vinil@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- README.SuSE about LESS_ADVANCED_PREPROCESSOR added
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Sep 11 2001 mfabian@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- include Japanese patch
|
|
|
|
|
- rewrote utf8.diff. Together with the Japanese patch it almost
|
|
|
|
|
works now. German, Italian and Spanish man pages display fine
|
|
|
|
|
in an UTF-8 xterm. Czech is still broken, but that seems to
|
|
|
|
|
be the fault of groff rather than less.
|
|
|
|
|
- add less-SuSE.patch to display Japanese roff files correctly
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Wed Sep 05 2001 vinil@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- .zip handled by "unzip -v" (#10211)
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Aug 28 2001 vinil@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- LESS_ADVANCED_PREPROCESSOR used for handling more than compressed
|
|
|
|
|
files (#9287)
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Aug 14 2001 vinil@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- typo fixed (#9730)
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Jul 17 2001 vinil@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- can handle symlinks \
|
|
|
|
|
- can handle x and pm man pages -- bug #9393
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon May 14 2001 vinil@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- utf8.diff added: less can handle bold and underlined utf-8 chars
|
|
|
|
|
(needed especially for man)
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Sat May 05 2001 schwab@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- lessopen.sh: Create tempfiles securely; add quotes as necessary; make
|
|
|
|
|
sure we don't match the file type against the file name; don't leave
|
|
|
|
|
temporary files around.
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri May 04 2001 schwab@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- lessopen.sh: echo nothing if we have no alternate file (#7679).
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri May 04 2001 schwab@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- lessopen.sh: Use the first stage contents if the second stage has
|
|
|
|
|
nothing special. Tighten the patterns that recognize compressed
|
|
|
|
|
data. Just echo the original file name if the file is not readable.
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue May 01 2001 schwab@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- lessclose.sh: Only remove file if different from original file.
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon Apr 30 2001 schwab@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- lessopen.sh: Use original file name if no conversions were done (#7421).
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri Apr 27 2001 vinil@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- lessing non-existing files now produce error message [bug #7320]
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Thu Apr 19 2001 mfabian@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- removed "LESSCHARSET=latin1" from /etc/lesskey
|
|
|
|
|
If LESSCHARSET is not set, latin1 is the default, unless
|
|
|
|
|
"UTF-8" is found in LC_ALL, LC_CTYPE or LANG, the the default
|
|
|
|
|
is utf-8. So setting "LESSCHARSET=latin1" is useless in
|
|
|
|
|
case of a iso-8859-x locale and bad in case of a UTF-8 locale.
|
|
|
|
|
If LESSCHARSET is set in /etc/lesskey, one cannot even override
|
|
|
|
|
it by setting the environment variable anymore.
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri Mar 16 2001 vinil@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- less piping completely rewritten (using 'file', now)
|
|
|
|
|
(bug #6256 fixed)
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Wed Jan 10 2001 smid@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- lesspipe.sh fixed
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Jan 09 2001 smid@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- lesspipe.sh fixed [#5003]
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Wed Dec 13 2000 mfabian@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- added "Provides: normal-less". This enables the japanized
|
|
|
|
|
jless to use "Provides: less" and "Conflicts: normal-less".
|
|
|
|
|
(Suggestion by bjacke@suse.de)
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon Dec 11 2000 smid@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- added conflict with jless
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri Dec 01 2000 aj@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- Compile with LFS support, fix CFLAGS/CXXFLAGS.
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Nov 21 2000 werner@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- Remove swapping of kp-separator/kp-decimal because it's
|
|
|
|
|
done in xkbd map for german keyboards
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Nov 21 2000 werner@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- Add some newer xterm escape sequences (oldFunctionsKeys)
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Tue Sep 26 2000 ro@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- make lesspipe executable again
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon Sep 25 2000 smid@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- upgrade to 358
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon May 22 2000 smid@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- upgrade to 354
|
|
|
|
|
- Copyright field fix
|
|
|
|
|
- documentation added
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Thu Apr 13 2000 smid@suse.cz
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- buildroot added
|
|
|
|
|
- upgrade to 3.46
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Thu Feb 10 2000 kukuk@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- Fill out Copyright and Group field
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon Jan 24 2000 kukuk@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- Move /usr/man -> /usr/share/man
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Mon Sep 13 1999 bs@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Fri Jun 18 1999 ro@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- update to less-340 using jurix-dif
|
|
|
|
|
- added [rs]pm to lesspipe-switch
|
|
|
|
|
- added werners lesskey
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Thu Sep 04 1997 bs@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- added *.as to lesspipe.sh
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Wed May 28 1997 werner@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- added new etc/lesskey and etc/lesskey.bin
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Sat Apr 26 1997 florian@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- update to new version 332
|
2008-12-17 13:18:56 +00:00
|
|
|
|
* Sun Apr 13 1997 florian@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- update to new version 330
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Thu Jan 02 1997 bs@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
added new etc/lesskey*
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Thu Jan 02 1997 bs@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
lesskey from aaa_base inserted.
|
2008-02-15 00:28:05 +00:00
|
|
|
|
* Thu Jan 02 1997 florian@suse.de
|
2006-12-18 23:16:54 +00:00
|
|
|
|
- Neue Version 321.
|
|
|
|
|
- Bug mit falschen Aufruf von free() behoben.
|
|
|
|
|
- In /etc/profile wird global fuer alle Benutzer eine 'lesskey'-Datei
|
|
|
|
|
eingetragen. Braucht also nicht mehr im Home-Verzeichnis aller Benutzer
|
|
|
|
|
erstellt werden.
|