Changelog for
lesspipe-1.82-3.2.noarch.rpm :
* Wed May 01 2013 ocefpafAATTgmail.com- update to 1.82 - better handling of encodings and protect against iconv failures
* Fri Jan 18 2013 ocefpafAATTgmail.com- update to 1.81 - adjust Makefile generation, find uninstalled tarcolor in configure - add a spec file to generate a lesspipe RPM - correct LESSCOLORIZER call Version 1.80 Jan 13 2013 - test.pl now shows ignored tests and missing executables, tests added/deleted - check for existence of mp3info2 to display mp3 tags - check for existence of 7zr to display 7za archives - correct bug in 1.72 for less
where dir contains spaces (Tobias Hoffmann) - add colorized tar listings using tarcolor (contributed by Marc Abramowitz) - suppress the ==> lines if LESSQUIET is set (proposed by Dale Wijnand) - use alternate syntax highlighting program given by LESSCOLORIZER, currently only pygmentizer and code2color are allowed (proposed by Christian Höltje) - add directory from LESSOPEN to $PATH, look in $PATH for code2color - Introduce DESTDIR support in Makefile (requested by Michel Hermier) - the generated lesspipe.sh in the tar file has syntax highlighting enabled and no LESS_ADVANCED_PREPROCESSOR support Version 1.72 Nov 17 2011 - detect proper options for the file command at runtime (Vincent Lefèvre) - guess the character encoding and optionally do a char conversion (VL) - make colored ls output working for different OS flavours (Marc Abramowitz) - do not interpret files with an extension .xml as html files (James Ahlborn) - eval `.../lesspipe.sh` will set LESS_ADVANCED_PREPROCESSOR if meaningful - sample less wrapper to open URLs with less (in contrib) (Sebastian Kayser)
* Wed Feb 09 2011 asterios.dramisAATTgmail.com- update to 1.71 - detect a good version of tar, try to avoid /usr/bin/tar on Solaris (Jim Pryor) - do more preprocessing if LESS_ADVANCED_PREPROCESSOR is set - always try to interpret (g)roff formatted text (man pages) - better detection of lzip and xz compressed files (Vincent Lefèvre) - do not call identify for \'image text\' tagged files (Vincent Lefèvre) - do not rely on contents of LANG variable for calling iconv (Vincent Lefèvre) - have a fallback to bash or zsh for the shell used at runtime (Vincent Lefèvre) From version 1.70 - fixing the call of mktemp on MacOS (reported by Peter Kostka and Martin Otte) - detect helper programs at runtime (suggested by David Leverton, Petr Uzel) - add support for xz compression (Mathieu Bouillaguet) - more stringent tests for gzip compression - changes in rpm processing to better support MacOSX and BSD based systems - introduce --fixed in configure to statically control lesspipe generation - improved generation of Makefile - calling eval `.../lesspipe.sh` will set the ENV variable LESSOPEN properly - fixing jar processing if not using fastjar (was a bug in 1.60 only) - control amount of preprocessing by the ENV var LESS_ADVANCED_PREPROCESSOR if the related configure question is answered with y (default n) (Petr Uzel) - updated documentation to reflect recent changes- Spec file updates: - Changes based on rpmdevtools templates and spec-cleaner run. - Removed all Requires: entries and used Recommends: or Suggests: for package requirements (also added more packages). - Removed \"make\" from the %build section (not needed). - Removed the %changelog entries from the spec file.
* Tue Apr 21 2009 puzelAATTsuse.cz- update to 1.60 - major restructuring of code, support for even more file types - using a temp dir and mktemp for creating temporary files - concentrate file type recognition in a function - rewritten the recognition and processing of html files, added xhtml recognition, add elinks and w3m as html parsers - better support for jar files (recognized by extension jar and xpi) - support for excel and powerpoint files (recognized by extension) - support for perl pod files - colored directory listings - list and view the control parts of
*.deb packages - added support for lzip compression (Antonio Diaz Diaz) - added support for DjVu files (Florian Cramer) - improved zip support for Solaris, bug fixes in configure (Paul Townsend) - code cleanup and bug fixes in lesspipe based on the restructured code - enhanced test suite - update of the documentation (merged english.txt and README)
* Mon Sep 01 2008 mjungAATTsuse.de- corrected specfile and created changes (thank you darix)
* Wed Aug 27 2008 mjungAATTsuse.de- initial package