|
|
2441b5 |
Summary: A text file browser similar to more, but better
|
|
|
2441b5 |
Name: less
|
|
|
2441b5 |
Version: 575
|
|
|
2441b5 |
Release: 4%{?dist}
|
|
|
2441b5 |
License: GPLv3+ or BSD
|
|
|
2441b5 |
Source0: https://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
|
|
|
2441b5 |
Source1: lesspipe.sh
|
|
|
2441b5 |
Source2: less.sh
|
|
|
2441b5 |
Source3: less.csh
|
|
|
2441b5 |
Patch4: less-394-time.patch
|
|
|
2441b5 |
Patch5: less-475-fsync.patch
|
|
|
2441b5 |
Patch6: less-436-manpage-add-old-bot-option.patch
|
|
|
2441b5 |
Patch7: less-436-help.patch
|
|
|
2441b5 |
Patch8: less-458-lessecho-usage.patch
|
|
|
2441b5 |
Patch9: less-458-less-filters-man.patch
|
|
|
2441b5 |
Patch10: less-458-lesskey-usage.patch
|
|
|
2441b5 |
Patch11: less-458-old-bot-in-help.patch
|
|
|
2441b5 |
URL: https://www.greenwoodsoftware.com/less/
|
|
|
2441b5 |
BuildRequires: ncurses-devel
|
|
|
2441b5 |
BuildRequires: autoconf automake libtool
|
|
|
2441b5 |
BuildRequires: make
|
|
|
2441b5 |
|
|
|
2441b5 |
%description
|
|
|
2441b5 |
The less utility is a text file browser that resembles more, but has
|
|
|
2441b5 |
more capabilities. Less allows you to move backwards in the file as
|
|
|
2441b5 |
well as forwards. Since less doesn't have to read the entire input file
|
|
|
2441b5 |
before it starts, less starts up more quickly than text editors (for
|
|
|
2441b5 |
example, vi).
|
|
|
2441b5 |
|
|
|
2441b5 |
You should install less because it is a basic utility for viewing text
|
|
|
2441b5 |
files, and you'll use it frequently.
|
|
|
2441b5 |
|
|
|
2441b5 |
%prep
|
|
|
2441b5 |
%setup -q
|
|
|
2441b5 |
%patch4 -p1 -b .time
|
|
|
2441b5 |
%patch5 -p1 -b .fsync
|
|
|
2441b5 |
%patch6 -p1 -b .manpage-add-old-bot-option
|
|
|
2441b5 |
%patch7 -p1 -b .help
|
|
|
2441b5 |
%patch8 -p1 -b .lessecho-usage
|
|
|
2441b5 |
%patch9 -p1 -b .less-filters-man
|
|
|
2441b5 |
%patch10 -p1 -b .lesskey-usage
|
|
|
2441b5 |
%patch11 -p1 -b .old-bot
|
|
|
2441b5 |
|
|
|
2441b5 |
|
|
|
2441b5 |
%build
|
|
|
2441b5 |
rm -f ./configure
|
|
|
2441b5 |
autoreconf -fiv
|
|
|
2441b5 |
%configure
|
|
|
2441b5 |
%make_build CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
|
|
|
2441b5 |
|
|
|
2441b5 |
%install
|
|
|
2441b5 |
%make_install
|
|
|
2441b5 |
mkdir -p $RPM_BUILD_ROOT/etc/profile.d
|
|
|
2441b5 |
install -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
|
|
|
2441b5 |
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/profile.d
|
|
|
2441b5 |
install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/etc/profile.d
|
|
|
2441b5 |
|
|
|
2441b5 |
%files
|
|
|
2441b5 |
%doc README NEWS INSTALL
|
|
|
2441b5 |
%license LICENSE COPYING
|
|
|
2441b5 |
/etc/profile.d/*
|
|
|
2441b5 |
%{_bindir}/*
|
|
|
2441b5 |
%{_mandir}/man1/*
|
|
|
2441b5 |
|
|
|
2441b5 |
%changelog
|
|
|
2441b5 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 575-4
|
|
|
2441b5 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
2441b5 |
Related: rhbz#1991688
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 575-3
|
|
|
2441b5 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 575-2
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Jan 22 2021 Stephen Gallagher <sgallagh@redhat.com> - 575-1
|
|
|
2441b5 |
- Update to latest version (#1919119)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Nov 30 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 568-1
|
|
|
2441b5 |
- Update to latest version (#1818534)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Aug 20 2020 Andrew Schorr <ajschorr@fedoraproject.org> - 551-5
|
|
|
2441b5 |
- Add zstd and brotli support to lesspipe.sh
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 551-4
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 551-3
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 551-2
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jul 17 2019 Matej Mužila <mmuzila@redhat.com> - 551-1
|
|
|
2441b5 |
- Update to new upstream release
|
|
|
2441b5 |
- Resolves: #1719419
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Jun 04 2019 Matej Mužila <mmuzila@redhat.com> - 550-1
|
|
|
2441b5 |
- Update to new upstream release
|
|
|
2441b5 |
- Resolves: #1674080
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 530-4
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jan 09 2019 Pavel Raiskup <praiskup@redhat.com> - 530-3
|
|
|
2441b5 |
- add lzip compression support into lesspipe.sh (rhbz#1664383)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 530-2
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Sat Feb 17 2018 Pavel Raiskup <praiskup@redhat.com> - 530-1
|
|
|
2441b5 |
- new release, per upstream release notes:
|
|
|
2441b5 |
http://greenwoodsoftware.com/less/news.530.html
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 487-6
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 487-5
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 487-4
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue May 16 2017 Pavel Raiskup <praiskup@redhat.com> - 487-3
|
|
|
2441b5 |
- read correctly text files named accidentally '*.rpm' (rhbz#1449790)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 487-2
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Oct 28 2016 Jozef Mlich <imlich@fit.vutbr.cz> - 487-1
|
|
|
2441b5 |
- Resolves: rhbz#1389577
|
|
|
2441b5 |
Update to new upstream release
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Oct 11 2016 Ville Skyttä <ville.skytta@iki.fi> - 481-6
|
|
|
2441b5 |
- Prefer gpg2 over gpg for *.gpg (rhbz#1383284)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Apr 25 2016 Pavel Raiskup <praiskup@redhat.com> - 481-5
|
|
|
2441b5 |
- again use the correct '||' syntax in LESSOPEN variable (rhbz#1254837)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Apr 20 2016 Pavel Raiskup <praiskup@redhat.com> - 481-4
|
|
|
2441b5 |
- don't strictly require man-db or groff-base (rhbz#1278857)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Mar 29 2016 Pavel Raiskup <praiskup@redhat.com> - 481-3
|
|
|
2441b5 |
- avoid one ubiquitous stat() call in less.sh and less.csh if possible
|
|
|
2441b5 |
(rhbz#1321591)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 481-2
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Oct 2 2015 Viktor Jancik <vjancik@redhat.com> - 481-1
|
|
|
2441b5 |
- Update to version 481, fixes #1231493
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Sep 2 2015 Viktor Jancik <vjancik@redhat.com> - 479-3
|
|
|
2441b5 |
- Added missing double quotes in profile.d scripts
|
|
|
2441b5 |
- Corrected license information
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Aug 24 2015 Viktor Jancik <vjancik@redhat.com> - 479-2
|
|
|
2441b5 |
- Updated spec file to comply with current Fedora Packaging Guidelines
|
|
|
2441b5 |
Added missing documentation files
|
|
|
2441b5 |
- Fixed less profile.d scripts
|
|
|
2441b5 |
- Fixed preprocessing of man pages with special characters (#1241543)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Jul 07 2015 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 479-1
|
|
|
2441b5 |
- Update to 479 (#1240456)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jun 24 2015 Jozef Mlich <jmlich@redhat.com> - 478-1
|
|
|
2441b5 |
- update to 478
|
|
|
2441b5 |
http://greenwoodsoftware.com/less/news.478.html
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 471-5
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Jun 01 2015 Jozef Mlich <jmlich@redhat.com> - 471-4
|
|
|
2441b5 |
- update of previous patch
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Jun 01 2015 Jozef Mlich <jmlich@redhat.com> - 471-3
|
|
|
2441b5 |
- out of bounds read access in is_utf8_well_formed()
|
|
|
2441b5 |
Resolves: #1201310
|
|
|
2441b5 |
CVE-2014-9488
|
|
|
2441b5 |
|
|
|
2441b5 |
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 471-2
|
|
|
2441b5 |
- Rebuilt for Fedora 23 Change
|
|
|
2441b5 |
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Dec 17 2014 Jozef Mlich <jmlich@redhat.com> - 471-1
|
|
|
2441b5 |
- Update to 471
|
|
|
2441b5 |
|
|
|
2441b5 |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 458-13
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 458-12
|
|
|
2441b5 |
- fix license handling
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Jun 23 2014 Jozef Mlich <jmlich@redhat.com> - 458-11
|
|
|
2441b5 |
- rollback of previous problem. See explanation of upstream.
|
|
|
2441b5 |
http://greenwoodsoftware.com/less/faq.html#profileout
|
|
|
2441b5 |
- fixing exit status values (the $? should be used as soon
|
|
|
2441b5 |
as possible)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Jun 19 2014 Jozef Mlich <jmlich@redhat.com> - 458-10
|
|
|
2441b5 |
- (lesspipe) better handling of exit status
|
|
|
2441b5 |
fixing regression of #186931 - turns over the lesspipe exit behavior
|
|
|
2441b5 |
|
|
|
2441b5 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 458-9
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu May 22 2014 Jozef Mlich <jmlich@redhat.com> - 458-8
|
|
|
2441b5 |
- (lesspipe) the groff was used just in case of gzipped man pages
|
|
|
2441b5 |
- (lesspipe) the exit $? should be used directly after command;
|
|
|
2441b5 |
otherwise may return unexpected value.
|
|
|
2441b5 |
- (lesspipe) not preprocessed output was returning 1
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Mar 31 2014 Jozef Mlich <jmlich@redhat.com> - 458-7
|
|
|
2441b5 |
- FIXES outdated ubin_table in charset.c;
|
|
|
2441b5 |
Kudos to Akira TAGOH
|
|
|
2441b5 |
Resolves: #1074489
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Feb 10 2014 Jozef Mlich <jmlich@redhat.com> - 458-6
|
|
|
2441b5 |
- The data in less-458-old-bot-in-help.patch was not
|
|
|
2441b5 |
preprocessed by mkhelp (i.e. not applied)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Dec 02 2013 Jozef Mlich <jmlich@redhat.com> - 458-5
|
|
|
2441b5 |
- Resolves #1036326 fixing command line parsing in lesskey
|
|
|
2441b5 |
- changed day of week in order to avoid bogus date in changelog
|
|
|
2441b5 |
|
|
|
2441b5 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 458-4
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue May 07 2013 Fridolin Pokorny <fpokorny@redhat.com> - 458-3
|
|
|
2441b5 |
- Expanded lessecho usage (#948597)
|
|
|
2441b5 |
- Added lessfilter info to man (#948597)
|
|
|
2441b5 |
- Expanded lesskey usage (#948597)
|
|
|
2441b5 |
- Added --old-bot to help (#948597)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Apr 11 2013 Fridolin Pokorny <fpokorny@redhat.com> - 458-2
|
|
|
2441b5 |
- Added gpg support to lesspipe.sh (#885122)
|
|
|
2441b5 |
- Added ~/.lessfilter support (#885122)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Apr 11 2013 Fridolin Pokorny <fpokorny@redhat.com> - 458-1
|
|
|
2441b5 |
- Update to 458
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 451-3
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Oct 25 2012 Martin Briza <mbriza@redhat.com> - 451-2
|
|
|
2441b5 |
- Changed unnecessary groff dependency to groff-base (#868376)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Sep 11 2012 Martin Briza <mbriza@redhat.com> - 451-1
|
|
|
2441b5 |
- Rebase to 451 (#835802)
|
|
|
2441b5 |
- Removed the empty-lessopen-pipe patch as the issue is now fixed upstream.
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon May 14 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 444-7
|
|
|
2441b5 |
- Fix less.sh not to override user-defined LESSOPEN variable (#802757)
|
|
|
2441b5 |
- Use POSIX regcomp instead of PCRE - revert 406-11, commit 4b961c7 (#643233)
|
|
|
2441b5 |
- Merge Foption changes by Colin Guthrie to Foption.v2.patch (#805735)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 444-6
|
|
|
2441b5 |
- Rebuild against PCRE 8.30
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 444-5
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Dec 08 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 444-4
|
|
|
2441b5 |
- Avoid some unnecessary stat calls and commands in lesspipe.sh,
|
|
|
2441b5 |
patch by Ville Skyttä (#741440)
|
|
|
2441b5 |
- Use `groff' instead of `man -s' for rendering manpages to prevent
|
|
|
2441b5 |
options incompatibility between man and man-db packages (#718498)
|
|
|
2441b5 |
- Add groff to Requires
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Aug 23 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 444-3
|
|
|
2441b5 |
- Substitute %%makeinstall macro with make DESTDIR* install (#732557)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Aug 12 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 444-2
|
|
|
2441b5 |
- Fix debuginfo source files permissions
|
|
|
2441b5 |
- Remove strip after %%makeinstall to fix debuginfo package
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Jul 14 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 444-1
|
|
|
2441b5 |
- Rebase to 444 (#713406)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Apr 20 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 443-1
|
|
|
2441b5 |
- Rebase to 443
|
|
|
2441b5 |
- Foption patch made applicable against 443
|
|
|
2441b5 |
- Manpage extra line patch removed; fixed upstream (#697451)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Apr 13 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 436-13
|
|
|
2441b5 |
- Don't convert files with UTF-16/UTF-32 string in filename (#638312)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Feb 15 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 436-12
|
|
|
2441b5 |
- Enable LESSOPEN exit statuses as default also in less.sh (#666084, #676057)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Feb 15 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 436-11
|
|
|
2441b5 |
- Clean lesspipe.sh script
|
|
|
2441b5 |
- Split case for compressed and plain troff files
|
|
|
2441b5 |
- Add support for *.xz and *.lzma man pages (#676057)
|
|
|
2441b5 |
- Add support for reading UTF-16 and UTF-32 files (#638312)
|
|
|
2441b5 |
- Don't require correct exit status from LESSOPEN scripts until
|
|
|
2441b5 |
it gets accepted by upstream (preserve backward compatibility) (#666084, #676057)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 436-10
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Jan 03 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 436-9
|
|
|
2441b5 |
- Fix regression in lesspipe.sh script (*.gz files etc.) (#615303 comment #9)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Dec 22 2010 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 436-8
|
|
|
2441b5 |
- The new "--old-bot" option is not documented in the man page (#510724)
|
|
|
2441b5 |
- Fix descriptions of some options in online help
|
|
|
2441b5 |
(#578289, patch by Jeff Bastian <jbastian@redhat.com> [IT603793])
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Dec 21 2010 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 436-7
|
|
|
2441b5 |
- Fix for valid empty LESSOPEN pipe output (#579251, #615303)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jan 20 2010 Nikola Pajkovsky <npajkovs@redhat.com> - 436-6
|
|
|
2441b5 |
- RFE: lesspipe.sh could use a support for *.xz file
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Jan 4 2010 Nikola Pajkovsky <npajkovs@redhat.com> - 436-5
|
|
|
2441b5 |
- patched wrong manpage. Resolves: #537746.
|
|
|
2441b5 |
|
|
|
2441b5 |
* Sat Dec 12 2009 Nikola Pajkovsky <npajkovs@redhat.com> - 436-4
|
|
|
2441b5 |
- #546613 - RFE: add *.jar *.nbm to lesspipe.sh
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Dec 9 2009 Nikola Pajkovsky <npajkovs@redhat.com> - 436-3
|
|
|
2441b5 |
- Resolves: #537746 - Two different descriptions about the default value of LESSBINFMT
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 436-2
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Jul 10 2009 Zdenek Prikryl <zprikryl@redhat.com> - 436-1
|
|
|
2441b5 |
- Foption patch is more optimal now
|
|
|
2441b5 |
- Update to 436
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Apr 14 2009 Zdenek Prikryl <zprikryl@redhat.com> - 429-1
|
|
|
2441b5 |
- Update to 429
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Mar 31 2009 Zdenek Prikryl <zprikryl@redhat.com> - 424-4
|
|
|
2441b5 |
- Added GraphicsMagick support (#492695)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Mar 17 2009 Zdenek Prikryl <zprikryl@redhat.com> - 424-3
|
|
|
2441b5 |
- Added lzma support
|
|
|
2441b5 |
- Added test if fsync produces EIVAL on tty
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 424-2
|
|
|
2441b5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jun 25 2008 Zdenek Prikryl <zprikryl@redhat.com> - 424-1
|
|
|
2441b5 |
- Update to 424
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jun 11 2008 Zdenek Prikryl <zprikryl@redhat.com> - 423-1
|
|
|
2441b5 |
- Update to 423
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 418-3
|
|
|
2441b5 |
- Autorebuild for GCC 4.3
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Jan 18 2008 Zdenek Prikryl <zprikryl@redhat.com> - 418-2
|
|
|
2441b5 |
- Fixed -F option
|
|
|
2441b5 |
- Resolves: #427551
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Jan 04 2008 Zdenek Prikryl <zprikryl@redhat.com> - 418-1
|
|
|
2441b5 |
- Update to 418
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Nov 23 2007 Zdenek Prikryl <zprikryl@redhat.com> - 416-1
|
|
|
2441b5 |
- Update to 416
|
|
|
2441b5 |
- Fixed SIGABORT caused by UTF-8 related bug
|
|
|
2441b5 |
- Resolves #395591
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Nov 21 2007 Zdenek Prikryl <zprikryl@redhat.com> - 415-1
|
|
|
2441b5 |
- Update to 415
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Nov 13 2007 Ivana Varekova <varekova@redhat.com> - 409-2
|
|
|
2441b5 |
- remove which usage (#312591)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Oct 22 2007 Ivana Varekova <varekova@redhat.com> - 409-1
|
|
|
2441b5 |
- upgrade to 409
|
|
|
2441b5 |
- remove useless/obsolete patches
|
|
|
2441b5 |
- add autoconf buildrequires
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Oct 1 2007 Ivana Varekova <varekova@redhat.com> - 406-12
|
|
|
2441b5 |
- change license tag
|
|
|
2441b5 |
- fix 312591 - add which dependency
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Aug 9 2007 Ivana Varekova <varekova@redhat.com> - 406-11
|
|
|
2441b5 |
- configure a regular expression library
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Jun 26 2007 Ivana Varekova <varekova@redhat.com> - 406-10
|
|
|
2441b5 |
- update to 406
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Jun 4 2007 Ivana Varekova <varekova@redhat.com> - 394-10
|
|
|
2441b5 |
- Resolves: #242077
|
|
|
2441b5 |
remove "-" option from lesspipe.sh script
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Feb 20 2007 Ivana Varekova <varekova@redhat.com> - 394-9
|
|
|
2441b5 |
- change /etc/profile.d script's permissions
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Feb 19 2007 Ivana Varekova <varekova@redhat.com> - 394-8
|
|
|
2441b5 |
- change LICENSE permissions
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Feb 7 2007 Ivana Varekova <varekova@redhat.com> - 394-7
|
|
|
2441b5 |
- incorporate the package review
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Nov 22 2006 Ivana Varekova <varekova@redhat.com> - 394-6
|
|
|
2441b5 |
- fix permissions of debuginfo source code
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Oct 25 2006 Ivana Varekova <varekova@redhat.com> - 394-5
|
|
|
2441b5 |
- fix command ">" (#120916)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 394-4.1
|
|
|
2441b5 |
- rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri May 5 2006 Ivana Varekova <varekova@redhat.com> - 394-4
|
|
|
2441b5 |
- fix problem with unassigned variable DECOMPRESSOR (#190619)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Feb 15 2006 Ivana Varekova <varekova@redhat.com> - 394-3
|
|
|
2441b5 |
- add patch for search problem (search did not find string which
|
|
|
2441b5 |
occurs in a line after '\0')
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 394-2.2
|
|
|
2441b5 |
- bump again for double-long bug on ppc(64)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 394-2.1
|
|
|
2441b5 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Jan 16 2006 Jindrich Novy <jnovy@redhat.com> 394-2
|
|
|
2441b5 |
- apply better fix for #120916 from Avi Kivity (#177819)
|
|
|
2441b5 |
to avoid flickering when '>' is pressed multiple times
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
2441b5 |
- rebuilt
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Dec 6 2005 Jindrich Novy <jnovy@redhat.com> 394-1
|
|
|
2441b5 |
- update to less-394
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Nov 7 2005 Jindrich Novy <jnovy@redhat.com> 393-1
|
|
|
2441b5 |
- update to less-393
|
|
|
2441b5 |
- groom Foption patch a bit
|
|
|
2441b5 |
- remove obsolete ncursesw and utf8detect patches
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Oct 21 2005 Jindrich Novy <jnovy@redhat.com> 392-2
|
|
|
2441b5 |
- fix the -F option (#79650), thanks to Petr Raszyk
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Oct 19 2005 Jindrich Novy <jnovy@redhat.com> 392-1
|
|
|
2441b5 |
- update to less-392 - fixes #122847 and enhances UTF8 support
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Sep 2 2005 Jindrich Novy <jnovy@redhat.com> 382-8
|
|
|
2441b5 |
- fix displaying of bogus newline for growing files (#120916)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Mar 4 2005 Jindrich Novy <jnovy@redhat.com> 382-7
|
|
|
2441b5 |
- rebuilt with gcc4
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Feb 16 2005 Jindrich Novy <jnovy@redhat.com> 382-6
|
|
|
2441b5 |
- add patch for proper detection of UTF-8 locale,
|
|
|
2441b5 |
patch from Peter Rockai
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Nov 16 2004 Karsten Hopp <karsten@redhat.de> 382-5
|
|
|
2441b5 |
- minor fix in lesspipe.sh (#73215)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
2441b5 |
- rebuilt
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Mar 29 2004 Karsten Hopp <karsten@redhat.de> 382-3
|
|
|
2441b5 |
- remove old stuff from /etc/profile.d/less.*, fixes #109011
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Mar 02 2004 Karsten Hopp <karsten@redhat.de> 382-1.1
|
|
|
2441b5 |
- build for FC1
|
|
|
2441b5 |
|
|
|
2441b5 |
* Sat Feb 14 2004 Karsten Hopp <karsten@redhat.de> 382-1
|
|
|
2441b5 |
- new upstream version
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
2441b5 |
- rebuilt
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Jan 15 2004 Karsten Hopp <karsten@redhat.de> 381-2
|
|
|
2441b5 |
- drop iso247 patch, doesn't work
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jun 11 2003 Karsten Hopp <karsten@redhat.de> 381-1
|
|
|
2441b5 |
- new version with rewritten iso247 patch
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
2441b5 |
- rebuilt
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed May 28 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
2441b5 |
- fix korean #79977
|
|
|
2441b5 |
- add new less.sh from #89780, s/ko/korean/ and write .csh script
|
|
|
2441b5 |
- add patch from #91661: /japanses/japanese-euc/
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Feb 4 2003 Tim Waugh <twaugh@redhat.com> 378-7
|
|
|
2441b5 |
- Part of multibyte patch was missing; fixed.
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Feb 3 2003 Tim Waugh <twaugh@redhat.com> 378-6
|
|
|
2441b5 |
- Fix underlining multibyte characters (bug #83377).
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Jan 30 2003 Karsten Hopp <karsten@redhat.de> 378-5
|
|
|
2441b5 |
- removed older, unused patches
|
|
|
2441b5 |
- add patch from Yukihiro Nakai to fix display of japanese text
|
|
|
2441b5 |
(#79977)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
2441b5 |
- rebuilt
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Dec 18 2002 Karsten Hopp <karsten@redhat.de>č
|
|
|
2441b5 |
- removed default 'cat' from lesspipe.sh as it breaks 'v' and 'F' keys
|
|
|
2441b5 |
(#79921)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Dec 6 2002 Nalin Dahyabhai <nalin@redhat.com> 378-2
|
|
|
2441b5 |
- add a default case to lesspipe so that it shows other kinds of files
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Nov 04 2002 Karsten Hopp <karsten@redhat.de>
|
|
|
2441b5 |
- less-378
|
|
|
2441b5 |
- added some debian patches
|
|
|
2441b5 |
- show image info instead of binary garbage when viewing images
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Oct 05 2001 Karsten Hopp <karsten@redhat.de>
|
|
|
2441b5 |
- fix line numbering (less -N filename), caused by
|
|
|
2441b5 |
a broken i18n patch
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Sep 04 2001 Karsten Hopp <karsten@redhat.de>
|
|
|
2441b5 |
- recompile with large file support (#52945)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Jul 24 2001 Karsten Hopp <karsten@redhat.de>
|
|
|
2441b5 |
- fix #49506 (BuildRequires)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
2441b5 |
- fixup eline patch to initialize result correctly
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Jun 25 2001 Karsten Hopp <karsten@redhat.de>
|
|
|
2441b5 |
- update URLs
|
|
|
2441b5 |
- Copyright -> License
|
|
|
2441b5 |
- fix #43348 (crashes when searching for /<)
|
|
|
2441b5 |
- fix #39849 (
|
|
|
2441b5 |
_ ignores LESSCHARDEF in displaying characters,
|
|
|
2441b5 |
_ prefaces sequences of one or "high" characters with a capital "A")
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Feb 5 2001 Yukihiro Nakai <ynakai@redhat.com>
|
|
|
2441b5 |
- Update less.sh, less.csh to set JLESSCHARSET=japanese
|
|
|
2441b5 |
when LANG=ja??
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Feb 5 2001 Matt Wilson <msw@redhat.com>
|
|
|
2441b5 |
- changed the less-358+iso247-20001210.diff patch to use strcasecmp when
|
|
|
2441b5 |
comparing locale names
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Feb 01 2001 Karsten Hopp <karsten@redhat.de>
|
|
|
2441b5 |
- fixed character translations (bugzilla #24463)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jan 31 2001 Karsten Hopp <karsten@redhat.de>
|
|
|
2441b5 |
- fixed lesspipe (bugzilla #17456 #25324)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
2441b5 |
- rebuild with new ncurses
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Dec 11 2000 Yukihiro Nakai <ynakai@redhat.com>
|
|
|
2441b5 |
- Add Japanese patch with ia64 support.
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Nov 27 2000 Karsten Hopp <karsten@redhat.de>
|
|
|
2441b5 |
- rebuild with new ncurses
|
|
|
2441b5 |
- fix Bug #21288
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Nov 13 2000 Karsten Hopp <karsten@redhat.de>
|
|
|
2441b5 |
- fixed handling of manpages of type *.1x.gz
|
|
|
2441b5 |
- added support for cpio packages
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Sep 14 2000 Than Ngo <than@redhat.com>
|
|
|
2441b5 |
- added new lesspipe.sh (Bug #17456)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Aug 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
2441b5 |
- support files with spaces in their names (Bug #16777)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Aug 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
2441b5 |
- Support gzipped man pages in lesspipe.sh (Bug #15610)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Aug 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
2441b5 |
- Tweak init script (Bug #14622)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Jul 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
2441b5 |
- Oops, actually apply the patch for 9443. ;)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Jul 26 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
2441b5 |
- Fix up messed output if a user outputs anything in ~/.bashrc or the
|
|
|
2441b5 |
likes (Bug #9443)
|
|
|
2441b5 |
- handle RPM_OPT_FLAGS
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
|
2441b5 |
- automatic rebuild
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu Jul 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
2441b5 |
- 358
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Jun 26 2000 Matt Wilson <msw@redhat.com>
|
|
|
2441b5 |
- defattr root
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Jun 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
2441b5 |
- FHSify
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Apr 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
2441b5 |
- 354
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Mar 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
2441b5 |
- Update to v352
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Mar 7 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
2441b5 |
- rebuild for sparc baud rates > 38400.
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Jan 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
2441b5 |
- Update to v346
|
|
|
2441b5 |
- Update download URL
|
|
|
2441b5 |
- use the configure marcro
|
|
|
2441b5 |
- strip binary
|
|
|
2441b5 |
- fix up lesspipe stuff (Bug #8750 and a couple of non-reported bugs)
|
|
|
2441b5 |
(Karsten, did I mention I'll kill you when you return from SAP? ;) )
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Jan 7 2000 Karsten Hopp <karsten@redhat.de>
|
|
|
2441b5 |
- added lesspipe.sh to show listings of package
|
|
|
2441b5 |
contents instead of binary output.
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
|
|
|
2441b5 |
- less finally gets maintenance, upgraded to 340
|
|
|
2441b5 |
|
|
|
2441b5 |
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
2441b5 |
- auto rebuild in the new build environment (release 6)
|
|
|
2441b5 |
|
|
|
2441b5 |
* Tue Mar 16 1999 Preston Brown <pbrown@redhat.com>
|
|
|
2441b5 |
- removed ifarch axp stuff for /bin/more, more now works on alpha properly.
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
|
|
|
2441b5 |
- Injected new description and group.
|
|
|
2441b5 |
|
|
|
2441b5 |
* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
|
|
|
2441b5 |
- bumped spec number for initial rh 6.0 build
|
|
|
2441b5 |
|
|
|
2441b5 |
* Thu May 07 1998 Prospector System <bugs@redhat.com>
|
|
|
2441b5 |
|
|
|
2441b5 |
- translations modified for de, fr, tr
|
|
|
2441b5 |
|
|
|
2441b5 |
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
2441b5 |
- updated to 332 and built for Manhattan
|
|
|
2441b5 |
- added buildroot
|
|
|
2441b5 |
|
|
|
2441b5 |
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
|
|
|
2441b5 |
- built against glibc
|