Version 568
This commit is contained in:
parent
272509e536
commit
b711d2d7fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/less-530.tar.gz
|
||||
/less-550.tar.gz
|
||||
/less-551.tar.gz
|
||||
/less-568.tar.gz
|
||||
|
@ -1,22 +1,24 @@
|
||||
diff -up less-466/less.nro.filters-man less-466/less.nro
|
||||
--- less-466/less.nro.filters-man 2014-09-18 14:32:32.124111631 +0200
|
||||
+++ less-466/less.nro 2014-09-18 14:32:39.548177152 +0200
|
||||
@@ -1234,6 +1234,18 @@ Similarly, if the first two characters o
|
||||
@@ -1323,7 +1323,19 @@ Similarly, if the first two characters of LESSOPEN are vertical bar and dash
|
||||
the input pipe is used on standard input as well as other files.
|
||||
Again, in this case the dash is not considered to be part of
|
||||
the input pipe command.
|
||||
-.
|
||||
+.PP
|
||||
+There are used following files to set up default preprocessor:
|
||||
+.br
|
||||
+ /etc/profile.d/less.sh
|
||||
+ /etc/profile.d/less.sh
|
||||
+.br
|
||||
+ /etc/profile.d/less.csh
|
||||
+ /etc/profile.d/less.csh
|
||||
+.br
|
||||
+These files set up /usr/bin/lesspipe.sh as a default filter. An user defined
|
||||
+filter can be specified in ~/.lessfilter. This file should have an execute bit
|
||||
+set and accept only one parameter, which represents a filename. If
|
||||
+the user defined filter process the file, zero should be returned. Otherwise
|
||||
+~/.lessfilter tries to handle the file.
|
||||
|
||||
+
|
||||
.SH "NATIONAL CHARACTER SETS"
|
||||
There are three types of characters in the input file:
|
||||
.IP "normal characters"
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A text file browser similar to more, but better
|
||||
Name: less
|
||||
Version: 551
|
||||
Release: 5%{?dist}
|
||||
Version: 568
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+ or BSD
|
||||
Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
|
||||
Source1: lesspipe.sh
|
||||
@ -62,6 +62,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/etc/profile.d
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 30 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 568-1
|
||||
- Update to latest version (#1818534)
|
||||
|
||||
* Thu Aug 20 2020 Andrew Schorr <ajschorr@fedoraproject.org> - 551-5
|
||||
- Add zstd and brotli support to lesspipe.sh
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (less-551.tar.gz) = ef5296b9ebd72f83c05cad8a0f7a5eec2290e9b358ee725e09e8541bd95f94c0e14ea22aa04b287a0654079338eaeae813f2235b8e9f819fbbc9040dd65a9585
|
||||
SHA512 (less-568.tar.gz) = 0b2094cf5a8b58037eeb9efc1d456cf8a8b97157b247b3d5295d77dc2430d91fd2b9116787a021cea72d27f8a3c92c82cad114a435d322a4c5314820dcdc99e3
|
||||
|
Loading…
Reference in New Issue
Block a user