Blame SPECS/less.spec

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