Commit Graph

110 Commits

Author SHA1 Message Date
Jozef Mlich
532ba4528e - (lesspipe) the groff was used just in case of gzipped man pages
- (lesspipe) the exit $? should be used directly after command;
  otherwise may return unexpected value.
- (lesspipe) not preprocessed output was returning 1
2014-05-22 16:53:02 +02:00
Jozef Mlich
a1689649cb FIXES outdated ubin_table in charset.c;
Kudos to Akira TAGOH
Resolves: #1074489
2014-03-31 09:57:35 +02:00
Jozef Mlich
c75bddd4a1 The data in less-458-old-bot-in-help.patch was not
preprocessed by mkhelp (i.e. not applied)

The --old-bot option was missing in help.
2014-02-10 09:54:22 +01:00
Jozef Mlich
fefa9bc7e4 Resolves #1036326 fixing command line parsing in lesskey 2013-12-02 15:12:42 +01:00
Dennis Gilmore
925187a252 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 23:29:56 -05:00
Fridolin Pokorny
2b1d93d7cd Added --old-bot to help (#948597) 2013-05-07 14:46:25 +02:00
Fridolin Pokorny
72dfd3f635 Expanded lesskey usage (#948597) 2013-05-07 14:44:46 +02:00
Fridolin Pokorny
3f5d948810 Added lessfilter info to man (#948597) 2013-05-07 14:43:29 +02:00
Fridolin Pokorny
ba0e442ee9 Expanded lessecho usage (#948597) 2013-05-07 14:41:56 +02:00
Fridolin Pokorny
de1ff32b5a Added gpg support to lesspipe.sh (#885122)
- Added ~/.lessfilter support (#885122)
2013-04-11 15:53:08 +02:00
Fridolin Pokorny
4a15a797fc Update to 458 2013-04-11 14:36:54 +02:00
Dennis Gilmore
1536f4583b - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 21:51:25 -06:00
Martin Briza
633949cc39 Changed unnecessary groff dependency to groff-base (#868376) 2012-10-25 17:42:43 +02:00
Martin Briza
e1aee64c27 Rebase to 451 2012-09-11 15:15:06 +02:00
Dennis Gilmore
a408f5cba5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 14:00:08 -05:00
Vojtech Vitek (V-Teq)
47da4db53f Merge Foption changes by Colin Guthrie to Foption.v2.patch
Resolves: #805735
2012-05-14 17:50:22 +02:00
Vojtech Vitek (V-Teq)
46c01743d8 Use POSIX regcomp instead of PCRE - revert 406-11
Resolves: #643233

Revert "- configure a regular expression library"
This reverts commit 4b961c758d.

Conflicts:
	less.spec
2012-05-14 17:20:55 +02:00
Vojtech Vitek (V-Teq)
eb6a16550a Fix less.sh not to override user-defined LESSOPEN variable
Resolves: #802757
2012-05-14 17:07:32 +02:00
Petr Písař
07840bd1b1 Rebuild against PCRE 8.30 2012-02-10 11:20:34 +01:00
Dennis Gilmore
a75e567506 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 01:12:50 -06:00
Vojtech Vitek (V-Teq)
546e8eebd8 Bump to less-444-4 2011-12-08 09:23:22 +01:00
Vojtech Vitek (V-Teq)
0758dba0e6 Avoid some unnecessary stat calls and commands in lesspipe.sh
Patch by Ville Skyttä (#741440)
2011-11-22 18:17:36 +01:00
Vojtech Vitek (V-Teq)
e2a2557c39 Use groff' instead of man -s' for rendering manpages
- This prevents options incompatibility between man and man-db packages (#718498).
- Add groff to .spec Requires
2011-11-22 17:52:58 +01:00
Vojtech Vitek (V-Teq)
4f315a666a Substitute %makeinstall macro with make DESTDIR* install (#732557) 2011-08-23 12:49:16 +02:00
Vojtech Vitek (V-Teq)
b08a1e372c Escape macro in changelog message; clean-up changelog 2011-08-23 12:43:28 +02:00
Vojtech Vitek (V-Teq)
8db062d31d Fix debuginfo source files permissions
Remove strip after %makeinstall to fix debuginfo package
2011-08-12 17:23:39 +02:00
Vojtech Vitek (V-Teq)
76cad1bff0 Rebase to 444
Resolves: #713406
2011-07-14 19:14:08 +02:00
Vojtech Vitek (V-Teq)
e65760c031 Rebase to 443
Foption patch made applicable against 443
Manpage extra line patch removed; fixed upstream
2011-04-20 12:32:02 +02:00
Vojtech Vitek (V-Teq)
a01bfbd8d1 Don't convert files with UTF-16/UTF-32 string in filename 2011-04-13 16:00:53 +02:00
Vojtech Vitek (V-Teq)
662cc9bd7a Release build 436-12 2011-02-15 14:44:07 +01:00
Vojtech Vitek (V-Teq)
91ff3a8b9f - Enable LESSOPEN exit statuses as default also in less.sh 2011-02-15 14:43:19 +01:00
Vojtech Vitek (V-Teq)
d1d43b07f0 Release build 436-11 2011-02-15 12:07:51 +01:00
Vojtech Vitek (V-Teq)
f9e095f461 - Clean lesspipe.sh script 2011-02-15 12:07:11 +01:00
Vojtech Vitek (V-Teq)
50e7a8994a Merge branch 'master' of ssh://pkgs.fedoraproject.org/less
Conflicts:
	less.spec
2011-02-15 11:41:28 +01:00
Vojtech Vitek (V-Teq)
fc104419f2 - Add support for *.xz and *.lzma man pages
Split case for compressed and plain troff files

Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>
2011-02-15 11:40:20 +01:00
Vojtech Vitek (V-Teq)
a65fb0693b - Add support for reading UTF-16 and UTF-32 files 2011-02-14 17:06:11 +01:00
Vojtech Vitek (V-Teq)
27567f085b - Don't require correct exit status from LESSOPEN scripts 2011-02-14 17:05:46 +01:00
Dennis Gilmore
194a24bd08 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 22:05:16 -06:00
Vojtech Vitek (V-Teq)
0abac17b3d - Fix regression in lesspipe.sh script (*.gz files etc.)
Resolves #615303 (comment #9)
2011-01-03 10:13:36 +01:00
Vojtech Vitek (V-Teq)
79b940a55b - The new "--old-bot" option is not documented in the man page
Resolves: #510724
- Fix descriptions of some options in online help
  Resolves: #578289 (Jeff Bastian <jbastian@redhat.com>)[IT603793]
2010-12-22 14:07:18 +01:00
Vojtech Vitek (V-Teq)
b21ae9241d Increase release version to 436-7
Forgotten in previous commit.
2010-12-21 18:46:52 +01:00
Vojtech Vitek (V-Teq)
164583b460 - Fix for valid empty LESSOPEN pipe output
Resolves: #579251, #615303
2010-12-21 18:37:35 +01:00
Fedora Release Engineering
c90d7c25e5 dist-git conversion 2010-07-28 20:36:39 +00:00
Nikola Pajkovsky
13e0c85106 RFE: lesspipe.sh could use a support for *.xz file 2010-04-12 08:16:36 +00:00
Nikola Pajkovsky
2866b77f8b patched wrong manpage 2010-01-04 14:12:48 +00:00
Nikola Pajkovsky
b3e34b862d Resolves: #546613 - RFE: add *.jar *.nbm to lesspipe.sh Resolves: #537746 -
Two different descriptions about the default value of LESSBINFMT
2009-12-14 09:05:26 +00:00
Bill Nottingham
40ff5af5be Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:50:49 +00:00
Jesse Keating
2bdf43cfa6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 05:05:09 +00:00
Zdenek Prikryl
0d1f5ae827 Foption patch is more optimal now Update to 436 2009-07-10 07:32:27 +00:00
Zdenek Prikryl
830598455c Update to 429 2009-04-14 07:13:29 +00:00