b6f79b
Summary: The GNU version of the awk text processing utility
b6f79b
Name: gawk
b6f79b
Version: 4.0.2
b6f79b
Release: 4%{?dist}.1
b6f79b
# Most of source files are licensed under GPLv3+,
b6f79b
# several files are GPL or LGPLv2.1+ licensed,
b6f79b
# gettext.h is LGPL and random.c is BSD licensed
b6f79b
License: GPLv3+ and GPL and LGPLv3+ and LGPL and BSD
b6f79b
Group: Applications/Text
b6f79b
URL: http://www.gnu.org/software/gawk/gawk.html
b6f79b
Source0: http://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.gz
b6f79b
Requires(post): /sbin/install-info
b6f79b
Requires(preun): /sbin/install-info
b6f79b
Conflicts: filesystem < 3
b6f79b
Provides: /bin/awk
b6f79b
Provides: /bin/gawk
b6f79b
BuildRequires: byacc
b6f79b
b6f79b
Patch1:   gawk-4.0.2-fix-chksize-calls.patch
b6f79b
b6f79b
%description
b6f79b
The gawk package contains the GNU version of awk, a text processing
b6f79b
utility. Awk interprets a special-purpose programming language to do
b6f79b
quick and easy text pattern matching and reformatting jobs.
b6f79b
b6f79b
Install the gawk package if you need a text processing utility. Gawk is
b6f79b
considered to be a standard Linux tool for processing text.
b6f79b
b6f79b
%prep
b6f79b
%setup -q
b6f79b
%patch1 -p1
b6f79b
b6f79b
%build
b6f79b
%configure --with-libsigsegv-prefix=no
b6f79b
make %{?_smp_mflags}
b6f79b
b6f79b
%check
b6f79b
make check diffout
b6f79b
b6f79b
%install
b6f79b
rm -rf $RPM_BUILD_ROOT
b6f79b
make install DESTDIR=${RPM_BUILD_ROOT}
b6f79b
b6f79b
mkdir -p $RPM_BUILD_ROOT%{_bindir}
b6f79b
ln -sf gawk.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/awk.1.gz
b6f79b
ln -sf gawk $RPM_BUILD_ROOT%{_bindir}/awk
b6f79b
# remove %{version}* , when we are building a snapshot...
b6f79b
rm -f $RPM_BUILD_ROOT/%{_bindir}/{,p}gawk-%{version}* $RPM_BUILD_ROOT%{_infodir}/dir
b6f79b
b6f79b
%find_lang %name
b6f79b
b6f79b
%clean
b6f79b
rm -rf $RPM_BUILD_ROOT
b6f79b
b6f79b
%post
b6f79b
if [ -f %{_infodir}/gawk.info.gz ]; then
b6f79b
    /sbin/install-info %{_infodir}/gawk.info.gz %{_infodir}/dir || :
b6f79b
fi
b6f79b
b6f79b
%preun
b6f79b
if [ $1 = 0 -a -f %{_infodir}/gawk.info.gz ]; then
b6f79b
    /sbin/install-info --delete %{_infodir}/gawk.info.gz %{_infodir}/dir || :
