Changelog for
lesspipe-1.82-3.1.noarch.rpm :
* Thu Dec 05 2013 asterios.dramisAATTgmail.com- Added /usr/bin/perldoc and /usr/bin/ppthtml as runtime requirements.- Rearranged runtime dependencies based on the respective packages\' availability in openSUSE, Packman and OBS.
* Wed Aug 07 2013 asterios.dramisAATTgmail.com- Recommend /usr/bin/isoinfo instead of genisoimage (since it can be provided by genisoimage or mkisofs).- Recommend grep and sed.- Add back perl-Storable Recommend entry.
* Tue Feb 26 2013 asterios.dramisAATTgmail.com- Update to version 1.82:
* better handling of encodings and protect against iconv failures
* Sat Jan 19 2013 asterios.dramisAATTgmail.com- Update to version 1.81:
* adjust Makefile generation, find uninstalled tarcolor in configure
* add a spec file to generate a lesspipe RPM
* correct LESSCOLORIZER call From version 1.80:
* 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
* add colorized tar listings using tarcolor
* suppress the ==> lines if LESSQUIET is set
* use alternate syntax highlighting program given by LESSCOLORIZER, currently only pygmentizer and code2color are allowed
* add directory from LESSOPEN to $PATH, look in $PATH for code2color
* Introduce DESTDIR support in Makefile
* the generated lesspipe.sh in the tar file has syntax highlighting enabled and no LESS_ADVANCED_PREPROCESSOR support- Added cpio, python-Pygments, lzip and perl-MP3-Tag runtime requirements.- Replaced deb runtime requirement with dpkg for openSUSE > 12.2.- Replaced ghostscript-library runtime requirement with ghostscript.
* Sun Sep 09 2012 asterios.dramisAATTgmail.com- Rearranged runtime dependencies based on the respective packages\' availability in openSUSE, Packman and OBS.
* Wed Jul 18 2012 asterios.dramisAATTgmail.com- Replaced djvu runtime requirement with the correct djvulibre.- Removed ppthtml runtime requirement (it is provided by the already required xlhtml package).
* Wed Jul 18 2012 asterios.dramisAATTgmail.com- Removed perl-Storable runtime requirement (it is provided by the already required perl package).
* Sun Jul 15 2012 asterios.dramisAATTgmail.com- Rearranged runtime dependencies based on the respective packages\' availability in openSUSE, Packman and OBS.
* Fri Jul 13 2012 asterios.dramisAATTgmail.com- Update to 1.72:
* Detect proper options for the file command at runtime.
* Guess the character encoding and optionally do a char conversion.
* Make colored ls output working for different OS flavours.
* Do not interpret files with an extension .xml as html files.
* eval `.../lesspipe.sh` will set LESS_ADVANCED_PREPROCESSOR if meaningful.
* Sample less wrapper to open URLs with less (in contrib).- Changed License to GPL-2.0+ (SPDX style).
* 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)