Blame SPECS/make.spec

7a33d6
# -*- coding: utf-8 -*-
7a33d6
%{?scl:%scl_package make}
7a33d6
Summary: A GNU tool which simplifies the build process for users
7a33d6
Name: %{?scl_prefix}make
7a33d6
Epoch: 1
7a33d6
Version: 4.2.1
7a33d6
Release: 4%{?dist}
7a33d6
License: GPLv2+
7a33d6
Group: Development/Tools
7a33d6
URL: http://www.gnu.org/software/make/
7a33d6
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.bz2
7a33d6
7a33d6
Patch1: make-4.2-noclock_gettime.patch
7a33d6
Patch2: make-4.2-j8k.patch
7a33d6
Patch3: make-4.2-getcwd.patch
7a33d6
7a33d6
# Upstream: https://savannah.gnu.org/bugs/?30748
7a33d6
Patch4: make-4.2-weird-shell.patch
7a33d6
7a33d6
Patch5: make-4.2-newlines.patch
7a33d6
7a33d6
# http://savannah.gnu.org/bugs/?34335
7a33d6
Patch6: make-4.2-warn_undefined_function.patch
7a33d6
7a33d6
# http://lists.gnu.org/archive/html/bug-make/2011-06/msg00032.html
7a33d6
Patch7: make-4.2-trace.patch
7a33d6
7a33d6
# Buildroot: %(mktemp -ud %{_tmppath}/make-%{version}-%{release}-XXXXXX)
7a33d6
BuildRoot: %{_tmppath}/make-%{version}-%{release}-root-%(%{__id_u} -n)
7a33d6
Requires(post): /sbin/install-info
7a33d6
Requires(preun): /sbin/install-info
7a33d6
BuildRequires: procps
7a33d6
BuildRequires: perl
7a33d6
%{?scl:Requires:%scl_runtime}
7a33d6
7a33d6
%description
7a33d6
A GNU tool for controlling the generation of executables and other
7a33d6
non-source files of a program from the program's source files. Make
7a33d6
allows users to build and install packages without any significant
7a33d6
knowledge about the details of the build process. The details about
7a33d6
how the program should be built are provided for make in the program's
7a33d6
makefile.
7a33d6
7a33d6
%prep
7a33d6
echo "STARTING PREP of make"
7a33d6
%setup -q -n make-%{version}
7a33d6
%patch1 -p1
7a33d6
%patch2 -p1
7a33d6
%patch3 -p1
7a33d6
%patch4 -p1
7a33d6
%patch5 -p1
7a33d6
%patch6 -p1
7a33d6
%patch7 -p1
7a33d6
7a33d6
rm -f tests/scripts/features/parallelism.orig
7a33d6
7a33d6
# Disable the output-sync test until upstream resolves timeout issue.
7a33d6
rm -f tests/scripts/features/output-sync
7a33d6
7a33d6
%build
7a33d6
echo "STARTING CONFIGURE of make"
7a33d6
%configure
7a33d6
echo "STARTING MAKE of make"
7a33d6
make %{?_smp_mflags}
7a33d6
7a33d6
%install
7a33d6
rm -rf ${RPM_BUILD_ROOT}
7a33d6
make DESTDIR=$RPM_BUILD_ROOT install
7a33d6
ln -sf make ${RPM_BUILD_ROOT}/%{_bindir}/gmake
7a33d6
ln -sf make.1 ${RPM_BUILD_ROOT}/%{_mandir}/man1/gmake.1
7a33d6
rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
7a33d6
7a33d6
%find_lang make
7a33d6
7a33d6
%check
7a33d6
echo ============TESTING===============
7a33d6
/usr/bin/env LANG=C make check
7a33d6
echo ============END TESTING===========
7a33d6
7a33d6
%clean
7a33d6
rm -rf ${RPM_BUILD_ROOT}
7a33d6
7a33d6
%post
7a33d6
if [ -f %{_infodir}/make.info.gz ]; then # for --excludedocs
7a33d6
   /sbin/install-info %{_infodir}/make.info.gz %{_infodir}/dir --entry="* Make: (make).                 The GNU make utility." || :
7a33d6
fi
7a33d6
7a33d6
%preun
7a33d6
if [ $1 = 0 ]; then
7a33d6
   if [ -f %{_infodir}/make.info.gz ]; then # for --excludedocs
7a33d6
      /sbin/install-info --delete %{_infodir}/make.info.gz %{_infodir}/dir --entry="* Make: (make).                 The GNU make utility." || :
