Ivana Varekova a1e6c59
Summary: A text file browser similar to more, but better
cvsdist 5a7dde6
Name: less
Jozef Mlich 9820dc2
Version: 479
Viktor Jancik d5c18ba
Release: 2%{?dist}
Viktor Jancik d5c18ba
License: GPLv3+ or BSD
cvsdist 5a7dde6
Group: Applications/Text
cvsdist 3f481d5
Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
cvsdist 5a7dde6
Source1: lesspipe.sh
cvsdist 5a7dde6
Source2: less.sh
cvsdist 5a7dde6
Source3: less.csh
Viktor Jancik d5c18ba
Patch1: less-444-Foption.v2.patch
Vojtech Vitek (V-Teq) 46c0174
Patch2: less-394-search.patch
Ivana Varekova a1e6c59
Patch4: less-394-time.patch
Zdenek Prikryl 51bf205
Patch5: less-418-fsync.patch
Vojtech Vitek (V-Teq) 79b940a
Patch6: less-436-manpage-add-old-bot-option.patch
Martin Briza e1aee64
Patch7: less-436-help.patch
ba0e442
Patch8: less-458-lessecho-usage.patch
3f5d948
Patch9: less-458-less-filters-man.patch
72dfd3f
Patch10: less-458-lesskey-usage.patch
2b1d93d
Patch11: less-458-old-bot-in-help.patch
cvsdist 3f481d5
URL: http://www.greenwoodsoftware.com/less/
Martin Briza 633949c
Requires: groff-base
Viktor Jancik d5c18ba
Requires: man-db
cvsdist fb40e68
BuildRequires: ncurses-devel
Zdenek Prikryl 51bf205
BuildRequires: autoconf automake libtool
cvsdist 5a7dde6
cvsdist 5a7dde6
%description
cvsdist 5a7dde6
The less utility is a text file browser that resembles more, but has
cvsdist 5a7dde6
more capabilities.  Less allows you to move backwards in the file as
cvsdist 5a7dde6
well as forwards.  Since less doesn't have to read the entire input file
cvsdist 5a7dde6
before it starts, less starts up more quickly than text editors (for
cvsdist 5a7dde6
example, vi). 
cvsdist 5a7dde6
cvsdist 5a7dde6
You should install less because it is a basic utility for viewing text
cvsdist 5a7dde6
files, and you'll use it frequently.
cvsdist 5a7dde6
cvsdist 5a7dde6
%prep
cvsdist 5a7dde6
%setup -q
Jozef Mlich 4dff135
%patch1 -p2 -b .Foption
Vojtech Vitek (V-Teq) 46c0174
%patch2 -p1 -b .search
Ivana Varekova a1e6c59
%patch4 -p1 -b .time
Zdenek Prikryl 51bf205
%patch5 -p1 -b .fsync
Vojtech Vitek (V-Teq) 79b940a
%patch6 -p1 -b .manpage-add-old-bot-option
Martin Briza e1aee64
%patch7 -p1 -b .help
ba0e442
%patch8 -p1 -b .lessecho-usage
3f5d948
%patch9 -p1 -b .less-filters-man
72dfd3f
%patch10 -p1 -b .lesskey-usage
Jozef Mlich a168964
%patch11 -p1 -b .old-bot
Jozef Mlich 9c78a12
cvsdist 5a7dde6
cvsdist 5a7dde6
%build
Viktor Jancik d5c18ba
rm -f ./configure
Viktor Jancik d5c18ba
autoreconf -fiv
Vojtech Vitek (V-Teq) 46c0174
%configure
Viktor Jancik d5c18ba
make %{?_smp_mflags} CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
cvsdist 5a7dde6
cvsdist 5a7dde6
%install
Viktor Jancik d5c18ba
%make_install
cvsdist 5a7dde6
mkdir -p $RPM_BUILD_ROOT/etc/profile.d
Viktor Jancik d5c18ba
install -p        %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}
Viktor Jancik d5c18ba
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/profile.d
Viktor Jancik d5c18ba
install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/etc/profile.d
cvsdist 5a7dde6
cvsdist 5a7dde6
%files
Viktor Jancik d5c18ba
%doc README NEWS INSTALL
Viktor Jancik d5c18ba
%license LICENSE COPYING
cvsdist 5a7dde6
/etc/profile.d/*
Ivana Varekova a1e6c59
%{_bindir}/*
cvsdist 5a7dde6
%{_mandir}/man1/*
cvsdist 5a7dde6
cvsdist 5a7dde6
%changelog
Viktor Jancik d5c18ba
* Wed Sep 2 2015 Viktor Jancik <vjancik@redhat.com> - 479-2
Viktor Jancik d5c18ba
- Updated spec file to comply with current Fedora Packaging Guidelines
Viktor Jancik d5c18ba
  Added missing documentation files
Viktor Jancik d5c18ba
- Fixed less profile.d scripts (#1254837)
Viktor Jancik d5c18ba
- Fixed preprocessing of man pages with special characters (#1241543)
Viktor Jancik d5c18ba
Jozef Mlich 9820dc2
* Tue Jul 07 2015 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 479-1
Jozef Mlich 9820dc2
- Update to 479 (#1240456)
Jozef Mlich 9820dc2
Jozef Mlich 9c78a12
* Wed Jun 24 2015 Jozef Mlich <jmlich@redhat.com> - 478-1
Jozef Mlich 9c78a12
- update to 478
Jozef Mlich 9c78a12
  http://greenwoodsoftware.com/less/news.478.html
Jozef Mlich 9c78a12
a24f11f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 471-5
a24f11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a24f11f
Jozef Mlich 48f39f6
* Mon Jun 01 2015 Jozef Mlich <jmlich@redhat.com> - 471-4
Jozef Mlich 48f39f6
- update of previous patch
Jozef Mlich 48f39f6
Jozef Mlich a879a7d
* Mon Jun 01 2015 Jozef Mlich <jmlich@redhat.com> - 471-3
Jozef Mlich a879a7d
- out of bounds read access in is_utf8_well_formed()
Jozef Mlich a879a7d
  Resolves: #1201310
Jozef Mlich a879a7d
  CVE-2014-9488
Jozef Mlich a879a7d
2044640
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 471-2
2044640
- Rebuilt for Fedora 23 Change
2044640
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2044640
Jozef Mlich 4dff135
* Wed Dec 17 2014 Jozef Mlich <jmlich@redhat.com> - 471-1
Jozef Mlich 4dff135
- Update to 471
Jozef Mlich 4dff135
e581d3f
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 458-13
e581d3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e581d3f
6a65c15
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 458-12
6a65c15
- fix license handling
6a65c15
Jozef Mlich db9a82f
* Mon Jun 23 2014 Jozef Mlich <jmlich@redhat.com> - 458-11
Jozef Mlich db9a82f
- rollback of previous problem. See explanation of upstream.
Jozef Mlich db9a82f
  http://greenwoodsoftware.com/less/faq.html#profileout
Jozef Mlich db9a82f
- fixing exit status values (the $? should be used as soon
Jozef Mlich db9a82f
  as possible)
Jozef Mlich db9a82f
Jozef Mlich 632b88c
* Thu Jun 19 2014 Jozef Mlich <jmlich@redhat.com> - 458-10
Jozef Mlich 632b88c
- (lesspipe) better handling of exit status
Jozef Mlich 632b88c
  fixing regression of #186931 - turns over the lesspipe exit behavior
Jozef Mlich 632b88c
e15ca03
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 458-9
e15ca03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e15ca03
Jozef Mlich 532ba45
* Thu May 22 2014 Jozef Mlich <jmlich@redhat.com> - 458-8
Jozef Mlich 532ba45
- (lesspipe) the groff was used just in case of gzipped man pages
Jozef Mlich 532ba45
- (lesspipe) the exit $? should be used directly after command; 
Jozef Mlich 532ba45
  otherwise may return unexpected value.
Jozef Mlich 532ba45
- (lesspipe) not preprocessed output was returning 1
Jozef Mlich 532ba45
Jozef Mlich a168964
* Mon Mar 31 2014 Jozef Mlich <jmlich@redhat.com> - 458-7
Jozef Mlich a168964
- FIXES outdated ubin_table in charset.c; 
Jozef Mlich a168964
  Kudos to Akira TAGOH
Jozef Mlich a168964
  Resolves: #1074489
Jozef Mlich a168964
Jozef Mlich c75bddd
* Mon Feb 10 2014 Jozef Mlich <jmlich@redhat.com> - 458-6
Jozef Mlich c75bddd
- The data in less-458-old-bot-in-help.patch was not
Jozef Mlich c75bddd
  preprocessed by mkhelp (i.e. not applied)
Jozef Mlich c75bddd
Jozef Mlich fefa9bc
* Mon Dec 02 2013 Jozef Mlich <jmlich@redhat.com> - 458-5
Jozef Mlich fefa9bc
- Resolves #1036326 fixing command line parsing in lesskey
Jozef Mlich fefa9bc
- changed day of week in order to avoid bogus date in changelog
Jozef Mlich fefa9bc
925187a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 458-4
925187a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
925187a
Jozef Mlich fefa9bc
* Tue May 07 2013 Fridolin Pokorny <fpokorny@redhat.com> - 458-3
ba0e442
- Expanded lessecho usage (#948597)
3f5d948
- Added lessfilter info to man (#948597)
72dfd3f
- Expanded lesskey usage (#948597)
2b1d93d
- Added --old-bot to help (#948597)
ba0e442
de1ff32
* Thu Apr 11 2013 Fridolin Pokorny <fpokorny@redhat.com> - 458-2
de1ff32
- Added gpg support to lesspipe.sh (#885122)
de1ff32
- Added ~/.lessfilter support (#885122)
de1ff32
4a15a79
* Thu Apr 11 2013 Fridolin Pokorny <fpokorny@redhat.com> - 458-1
4a15a79
- Update to 458
4a15a79
1536f45
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 451-3
1536f45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1536f45
Martin Briza 633949c
* Thu Oct 25 2012 Martin Briza <mbriza@redhat.com> - 451-2
Martin Briza 633949c
- Changed unnecessary groff dependency to groff-base (#868376)
Martin Briza 633949c
Martin Briza e1aee64
* Tue Sep 11 2012 Martin Briza <mbriza@redhat.com> - 451-1
Martin Briza e1aee64
- Rebase to 451 (#835802)
Martin Briza e1aee64
- Removed the empty-lessopen-pipe patch as the issue is now fixed upstream.
a408f5c
Vojtech Vitek (V-Teq) eb6a165
* Mon May 14 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 444-7
Vojtech Vitek (V-Teq) eb6a165
- Fix less.sh not to override user-defined LESSOPEN variable (#802757)
Vojtech Vitek (V-Teq) 46c0174
- Use POSIX regcomp instead of PCRE - revert 406-11, commit 4b961c7 (#643233)
Vojtech Vitek (V-Teq) 47da4db
- Merge Foption changes by Colin Guthrie to Foption.v2.patch (#805735)
Vojtech Vitek (V-Teq) eb6a165
07840bd
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 444-6
07840bd
- Rebuild against PCRE 8.30
07840bd
a75e567
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 444-5
a75e567
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a75e567
Vojtech Vitek (V-Teq) 546e8ee
* Thu Dec 08 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 444-4
Vojtech Vitek (V-Teq) 0758dba
- Avoid some unnecessary stat calls and commands in lesspipe.sh,
Vojtech Vitek (V-Teq) 0758dba
  patch by Ville Skyttä (#741440)
Vojtech Vitek (V-Teq) e2a2557
- Use `groff' instead of `man -s' for rendering manpages to prevent
Vojtech Vitek (V-Teq) e2a2557
  options incompatibility between man and man-db packages (#718498)
Vojtech Vitek (V-Teq) e2a2557
- Add groff to Requires
Vojtech Vitek (V-Teq) e2a2557
Jozef Mlich fefa9bc
* Tue Aug 23 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 444-3
Vojtech Vitek (V-Teq) 4f315a6
- Substitute %%makeinstall macro with make DESTDIR* install (#732557)
Vojtech Vitek (V-Teq) 4f315a6
Vojtech Vitek (V-Teq) 8db062d
* Fri Aug 12 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 444-2
Vojtech Vitek (V-Teq) 8db062d
- Fix debuginfo source files permissions
Vojtech Vitek (V-Teq) b08a1e3
- Remove strip after %%makeinstall to fix debuginfo package
Vojtech Vitek (V-Teq) 8db062d
Vojtech Vitek (V-Teq) 76cad1b
* Thu Jul 14 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 444-1
Vojtech Vitek (V-Teq) b08a1e3
- Rebase to 444 (#713406)
Vojtech Vitek (V-Teq) 76cad1b
Vojtech Vitek (V-Teq) e65760c
* Wed Apr 20 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 443-1
Vojtech Vitek (V-Teq) e65760c
- Rebase to 443
Vojtech Vitek (V-Teq) e65760c
- Foption patch made applicable against 443
Vojtech Vitek (V-Teq) b08a1e3
- Manpage extra line patch removed; fixed upstream (#697451)
Vojtech Vitek (V-Teq) e65760c
Vojtech Vitek (V-Teq) a01bfbd
* Wed Apr 13 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 436-13
Vojtech Vitek (V-Teq) b08a1e3
- Don't convert files with UTF-16/UTF-32 string in filename (#638312)
Vojtech Vitek (V-Teq) a01bfbd
Vojtech Vitek (V-Teq) 662cc9b
* Tue Feb 15 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 436-12
Vojtech Vitek (V-Teq) b08a1e3
- Enable LESSOPEN exit statuses as default also in less.sh (#666084, #676057)
Vojtech Vitek (V-Teq) 662cc9b
Vojtech Vitek (V-Teq) d1d43b0
* Tue Feb 15 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 436-11
Vojtech Vitek (V-Teq) f9e095f
- Clean lesspipe.sh script
Vojtech Vitek (V-Teq) fc10441
- Split case for compressed and plain troff files
Vojtech Vitek (V-Teq) b08a1e3
- Add support for *.xz and *.lzma man pages (#676057)
Vojtech Vitek (V-Teq) b08a1e3
- Add support for reading UTF-16 and UTF-32 files (#638312)
Vojtech Vitek (V-Teq) 27567f0
- Don't require correct exit status from LESSOPEN scripts until
Vojtech Vitek (V-Teq) b08a1e3
  it gets accepted by upstream (preserve backward compatibility) (#666084, #676057)
Vojtech Vitek (V-Teq) 27567f0
194a24b
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 436-10
194a24b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
194a24b
Vojtech Vitek (V-Teq) 0abac17
* Mon Jan 03 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 436-9
Vojtech Vitek (V-Teq) b08a1e3
- Fix regression in lesspipe.sh script (*.gz files etc.) (#615303 comment #9)
Vojtech Vitek (V-Teq) 0abac17
Vojtech Vitek (V-Teq) 79b940a
* Wed Dec 22 2010 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 436-8
Vojtech Vitek (V-Teq) b08a1e3
- The new "--old-bot" option is not documented in the man page (#510724)
Vojtech Vitek (V-Teq) 79b940a
- Fix descriptions of some options in online help
Vojtech Vitek (V-Teq) b08a1e3
  (#578289, patch by Jeff Bastian <jbastian@redhat.com> [IT603793])
Vojtech Vitek (V-Teq) 79b940a
Vojtech Vitek (V-Teq) 164583b
* Tue Dec 21 2010 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 436-7
Vojtech Vitek (V-Teq) b08a1e3
- Fix for valid empty LESSOPEN pipe output (#579251, #615303)
Vojtech Vitek (V-Teq) 164583b
Nikola Pajkovsky 13e0c85
* Wed Jan 20 2010 Nikola Pajkovsky <npajkovs@redhat.com> - 436-6
Nikola Pajkovsky 13e0c85
- RFE: lesspipe.sh could use a support for *.xz file
Nikola Pajkovsky 13e0c85
Nikola Pajkovsky 2866b77
* Mon Jan 4 2010 Nikola Pajkovsky <npajkovs@redhat.com> - 436-5
Nikola Pajkovsky 2866b77
- patched wrong manpage. Resolves: #537746.
Nikola Pajkovsky 2866b77
Jozef Mlich fefa9bc
* Sat Dec 12 2009 Nikola Pajkovsky <npajkovs@redhat.com> - 436-4
Nikola Pajkovsky b3e34b8
- #546613 - RFE: add *.jar *.nbm to lesspipe.sh
Nikola Pajkovsky b3e34b8
Nikola Pajkovsky b3e34b8
* Wed Dec 9 2009 Nikola Pajkovsky <npajkovs@redhat.com> - 436-3
Nikola Pajkovsky b3e34b8
- Resolves: #537746 - Two different descriptions about the default value of LESSBINFMT
Nikola Pajkovsky b3e34b8
2bdf43c
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 436-2
2bdf43c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2bdf43c
Jozef Mlich fefa9bc
* Fri Jul 10 2009 Zdenek Prikryl <zprikryl@redhat.com> - 436-1
Zdenek Prikryl 0d1f5ae
- Foption patch is more optimal now
Zdenek Prikryl 0d1f5ae
- Update to 436
Zdenek Prikryl 0d1f5ae
Zdenek Prikryl 8305984
* Tue Apr 14 2009 Zdenek Prikryl <zprikryl@redhat.com> - 429-1
Zdenek Prikryl 8305984
- Update to 429
Zdenek Prikryl 8305984
Zdenek Prikryl 10bea81
* Tue Mar 31 2009 Zdenek Prikryl <zprikryl@redhat.com> - 424-4
Zdenek Prikryl 10bea81
- Added GraphicsMagick support (#492695)
Zdenek Prikryl 10bea81
Zdenek Prikryl 51bf205
* Tue Mar 17 2009 Zdenek Prikryl <zprikryl@redhat.com> - 424-3
Zdenek Prikryl 51bf205
- Added lzma support
Zdenek Prikryl 51bf205
- Added test if fsync produces EIVAL on tty
Zdenek Prikryl 51bf205
5a606a9
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 424-2
5a606a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5a606a9
Zdenek Prikryl f6f5b93
* Wed Jun 25 2008 Zdenek Prikryl <zprikryl@redhat.com> - 424-1
Zdenek Prikryl f6f5b93
- Update to 424
Zdenek Prikryl f6f5b93
Zdenek Prikryl f741bbe
* Wed Jun 11 2008 Zdenek Prikryl <zprikryl@redhat.com> - 423-1
Zdenek Prikryl f741bbe
- Update to 423
Zdenek Prikryl f741bbe
c6a9774
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 418-3
c6a9774
- Autorebuild for GCC 4.3
c6a9774
Zdenek Prikryl e1d8cd7
* Fri Jan 18 2008 Zdenek Prikryl <zprikryl@redhat.com> - 418-2
Zdenek Prikryl 22e2d31
- Fixed -F option
Zdenek Prikryl 22e2d31
- Resolves: #427551
Zdenek Prikryl 22e2d31
Zdenek Prikryl 22e2d31
* Fri Jan 04 2008 Zdenek Prikryl <zprikryl@redhat.com> - 418-1
Zdenek Prikryl 32454f4
- Update to 418
Zdenek Prikryl 32454f4
Zdenek Prikryl a1dd572
* Fri Nov 23 2007 Zdenek Prikryl <zprikryl@redhat.com> - 416-1
Zdenek Prikryl a1dd572
- Update to 416
Zdenek Prikryl a1dd572
- Fixed SIGABORT caused by UTF-8 related bug
Zdenek Prikryl a1dd572
- Resolves #395591
Zdenek Prikryl a1dd572
Zdenek Prikryl 59eb7fb
* Wed Nov 21 2007 Zdenek Prikryl <zprikryl@redhat.com> - 415-1
Zdenek Prikryl 59eb7fb
- Update to 415
Zdenek Prikryl 59eb7fb
Ivana Varekova 006d677
* Tue Nov 13 2007 Ivana Varekova <varekova@redhat.com> - 409-2
Ivana Varekova 006d677
- remove which usage (#312591)
Ivana Varekova 006d677
Ivana Varekova 3e1aa86
* Mon Oct 22 2007 Ivana Varekova <varekova@redhat.com> - 409-1
Ivana Varekova 3e1aa86
- upgrade to 409
Ivana Varekova 3e1aa86
- remove useless/obsolete patches
Ivana Varekova 3e1aa86
- add autoconf buildrequires
Ivana Varekova 3e1aa86
Ivana Varekova c440a5a
* Mon Oct  1 2007 Ivana Varekova <varekova@redhat.com> - 406-12
Ivana Varekova c440a5a
- change license tag
Ivana Varekova c440a5a
- fix 312591 - add which dependency
Ivana Varekova c440a5a
Ivana Varekova 4b961c7
* Thu Aug  9 2007 Ivana Varekova <varekova@redhat.com> - 406-11
Ivana Varekova 4b961c7
- configure a regular expression library
Ivana Varekova 4b961c7
Ivana Varekova 4b961c7
* Tue Jun 26 2007 Ivana Varekova <varekova@redhat.com> - 406-10
Ivana Varekova a7cfed4
- update to 406
Ivana Varekova a7cfed4
Ivana Varekova a7cfed4
* Mon Jun  4 2007 Ivana Varekova <varekova@redhat.com> - 394-10
Ivana Varekova f358912
- Resolves: #242077
Ivana Varekova f358912
  remove "-" option from lesspipe.sh script
Ivana Varekova f358912
Ivana Varekova bcd64a9
* Tue Feb 20 2007 Ivana Varekova <varekova@redhat.com> - 394-9
Ivana Varekova bcd64a9
- change /etc/profile.d script's permissions
Ivana Varekova bcd64a9
Ivana Varekova 83fb660
* Mon Feb 19 2007 Ivana Varekova <varekova@redhat.com> - 394-8
Ivana Varekova 83fb660
- change LICENSE permissions
Ivana Varekova 83fb660
Ivana Varekova a1e6c59
* Wed Feb  7 2007 Ivana Varekova <varekova@redhat.com> - 394-7
Ivana Varekova a1e6c59
- incorporate the package review
Ivana Varekova a1e6c59
Ivana Varekova a1e6c59
* Wed Nov 22 2006 Ivana Varekova <varekova@redhat.com> - 394-6
Ivana Varekova d127abc
- fix permissions of debuginfo source code
Ivana Varekova d127abc
Ivana Varekova c3234ae
* Wed Oct 25 2006 Ivana Varekova <varekova@redhat.com> - 394-5
Ivana Varekova c3234ae
- fix command ">" (#120916)
Ivana Varekova c3234ae
9d72280
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 394-4.1
9d72280
- rebuild
9d72280
Jozef Mlich fefa9bc
* Fri May  5 2006 Ivana Varekova <varekova@redhat.com> - 394-4
Ivana Varekova 4d0b3cc
- fix problem with unassigned variable DECOMPRESSOR (#190619)
Ivana Varekova 4d0b3cc
Ivana Varekova ff3841a
* Wed Feb 15 2006 Ivana Varekova <varekova@redhat.com> - 394-3
Ivana Varekova ff3841a
- add patch for search problem (search did not find string which
Ivana Varekova ff3841a
  occurs in a line after '\0')
Ivana Varekova ff3841a
5575cd1
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 394-2.2
5575cd1
- bump again for double-long bug on ppc(64)
5575cd1
9865922
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 394-2.1
9865922
- rebuilt for new gcc4.1 snapshot and glibc changes
9865922
ece8dc4
* Mon Jan 16 2006 Jindrich Novy <jnovy@redhat.com> 394-2
30a3702
- apply better fix for #120916 from Avi Kivity (#177819)
30a3702
  to avoid flickering when '>' is pressed multiple times
30a3702
48f230d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
48f230d
- rebuilt
48f230d
38ab147
* Tue Dec  6 2005 Jindrich Novy <jnovy@redhat.com> 394-1
38ab147
- update to less-394
38ab147
2d88a3d
* Mon Nov  7 2005 Jindrich Novy <jnovy@redhat.com> 393-1
2d88a3d
- update to less-393
2d88a3d
- groom Foption patch a bit
2d88a3d
- remove obsolete ncursesw and utf8detect patches
2d88a3d
d039b45
* Fri Oct 21 2005 Jindrich Novy <jnovy@redhat.com> 392-2
d039b45
- fix the -F option (#79650), thanks to Petr Raszyk
d039b45
8b433f0
* Wed Oct 19 2005 Jindrich Novy <jnovy@redhat.com> 392-1
8b433f0
- update to less-392 - fixes #122847 and enhances UTF8 support
8b433f0
0be156d
* Fri Sep  2 2005 Jindrich Novy <jnovy@redhat.com> 382-8
0be156d
- fix displaying of bogus newline for growing files (#120916)
0be156d
707f164
* Fri Mar  4 2005 Jindrich Novy <jnovy@redhat.com> 382-7
707f164
- rebuilt with gcc4
707f164
bf373cf
* Wed Feb 16 2005 Jindrich Novy <jnovy@redhat.com> 382-6
bf373cf
- add patch for proper detection of UTF-8 locale,
bf373cf
  patch from Peter Rockai
bf373cf
0f6345b
* Tue Nov 16 2004 Karsten Hopp <karsten@redhat.de> 382-5 
0f6345b
- minor fix in lesspipe.sh (#73215)
0f6345b
cvsdist a2c11cd
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a2c11cd
- rebuilt
cvsdist a2c11cd
cvsdist eaaa7cb
* Mon Mar 29 2004 Karsten Hopp <karsten@redhat.de> 382-3
cvsdist eaaa7cb
- remove old stuff from /etc/profile.d/less.*, fixes #109011
cvsdist eaaa7cb
cvsdist eaaa7cb
* Tue Mar 02 2004 Karsten Hopp <karsten@redhat.de> 382-1.1 
cvsdist eaaa7cb
- build for FC1
cvsdist b179819
cvsdist b179819
* Sat Feb 14 2004 Karsten Hopp <karsten@redhat.de> 382-1
cvsdist b179819
- new upstream version
cvsdist b179819
cvsdist b179819
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b179819
- rebuilt
cvsdist b179819
cvsdist 9bee608
* Thu Jan 15 2004 Karsten Hopp <karsten@redhat.de> 381-2 
cvsdist 9bee608
- drop iso247 patch, doesn't work
cvsdist f2dc55a
cvsdist 9bee608
* Wed Jun 11 2003 Karsten Hopp <karsten@redhat.de> 381-1
cvsdist 9bee608
- new version with rewritten iso247 patch
cvsdist f2dc55a
cvsdist f2dc55a
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist f2dc55a
- rebuilt
cvsdist f2dc55a
cvsdist f2dc55a
* Wed May 28 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist f2dc55a
- fix korean #79977
cvsdist f2dc55a
- add new less.sh from #89780, s/ko/korean/ and write .csh script
cvsdist f2dc55a
- add patch from #91661: /japanses/japanese-euc/
cvsdist f2dc55a
cvsdist a557a1b
* Tue Feb  4 2003 Tim Waugh <twaugh@redhat.com> 378-7
cvsdist a557a1b
- Part of multibyte patch was missing; fixed.
cvsdist a557a1b
cvsdist a557a1b
* Mon Feb  3 2003 Tim Waugh <twaugh@redhat.com> 378-6
cvsdist a557a1b
- Fix underlining multibyte characters (bug #83377).
cvsdist 73f1fca
cvsdist a557a1b
* Thu Jan 30 2003 Karsten Hopp <karsten@redhat.de> 378-5
cvsdist a557a1b
- removed older, unused patches
cvsdist a557a1b
- add patch from Yukihiro Nakai to fix display of japanese text
cvsdist a557a1b
  (#79977)
cvsdist add633f
cvsdist a557a1b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist a557a1b
- rebuilt
cvsdist add633f
cvsdist a557a1b
* Wed Dec 18 2002 Karsten Hopp <karsten@redhat.de>č
cvsdist a557a1b
- removed default 'cat' from lesspipe.sh as it breaks 'v' and 'F' keys 
cvsdist a557a1b
  (#79921)
cvsdist add633f
cvsdist a557a1b
* Fri Dec  6 2002 Nalin Dahyabhai <nalin@redhat.com> 378-2
cvsdist a557a1b
- add a default case to lesspipe so that it shows other kinds of files
cvsdist add633f
cvsdist a557a1b
* Mon Nov 04 2002 Karsten Hopp <karsten@redhat.de>
cvsdist a557a1b
- less-378
cvsdist a557a1b
- added some debian patches
cvsdist a557a1b
- show image info instead of binary garbage when viewing images
cvsdist 07969e1
cvsdist 07969e1
* Fri Oct 05 2001 Karsten Hopp <karsten@redhat.de>
cvsdist 07969e1
- fix line numbering (less -N filename), caused by
cvsdist 07969e1
  a broken i18n patch
cvsdist 07969e1
cvsdist 323c4da
* Tue Sep 04 2001 Karsten Hopp <karsten@redhat.de>
cvsdist 323c4da
- recompile with large file support (#52945)
cvsdist 323c4da
cvsdist fb40e68
* Tue Jul 24 2001 Karsten Hopp <karsten@redhat.de>
cvsdist fb40e68
- fix #49506 (BuildRequires)
cvsdist fb40e68
cvsdist 3f481d5
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 3f481d5
- fixup eline patch to initialize result correctly
cvsdist 3f481d5
cvsdist 3f481d5
* Mon Jun 25 2001 Karsten Hopp <karsten@redhat.de>
cvsdist 3f481d5
- update URLs
cvsdist 3f481d5
- Copyright -> License
cvsdist 3f481d5
- fix #43348 (crashes when searching for /<)
cvsdist 3f481d5
- fix #39849 (
cvsdist 3f481d5
  _ ignores LESSCHARDEF in displaying characters,
cvsdist 3f481d5
  _ prefaces sequences of one or "high" characters with a capital "A")
cvsdist 3f481d5
cvsdist bf92281
* Mon Feb  5 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist bf92281
- Update less.sh, less.csh to set JLESSCHARSET=japanese
cvsdist bf92281
  when LANG=ja??
cvsdist bf92281
cvsdist bf92281
* Mon Feb  5 2001 Matt Wilson <msw@redhat.com>
cvsdist bf92281
- changed the less-358+iso247-20001210.diff patch to use strcasecmp when
cvsdist bf92281
  comparing locale names
cvsdist bf92281
cvsdist bf92281
* Thu Feb 01 2001 Karsten Hopp <karsten@redhat.de>
cvsdist bf92281
- fixed character translations (bugzilla #24463)
cvsdist bf92281
cvsdist bf92281
* Wed Jan 31 2001 Karsten Hopp <karsten@redhat.de>
cvsdist bf92281
- fixed lesspipe (bugzilla #17456 #25324)
cvsdist bf92281
cvsdist bf92281
* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist bf92281
- rebuild with new ncurses
cvsdist bf92281
cvsdist bf92281
* Mon Dec 11 2000 Yukihiro Nakai <ynakai@redhat.com>
cvsdist bf92281
- Add Japanese patch with ia64 support.
cvsdist bf92281
cvsdist bf92281
* Mon Nov 27 2000 Karsten Hopp <karsten@redhat.de>
cvsdist bf92281
- rebuild with new ncurses
cvsdist bf92281
- fix Bug #21288
cvsdist bf92281
cvsdist bf92281
* Mon Nov 13 2000 Karsten Hopp <karsten@redhat.de>
cvsdist bf92281
- fixed handling of manpages of type *.1x.gz
cvsdist bf92281
- added support for cpio packages
cvsdist bf92281
cvsdist bf92281
* Thu Sep 14 2000 Than Ngo <than@redhat.com>
cvsdist bf92281
- added new lesspipe.sh (Bug #17456)
cvsdist 8065931
cvsdist 5a7dde6
* Wed Aug 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5a7dde6
- support files with spaces in their names (Bug #16777)
cvsdist 5a7dde6
cvsdist 5a7dde6
* Tue Aug  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5a7dde6
- Support gzipped man pages in lesspipe.sh (Bug #15610)
cvsdist 5a7dde6
cvsdist 5a7dde6
* Thu Aug  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5a7dde6
- Tweak init script (Bug #14622)
cvsdist 5a7dde6
cvsdist 5a7dde6
* Thu Jul 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5a7dde6
- Oops, actually apply the patch for 9443. ;)
cvsdist 5a7dde6
cvsdist 5a7dde6
* Wed Jul 26 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5a7dde6
- Fix up messed output if a user outputs anything in ~/.bashrc or the
cvsdist 5a7dde6
  likes (Bug #9443)
cvsdist 5a7dde6
- handle RPM_OPT_FLAGS
cvsdist 5a7dde6
cvsdist 5a7dde6
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist 5a7dde6
- automatic rebuild
cvsdist 5a7dde6
cvsdist 5a7dde6
* Thu Jul 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5a7dde6
- 358
cvsdist 5a7dde6
cvsdist 5a7dde6
* Mon Jun 26 2000 Matt Wilson <msw@redhat.com>
cvsdist 5a7dde6
- defattr root
cvsdist 5a7dde6
cvsdist 5a7dde6
* Mon Jun 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5a7dde6
- FHSify
cvsdist 5a7dde6
cvsdist 5a7dde6
* Fri Apr 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5a7dde6
- 354
cvsdist 5a7dde6
cvsdist 5a7dde6
* Mon Mar 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5a7dde6
- Update to v352
cvsdist 5a7dde6
cvsdist 5a7dde6
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 5a7dde6
- rebuild for sparc baud rates > 38400.
cvsdist 5a7dde6
cvsdist 5a7dde6
* Tue Jan 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5a7dde6
- Update to v346
cvsdist 5a7dde6
- Update download URL
cvsdist 5a7dde6
- use the configure marcro
cvsdist 5a7dde6
- strip binary
cvsdist 5a7dde6
- fix up lesspipe stuff (Bug #8750 and a couple of non-reported bugs)
cvsdist 5a7dde6
  (Karsten, did I mention I'll kill you when you return from SAP? ;) )
cvsdist 5a7dde6
Jozef Mlich fefa9bc
* Fri Jan 7 2000 Karsten Hopp <karsten@redhat.de>
cvsdist 5a7dde6
- added lesspipe.sh to show listings of package
cvsdist 5a7dde6
  contents instead of binary output.
cvsdist 5a7dde6
cvsdist 5a7dde6
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
cvsdist 5a7dde6
- less finally gets maintenance, upgraded to 340
cvsdist 5a7dde6
cvsdist 5a7dde6
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 5a7dde6
- auto rebuild in the new build environment (release 6)
cvsdist 5a7dde6
cvsdist 5a7dde6
* Tue Mar 16 1999 Preston Brown <pbrown@redhat.com>
cvsdist 5a7dde6
- removed ifarch axp stuff for /bin/more, more now works on alpha properly.
cvsdist 5a7dde6
cvsdist 5a7dde6
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist 5a7dde6
- Injected new description and group.
cvsdist 5a7dde6
cvsdist 5a7dde6
* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
cvsdist 5a7dde6
- bumped spec number for initial rh 6.0 build
cvsdist 5a7dde6
cvsdist 5a7dde6
* Thu May 07 1998 Prospector System <bugs@redhat.com>
cvsdist 5a7dde6
cvsdist 5a7dde6
- translations modified for de, fr, tr
cvsdist 5a7dde6
cvsdist 5a7dde6
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 5a7dde6
- updated to 332 and built for Manhattan
cvsdist 5a7dde6
- added buildroot
cvsdist 5a7dde6
cvsdist 5a7dde6
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
cvsdist 5a7dde6
- built against glibc