b6f79b
fi
b6f79b
b6f79b
%files -f %{name}.lang
b6f79b
%defattr(-,root,root,-)
b6f79b
%doc README COPYING FUTURES LIMITATIONS NEWS
b6f79b
%doc README_d/README.multibyte README_d/README.tests POSIX.STD
b6f79b
%{_bindir}/*awk
b6f79b
%{_mandir}/man1/*
b6f79b
%{_infodir}/gawk.info*
b6f79b
%{_infodir}/gawkinet.info*
b6f79b
%{_libexecdir}/awk
b6f79b
%{_datadir}/awk
b6f79b
b6f79b
%changelog
b6f79b
* Tue Jun 13 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.0.2-4.el7_3.1
b6f79b
- Fix calls to chksize to avoid gawk being killed by SIGABRT (bug #1441689)
b6f79b
b6f79b
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 4.0.2-4
b6f79b
- Mass rebuild 2014-01-24
b6f79b
b6f79b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 4.0.2-3
b6f79b
- Mass rebuild 2013-12-27
b6f79b
b6f79b
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.2-2
b6f79b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b6f79b
b6f79b
* Fri Jan 04 2013 Martin Briza <mbriza@redhat.com> - 4.0.2-1
b6f79b
- Update to upstream 4.0.2 (#890559)
b6f79b
b6f79b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.1-2
b6f79b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b6f79b
b6f79b
* Thu Jun 07 2012 Martin Bříza <mbriza@redhat.com> -  4.0.1-1
b6f79b
- Update to upstream 4.0.1 (#808005)
b6f79b
- Corrected Source0 link to .tar.gz extension as not all releases are available as .tar.bz2
b6f79b
- Resolves #724817 - gawk-4.0.0 regression in '\' escape handling in gsub()
b6f79b
- Resolves #820550 - gawk: getline in BEGIN skips 2 lines
b6f79b
b6f79b
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 4.0.0-4
b6f79b
- add filesystem guard
b6f79b
b6f79b
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 4.0.0-3
b6f79b
- install everything in /usr
b6f79b
  https://fedoraproject.org/wiki/Features/UsrMove
b6f79b
b6f79b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-2
b6f79b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b6f79b
b6f79b
* Thu Jul 14 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 4.0.0-1
b6f79b
- Remove gawk-3.1.8-syntax.patch, gawk-3.1.8-double-free-wstptr.patch
b6f79b
- Update to upstream 4.0.0 (#717885)
b6f79b
b6f79b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.8-4
b6f79b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b6f79b
b6f79b
* Tue Nov 02 2010 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 3.1.8-3
b6f79b
- fix syntax issues #528623, #528625
b6f79b
- add byacc to BuildRequires
b6f79b
- follow updated libsigsegv option in configure script
b6f79b
b6f79b
* Tue Nov 02 2010 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 3.1.8-2
b6f79b
- fix #629196: Double free in free_wstr
b6f79b
- fix license tag, add description
b6f79b
- remove BuildRoot tag
b6f79b
b6f79b
* Fri May  7 2010 Stepan Kasal <kasal@ucw.cz> - 3.1.8-1
b6f79b
- new upstream version
b6f79b
- drop upstreamed patches
b6f79b
b6f79b
* Thu Apr 01 2010 Jan Zeleny <jzeleny@redhat.com> - 3.1.7-3
b6f79b
- fix issue with utf8 precision recognition (#513234)
b6f79b
b6f79b
* Thu Oct  8 2009 Stepan Kasal <skasal@redhat.com> - 3.1.7-2
b6f79b
- in posix mode, make ARGV[0] = argv[0] (#525381)
b6f79b
b6f79b
* Wed Sep  9 2009 Stepan Kasal <skasal@redhat.com> - 3.1.7-1
b6f79b
- new upstream version
b6f79b
- disable libsigsegv
b6f79b
b6f79b
* Fri Jul 24 2009 Fed Rel Eng <rel-eng@lists.fedoraproject.org> - 3.1.6-6
b6f79b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b6f79b
b6f79b
* Tue Feb 24 2009 Fed Rel Eng <rel-eng@lists.fedoraproject.org> - 3.1.6-5
b6f79b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b6f79b
b6f79b
* Fri Jan 30 2009 Stepan Kasal <skasal@redhat.com> - 3.1.6-4
b6f79b
- remove the versioned binaries even if the version is modified by the
b6f79b
  snapshot patch, modify the file list to check this (#476166)
b6f79b
- update the snapshot patch, dropping the upstreamed
b6f79b
  gawk-3.1.5-test-lc_num1.patch
b6f79b
b6f79b
* Thu Dec 11 2008 Stepan Kasal <skasal@redhat.com> - 3.1.6-3
b6f79b
- grab the current stable tree from savannah
b6f79b
b6f79b
* Wed Nov 26 2008 Stepan Kasal <skasal@redhat.com> - 3.1.6-2
b6f79b
- test-lc_num1.patch submitted upstream, link added
b6f79b
b6f79b
* Tue Nov 25 2008 Stepan Kasal <skasal@redhat.com> - 3.1.6-1
b6f79b
- new upstream version
b6f79b
- drop Patch1: gawk-3.1.3-getpgrp_void.patch, it seems to be a workaround
b6f79b
  for a bug in gcc that seemed to exist at Fedora Core 1 times, see #114246
b6f79b
- drop patches 2-13, they have been integrated upstream
b6f79b
b6f79b
* Mon Jul 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.1.5-18
b6f79b
- fix license tag
b6f79b
b6f79b
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.1.5-17
b6f79b
- Autorebuild for GCC 4.3
b6f79b
b6f79b
* Wed Oct 31 2007 Stepan Kasal <skasal@redhat.com> - 3.1.5-16
b6f79b
- Add gawk-3.1.5-quote-sticky.patch
b6f79b
- Resolves: #299551
b6f79b
- Add gawk-3.1.5-test-lc_num1.patch, a test for that bug.
b6f79b
- BuldRequire autoconf and automake, for the test patch.
b6f79b
- Add coment explaining why bison is buildrequired.
b6f79b
- Remove BuildRequire: flex.
b6f79b
b6f79b
* Mon Feb 12 2007 Karel Zak <kzak@redhat.com> 3.1.5-15
b6f79b
- fix #225777 - clean up spec file according to Fedora Merge Review
b6f79b
  suggestions (thanks to Dan Horak and Patrice Dumas)
b6f79b
b6f79b
* Mon Jan 15 2007 Karel Zak <kzak@redhat.com> 3.1.5-14
b6f79b
- sync with double-free upstream fixes
b6f79b
- fix #222531: Replace dist by ?dist
b6f79b
b6f79b
* Fri Jan 12 2007 Karel Zak <kzak@redhat.com> 3.1.5-13
b6f79b
- fix MB read 
b6f79b
b6f79b
* Fri Jan 12 2007 Karel Zak <kzak@redhat.com> 3.1.5-13
b6f79b
- improve freewstr patch
b6f79b
b6f79b
* Thu Jan 11 2007 Karel Zak <kzak@redhat.com> 3.1.5-12
b6f79b
- fix #222080 double free or corruption
b6f79b
b6f79b
* Wed Jul 19 2006 Karel Zak <kzak@redhat.com> 3.1.5-11
b6f79b
- spec file cleanup
b6f79b
b6f79b
* Tue Jul 18 2006 Karel Zak <kzak@redhat.com> 3.1.5-10
b6f79b
- add IPv6 support (patch be Jan Pazdziora)
b6f79b
b6f79b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1.5-9.1
b6f79b
- rebuild
b6f79b
b6f79b
* Mon Jul 10 2006 Karel Zak <kzak@redhat.com> 3.1.5-9
b6f79b
- fix numeric conversion problem (patch by Aharon Robbins)
b6f79b
  http://lists.gnu.org/archive/html/bug-gnu-utils/2006-07/msg00004.html
b6f79b
b6f79b
* Fri Jun 23 2006 Karel Zak <kzak@redhat.com> 3.1.5-8
b6f79b
- fix #194214 - gawk coredumps on syntax error (patch by Aharon Robbins)
b6f79b
b6f79b
* Wed Jun 21 2006 Karel Zak <kzak@redhat.com> 3.1.5-7
b6f79b
- fix internal names like /dev/user, /dev/pid, or /dev/fd/N (patch by Aharon Robbins)
b6f79b
b6f79b
* Tue Feb 14 2006 Karel Zak <kzak@redhat.com> 3.1.5-6.2
b6f79b
- new version of the gawk-3.1.5-wconcat.patch patch
b6f79b
b6f79b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.1.5-6.1
b6f79b
- bump again for double-long bug on ppc(64)
b6f79b
b6f79b
* Fri Feb 10 2006 Karel Zak <kzak@redhat.com> 3.1.5-6
b6f79b
- fix wide characters concatenation
b6f79b
b6f79b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.1.5-5.1
b6f79b
- rebuilt for new gcc4.1 snapshot and glibc changes
b6f79b
b6f79b
* Thu Dec 22 2005 Karel Zak <kzak@redhat.com> 3.1.5-5
b6f79b
- fix "gawk -v BINMODE=1" (patch by Aharon Robbins)
b6f79b
- fix conversion from large number to string (patch by Aharon Robbins)
b6f79b
b6f79b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b6f79b
- rebuilt
b6f79b
b6f79b
* Sun Oct  9 2005 Karel Zak <kzak@redhat.com> 3.1.5-4
b6f79b
- fix off-by-one error in assignment of sentinel value at 
b6f79b
  end of FIELDWIDTHS array. (patch by Aharon Robbins)
b6f79b
b6f79b
* Tue Sep 27 2005 Karel Zak <kzak@redhat.com> 3.1.5-3
b6f79b
- fix #169374 - Invalid Free (patch by Aharon Robbins)
b6f79b
b6f79b
* Tue Sep 20 2005 Karel Zak <kzak@redhat.com> 3.1.5-2
b6f79b
- fix #167181 - gawk owns /usr/share
b6f79b
- fix #160634 - should exclude dirs in spec file
b6f79b
b6f79b
* Tue Sep 20 2005 Karel Zak <kzak@redhat.com> 3.1.5-1
b6f79b
- new upstream version
b6f79b
b6f79b
* Wed Jun 15 2005 Karel Zak <kzak@redhat.com> 3.1.4-6
b6f79b
- fix #160421 - crash when using non-decimal data in command line parameters
b6f79b
b6f79b
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 3.1.4-5
b6f79b
- rebuild with gcc-4
b6f79b
b6f79b
* Fri Nov 12 2004 Karel Zak <kzak@redhat.com> 3.1.4-4
b6f79b
- rebuilt 
b6f79b
b6f79b
* Thu Nov 11 2004 Karel Zak <kzak@redhat.com> 3.1.4-3
b6f79b
- rebuilt to FC4 
b6f79b
b6f79b
* Tue Nov  9 2004 Karel Zak <kzak@redhat.com> 3.1.4-2
b6f79b
- add dfacache.patch for fix LC_ALL=de_DE.UTF-8 ./gawk '/^[ \t]/ { print }',
b6f79b
  (by Aharon Robbins), #135210, #131498
b6f79b
- add flonum.patch for "improved" handling of non-numeric constants,
b6f79b
  second version of patch (by Aharon Robbins)
b6f79b
  http://lists.gnu.org/archive/html/bug-gnu-utils/2004-10/msg00046.html
b6f79b
- add nextc.patch (by Andreas Schwab)
b6f79b
  http://lists.gnu.org/archive/html/bug-gnu-utils/2004-09/msg00093.html
b6f79b
- add uplow.patch for fix the wide char handling (by Stepan Kasal)
b6f79b
  http://lists.gnu.org/archive/html/bug-gnu-utils/2004-10/msg00099.html
b6f79b
b6f79b
* Tue Aug 31 2004 Thomas Woerner <twoerner@redhat.com> 3.1.4-1
b6f79b
- new version 3.1.4
b6f79b
b6f79b
* Mon Jun 28 2004 Thomas Woerner <twoerner@redhat.com> 3.1.3-9
b6f79b
- fixed "read only one input file on 64-bit architectures"
b6f79b
b6f79b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
b6f79b
- rebuilt
b6f79b
b6f79b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
b6f79b
- rebuilt
b6f79b
b6f79b
* Mon Jan 26 2004 Thomas Woerner <twoerner@redhat.com> 3.1.3-6
b6f79b
- fixed getpgrp_void problem (#114246)
b6f79b
- removed old patches
b6f79b
b6f79b
* Fri Jan 09 2004 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- add a "make check"
b6f79b
b6f79b
* Mon Dec 08 2003 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- disabled "shutup" patch to warn about wrong awk scripts again
b6f79b
b6f79b
* Mon Sep 22 2003 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- add even more patches from the mailinglist
b6f79b
b6f79b
* Tue Jul 15 2003 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- add first bug-fixes from the mailinglist
b6f79b
b6f79b
* Sun Jul 13 2003 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- update to 3.1.3
b6f79b
- pgawk man-page fix and /proc fix are obsolete
b6f79b
b6f79b
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
b6f79b
- rebuilt
b6f79b
b6f79b
* Wed Jun 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- fix --exclude-docs #92252
b6f79b
b6f79b
* Sun May 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- fix find_lang
b6f79b
b6f79b
* Tue Apr 15 2003 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- fix .so pointer in pgawk man-page
b6f79b
- also read files in /proc correctly that have a filesize of 0
b6f79b
b6f79b
* Sun Mar 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- update to 3.1.2
b6f79b
b6f79b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
b6f79b
- rebuilt
b6f79b
b6f79b
* Mon Dec 02 2002 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- add find_lang to specfile
b6f79b
b6f79b
* Wed Nov 20 2002 Elliot Lee <sopwith@redhat.com> 3.1.1-7
b6f79b
- Add gawk-3.1.1-ngroups.patch, because NGROUPS_MAX comes from 
b6f79b
sys/param.h, and awk.h changes behaviour depending on whether NGROUPS_MAX 
b6f79b
is defined or not. (For ppc64)
b6f79b
b6f79b
* Wed Nov 06 2002 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- remove /usr/share/info/dir
b6f79b
b6f79b
* Sun Nov 03 2002 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- ugly fix to get locale files into the right location #74360
b6f79b
b6f79b
* Sun Aug 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- simplify install part of spec file
b6f79b
- do not package /bin/gawk-<version>  anymore
b6f79b
b6f79b
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
b6f79b
- automated rebuild
b6f79b
b6f79b
* Thu May 23 2002 Tim Powers <timp@redhat.com>
b6f79b
- automated rebuild
b6f79b
b6f79b
* Thu May 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- update to 3.1.1
b6f79b
b6f79b
* Sun Mar 17 2002 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- add patch from #61316 to ignore wrong hex numbers and treat them as text
b6f79b
b6f79b
* Tue Jul 31 2001 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- do not warn about unnecessary escaping
b6f79b
b6f79b
* Fri Jun 29 2001 Florian La Roche <Florian.LaRoche@redhat.de>
b6f79b
- fix path of man-pages
b6f79b
b6f79b
* Mon Jun 25 2001 Than Ngo <than@redhat.com> 3.1.0-1
b6f79b
- update to 3.1.0
b6f79b
- remove a uneeded patch
b6f79b
- adapt a patch for 3.1.0
b6f79b
b6f79b
* Fri Jun  1 2001 Preston Brown <pbrown@redhat.com>
b6f79b
- newer version of the mktemp patch from Solar Designer <solar@openwall.com>
b6f79b
b6f79b
* Fri May 11 2001 Preston Brown <pbrown@redhat.com> 3.0.6-2
b6f79b
- use mktemp in igawk shell script, not shell pid variable
b6f79b
b6f79b
* Wed Aug 16 2000 Florian La Roche <Florian.LaRoche@redhat.com>
b6f79b
- update to 3.06
b6f79b
b6f79b
* Tue Aug 15 2000 Trond Eivind Glomsrod <teg@redhat.com>
b6f79b
- /usr/bin/gawk can't point at gawk - infinite symlink
b6f79b
- /usr/bin/awk can't point at gawk - infinite symlink
b6f79b
b6f79b
* Mon Aug 14 2000 Preston Brown <pbrown@redhat.com>
b6f79b
- absolute --> relative symlinks
b6f79b
b6f79b
* Tue Aug  8 2000 Florian La Roche <Florian.LaRoche@redhat.com>
b6f79b
- fix paths for "configure" call
b6f79b
b6f79b
* Thu Jul 13 2000 Florian La Roche <Florian.LaRoche@redhat.com>
b6f79b
- add another bugfix
b6f79b
b6f79b
* Thu Jul 13 2000 Florian La Roche <Florian.LaRoche@redhat.com>
b6f79b
- update to 3.0.5 with bugfix
b6f79b
b6f79b
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
b6f79b
- automatic rebuild
b6f79b
b6f79b
* Fri Jun 30 2000 Matt Wilson <msw@redhat.com>
b6f79b
- revert to 3.0.4.  3.0.5 misgenerates e2fsprogs' test cases
b6f79b
b6f79b
* Wed Jun 28 2000 Florian La Roche <Florian.LaRoche@redhat.com>
b6f79b
- update to 3.0.5
b6f79b
b6f79b
* Mon Jun 19 2000 Florian La Roche <Florian.LaRoche@redhat.com>
b6f79b
- add defattr
b6f79b
b6f79b
* Mon Jun 19 2000 Florian La Roche <Florian.LaRoche@redhat.com>
b6f79b
- FHS
b6f79b
b6f79b
* Tue Mar 14 2000 Florian La Roche <Florian.LaRoche@redhat.com>
b6f79b
- add bug-fix
b6f79b
b6f79b
* Thu Feb  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
b6f79b
- Fix man page symlinks
b6f79b
- Fix description
b6f79b
- Fix download URL
b6f79b
b6f79b
* Wed Jun 30 1999 Jeff Johnson <jbj@redhat.com>
b6f79b
- update to 3.0.4.
b6f79b
b6f79b
* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
b6f79b
- make sure all binaries are stripped
b6f79b
b6f79b
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
b6f79b
- auto rebuild in the new build environment (release 6)
b6f79b
b6f79b
* Fri Feb 19 1999 Jeff Johnson <jbj@redhat.com>
b6f79b
- Install info pages (#1242).
b6f79b
b6f79b
* Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
b6f79b
- build for glibc 2.1
b6f79b
- don't package /usr/info/dir
b6f79b
b6f79b
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
b6f79b
- translations modified for de, fr, tr
b6f79b
b6f79b
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
b6f79b
- upgraded to 3.0.3
b6f79b
- added documentation and buildroot
b6f79b
b6f79b
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
b6f79b
- built against glibc
b6f79b