7a33d6
   fi
7a33d6
fi
7a33d6
7a33d6
%files  -f make.lang
7a33d6
%defattr(-,root,root)
7a33d6
%doc NEWS README COPYING AUTHORS
7a33d6
%{_bindir}/*
7a33d6
%{_mandir}/man*/*
7a33d6
%{_infodir}/*.info*
7a33d6
%{_includedir}/gnumake.h
7a33d6
7a33d6
%changelog
7a33d6
* Fri Jul 13 2018 Patsy Franklin <pfrankli@redhat.com> - 4.2.1-4
7a33d6
- Spec file clean-up and rebuild for DTS 8.0
7a33d6
7a33d6
* Wed Feb 21 2018 Patsy Franklin <pfrankli@redhat.com> - 4.2.1-3
7a33d6
- Rebuild for DTS 7.1
7a33d6
7a33d6
* Tue Jun 13 2017 Patsy Franklin <pfrankli@redhat.com> - 4.2.1-2
7a33d6
- After rebase, output-sync test can randomly timeout.  
7a33d6
  Disable until resolved upstream.
7a33d6
7a33d6
* Thu Jun  8 2017 Patsy Franklin <pfrankli@redhat.com> - 4.2.1-1
7a33d6
- Rebase to make-4.2.1
7a33d6
  Removed two patches that have been resolved upstream.
7a33d6
  Reworked seven patches.
7a33d6
  Resolves: #1455702 and #1455705
7a33d6
- make no longer segfaults inside a chroot without /dev/pts
7a33d6
  Resolves: #1451452 and #1455695
7a33d6
7a33d6
* Tue Sep 13 2016 Patsy Franklin <pfrankli@redhat.com> - 4.1-3
7a33d6
- Increase time before timeout for test fopen-fail to prevent
7a33d6
  failing before issuing expected error.
7a33d6
7a33d6
* Wed Aug 03 2016 Patsy Franklin <pfrankli@redhat.com> - 4.1-2
7a33d6
- Fix the change log to include the BZ.
7a33d6
7a33d6
* Wed Aug 03 2016 Patsy Franklin <pfrankli@redhat.com> - 4.1-1
7a33d6
- Initial version for DTS.  (BZ #1353327)
7a33d6
7a33d6
* Thu Jul 07 2016 Patsy Franklin <pfrankli@redhat.com> - 1:3.82-23
7a33d6
- In very obscure situations we may incorrectly write the free token
7a33d6
  back to the pipe.
7a33d6
  Resolves: #1322670
7a33d6
7a33d6
* Thu Jun 30 2016 Patsy Franklin <pfrankli@redhat.com> - 1:3.82-22
7a33d6
- Check if the target-specific variable is the same as the global
7a33d6
  variable, and if it is, don't free it.  Savannah bug #31743.
7a33d6
  Resolves: #1323206
7a33d6
7a33d6
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:3.82-21
7a33d6
- Mass rebuild 2014-01-24
7a33d6
7a33d6
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:3.82-20
7a33d6
- Mass rebuild 2013-12-27
7a33d6
7a33d6
* Thu Aug 22 2013 Petr Machata <pmachata@redhat.com> - 1:3.82-19
7a33d6
- make now restores rlimit to its original values before launching
7a33d6
  subprocess via $(shell) (make-3.82-func_shell-rlimit.patch)
7a33d6
- Determinize one test (make-3.82-tests-SECONDARY.patch)
7a33d6
7a33d6
* Fri Jul 26 2013 Petr Machata <pmachata@redhat.com> - 1:3.82-18
7a33d6
- Backport upstream patch that adds wildcard expansion to pattern
7a33d6
  rules. (make-3.82-stem_glob.patch)
7a33d6
7a33d6
* Wed Jun 19 2013 Petr Machata <pmachata@redhat.com> - 1:3.82-17
7a33d6
- Add another fix for upstream bug 30612
7a33d6
7a33d6
* Thu Apr  4 2013 Petr Machata <pmachata@redhat.com> - 1:3.82-16
7a33d6
- Update config.sub and config.guess to support aarch64
7a33d6
7a33d6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-15
7a33d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7a33d6
7a33d6
* Thu Nov 29 2012 Petr Machata <pmachata@redhat.com> - 1:3.82-14
7a33d6
- Drop patch5, which hasn't been applied for years
7a33d6
7a33d6
* Mon Sep 10 2012 Petr Machata <pmachata@redhat.com> - 1:3.82-13
7a33d6
- Add fix for upstream bug 30653
7a33d6
- Resolves: #835424
7a33d6
7a33d6
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-12
7a33d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7a33d6
7a33d6
* Tue Mar 13 2012 Petr Machata <pmachata@redhat.com> - 1:3.82-11
7a33d6
- Add a patch for avoiding glob if possible by Michael Meeks
7a33d6
7a33d6
* Mon Mar 12 2012 Petr Machata <pmachata@redhat.com> - 1:3.82-10
7a33d6
- Apply the following patches, proposed upstream by Norbert Thiebaud:
7a33d6
  - A patch for warning on call of undefined function
7a33d6
  - A patch for tracing calls to "eval" and "call"
7a33d6
7a33d6
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-9
7a33d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7a33d6
7a33d6
* Thu Nov  3 2011 Petr Machata <pmachata@redhat.com> - 1:3.82-8
7a33d6
- Add a patch for preserving -j across Makefile rebuild
7a33d6
- Resolves: #698702
7a33d6
7a33d6
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-7
7a33d6
- Rebuilt for glibc bug#747377
7a33d6
7a33d6
* Thu May 12 2011 Lubomir Rintel <lkundrak@v3.sk> - 1:3.82-6
7a33d6
- Fix free-after-use with nested assignments (#703104)
7a33d6
7a33d6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-5
7a33d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7a33d6
7a33d6
* Wed Oct 27 2010 Petr Machata <pmachata@redhat.com> - 1:3.82-4
7a33d6
- Fix a discrepancy between behavior of find_next_token and
7a33d6
  pre-allocation of token memory in func_sort.
7a33d6
- Resolves: #643359
7a33d6
7a33d6
* Wed Sep 29 2010 jkeating - 1:3.82-3
7a33d6
- Rebuilt for gcc bug 634757
7a33d6
7a33d6
* Mon Sep 13 2010 Petr Machata <pmachata@redhat.com> - 1:3.82-2
7a33d6
- Add upstream fixes for upstream bugs 30612 and 30723
7a33d6
- Resolves: #631552
7a33d6
7a33d6
* Wed Aug 11 2010 Petr Machata <pmachata@redhat.com> - 1:3.82-1
7a33d6
- Upstream 3.82:
7a33d6
  - Drop rlimit, fdleak, strcpy-overlap, recursion-test, double-free
7a33d6
    patches, make supports this functionality now
7a33d6
  - Disable the memory patch for the time being
7a33d6
  - Port remaining patches
7a33d6
  - Add weird-shell patch, upstream bug 30748
7a33d6
- Resolves: #618998
7a33d6
7a33d6
* Wed Aug 11 2010 Petr Machata <pmachata@redhat.com> - 1:3.81-21
7a33d6
- Add BR procps
7a33d6
- Resolves: #616813
7a33d6
7a33d6
* Thu Jul  1 2010 Petr Machata <pmachata@redhat.com> - 1:3.81-20
7a33d6
- Add a patch by Steve Kemp @debian that might fix the double free
7a33d6
  problem.
7a33d6
- Related: #609806
7a33d6
7a33d6
* Fri Jun  4 2010 Petr Machata <pmachata@redhat.com> - 1:3.81-19
7a33d6
- Fix testsuite on F13
7a33d6
- Resolves: #600004
7a33d6
7a33d6
* Tue Aug 11 2009 Petr Machata <pmachata@redhat.com> - 1:3.81-18
7a33d6
- Fix installation with --excludedocs
7a33d6
- Resolves: #515917
7a33d6
7a33d6
* Fri Jul 31 2009 Petr Machata <pmachata@redhat.com> - 1:3.81-17
7a33d6
- Replace the use of strcpy on overlapping areas with memmove
7a33d6
- Resolves: #514721
7a33d6
7a33d6
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.81-16
7a33d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7a33d6
7a33d6
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.81-15
7a33d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7a33d6
7a33d6
* Mon Sep 22 2008 Petr Machata <pmachata@redhat.com> - 1:3.81-14
7a33d6
- Fix patches to apply cleanly with fuzz=0
7a33d6
7a33d6
* Tue Sep 16 2008 Petr Machata <pmachata@redhat.com> - 1:3.81-13
7a33d6
- Mark opened files as cloexec to prevent their leaking through fork
7a33d6
- Resolves: #462090
7a33d6
7a33d6
* Tue Mar 25 2008 Petr Machata <pmachata@redhat.com> - 1:3.81-12
7a33d6
- Fix the rlimit patch.  The success flag is kept in memory shared
7a33d6
  with parent process after vfork, and so cannot be reset.
7a33d6
- Related: #214033
7a33d6
7a33d6
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:3.81-11
7a33d6
- Autorebuild for GCC 4.3
7a33d6
7a33d6
* Thu Oct  4 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-10
7a33d6
- Fix parallel builds with reexec.
7a33d6
- Related: #212111, #211290
7a33d6
7a33d6
* Thu Oct  4 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-8
7a33d6
- Cleaned up per merge review.
7a33d6
- Related: #226120
7a33d6
7a33d6
* Thu Aug 16 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-7
7a33d6
- Fix licensing tag.
7a33d6
7a33d6
* Fri Mar 16 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-6
7a33d6
- Always run testsuite with C locale.
7a33d6
- Resolves: #232607
7a33d6
7a33d6
* Thu Feb 22 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-5
7a33d6
- Fix newline handling for quoted SHELL.
7a33d6
- Resolves: #219409
7a33d6
7a33d6
* Fri Feb  2 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-4
7a33d6
- Tidy up the specfile per rpmlint comments
7a33d6
- Use utf-8 and fix national characters in contributor's names
7a33d6
7a33d6
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-3
7a33d6
- Ville Skyttä: patch for non-failing %%post, %%preun
7a33d6
- Resolves: #223709
7a33d6
7a33d6
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-2
7a33d6
- make now restores rlimit to its original values before launching
7a33d6
  subprocess (#214033)
7a33d6
7a33d6
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:3.81-1.1
7a33d6
- rebuild
7a33d6
7a33d6
* Tue May 23 2006 Petr Machata <pmachata@redhat.com> - 1:3.81-1
7a33d6
- Upstream 3.81:
7a33d6
  - Contains several backwards incompatible changes.  See NEWS inside
7a33d6
    the source package to find out more.
7a33d6
- memory patch and error reporting patch were ported to this version.
7a33d6
7a33d6
* Wed Mar 15 2006 Petr Machata <pmachata@redhat.com> 1:3.80-11
7a33d6
- Applied (five years old) patch from Jonathan Kamens to allow make to
7a33d6
  handle several pattern-specific variables (#52962).
7a33d6
7a33d6
  The patch was changed so that it forces make to process pattern
7a33d6
  specific variables in the same order as they appear in file.
7a33d6
  (Upstream make behaves this way, too.)  This is change from old make
7a33d6
  behavior, which processed the variables in reverse order.  In case
7a33d6
  you used only x=a assignments, this had the effect of using the
7a33d6
  first pattern specific variable that matched.  For x+=a this just
7a33d6
  doesn't work, and it produces absolutely nonintuitive results.
7a33d6
7a33d6
- (It would be great if make's target-specific variables were handled
7a33d6
  the same way as pattern-specific ones, just without the pattern
7a33d6
  component.  However current handling is documented and considered a
7a33d6
  feature.)
7a33d6
7a33d6
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.80-10.2
7a33d6
- bump again for double-long bug on ppc(64)
7a33d6
7a33d6
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:3.80-10.1
7a33d6
- rebuilt for new gcc4.1 snapshot and glibc changes
7a33d6
7a33d6
* Thu Feb 02 2006 Petr Machata <pmachata@redhat.com> 3.80-10
7a33d6
- H.J. Lu caught a typo in the patch and provided a new one. (#175376)
7a33d6
7a33d6
* Mon Jan 09 2006 Petr Machata <pmachata@redhat.com> 3.80-9
7a33d6
- Applied patch from H.J. Lu.  Somehow reduces make's enormous memory
7a33d6
  consumption. (#175376)
7a33d6
7a33d6
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
7a33d6
- rebuilt
7a33d6
7a33d6
* Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 3.80-8
7a33d6
- make sure errno for error reporting is not lost accross _() calls
7a33d6
- report EOF on read pipe differently from read returning < 0 reporting
7a33d6
7a33d6
* Mon Mar  7 2005 Jakub Jelinek <jakub@redhat.com> 3.80-7
7a33d6
- rebuilt with GCC 4
7a33d6
7a33d6
* Mon Dec 13 2004 Jakub Jelinek <jakub@redhat.com> 3.80-6
7a33d6
- refuse -jN where N is bigger than PIPE_BUF (#142691, #17374)
7a33d6
7a33d6
* Thu Oct  7 2004 Jakub Jelinek <jakub@redhat.com> 3.80-5
7a33d6
- add URL rpm tag (#134799)
7a33d6
7a33d6
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
7a33d6
- rebuilt
7a33d6
7a33d6
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
7a33d6
- rebuilt
7a33d6
7a33d6
* Tue Dec 02 2003 Florian La Roche <Florian.LaRoche@redhat.de>
7a33d6
- add important bug-fixes from make home-page
7a33d6
7a33d6
* Sun Nov 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
7a33d6
- update to 3.80
7a33d6
7a33d6
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
7a33d6
- rebuilt
7a33d6
7a33d6
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
7a33d6
- rebuilt
7a33d6
7a33d6
* Sun Dec 29 2002 Tim Powers <timp@redhat.com>
7a33d6
- fix references to %%install in the changelog so that the package will build
7a33d6
7a33d6
* Tue Dec 03 2002 Elliot Lee <sopwith@redhat.com> 3.79.1-15
7a33d6
- _smp_mflags
7a33d6
- Fix ppc build (sys_siglist issues in patch2)
7a33d6
7a33d6
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
7a33d6
- automated rebuild
7a33d6
7a33d6
* Thu May 23 2002 Tim Powers <timp@redhat.com>
7a33d6
- automated rebuild
7a33d6
7a33d6
* Thu May 23 2002 Jakub Jelinek <jakub@redhat.com>
7a33d6
- Run make check during build
7a33d6
7a33d6
* Thu May 23 2002 Bernhard Rosenkraenzer <bero@redhat.com>
7a33d6
- Fix build with current auto* tools
7a33d6
7a33d6
* Fri Jan 25 2002 Jakub Jelinek <jakub@redhat.com>
7a33d6
- rebuilt with gcc 3.1
7a33d6
7a33d6
* Fri Jul  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
7a33d6
- s/Copyright/License/
7a33d6
- langify
7a33d6
- Make sure it isn't setgid if built as root
7a33d6
7a33d6
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
7a33d6
- Bump release + rebuild.
7a33d6
7a33d6
* Mon Aug  7 2000 Tim Waugh <twaugh@redhat.com>
7a33d6
- change info-dir entry so that 'info make' works (#15029).
7a33d6
7a33d6
* Tue Aug  1 2000 Jakub Jelinek <jakub@redhat.com>
7a33d6
- assume we don't have clock_gettime in configure, so that
7a33d6
  make is not linked against -lpthread (and thus does not
7a33d6
  limit stack to 2MB).
7a33d6
7a33d6
* Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com>
7a33d6
- add locale files (#14362).
7a33d6
7a33d6
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
7a33d6
- automatic rebuild
7a33d6
7a33d6
* Sat Jun 24 2000 Preston Brown <pbrown@redhat.com>
7a33d6
- 3.79.1 bugfix release
7a33d6
7a33d6
* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
7a33d6
- FHS packaging.
7a33d6
7a33d6
* Sun May  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
7a33d6
- Fix build for some odd situations, such as
7a33d6
  - previously installed make != GNU make
7a33d6
  - /bin/sh != bash
7a33d6
7a33d6
* Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com>
7a33d6
- update to 3.79
7a33d6
7a33d6
* Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com>
7a33d6
- add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3
7a33d6
  builds)
7a33d6
7a33d6
* Mon Feb  7 2000 Jeff Johnson <jbj@redhat.com>
7a33d6
- compress man page.
7a33d6
7a33d6
* Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com>
7a33d6
- apply patch to fix a /tmp race condition from Thomas Biege
7a33d6
- simplify %%install
7a33d6
7a33d6
* Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
7a33d6
- update to 3.78.1.
7a33d6
7a33d6
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
7a33d6
- added a serial tag so it upgrades right
7a33d6
7a33d6
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
7a33d6
- auto rebuild in the new build environment (release 5)
7a33d6
7a33d6
* Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com>
7a33d6
- added a patch for large file support in glob
7a33d6
 
7a33d6
* Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com>
7a33d6
- update to 3.77
7a33d6
7a33d6
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
7a33d6
- translations modified for de, fr, tr
7a33d6
7a33d6
* Thu Oct 16 1997 Donnie Barnes <djb@redhat.com>
7a33d6
- udpated from 3.75 to 3.76
7a33d6
- various spec file cleanups
7a33d6
- added install-info support
7a33d6
7a33d6
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
7a33d6
- built against glibc