Blame SPECS/make.spec

fbadc2
# -*- coding: utf-8 -*-
fbadc2
%global __python /usr/bin/python3
fbadc2
%{?scl:%{?scl_package:%scl_package ltrace}}
fbadc2
fbadc2
Summary: A GNU tool which simplifies the build process for users
fbadc2
Name: %{?scl_prefix}make
fbadc2
Epoch: 1
fbadc2
Version: 4.2.1
0e1d56
Release: 2%{?dist}
fbadc2
License: GPLv3+
fbadc2
URL: http://www.gnu.org/software/make/
fbadc2
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.bz2
fbadc2
fbadc2
Patch0: make-4.2-getcwd.patch
fbadc2
Patch1: make-4.0-newlines.patch
fbadc2
fbadc2
# Assume we don't have clock_gettime in configure, so that
fbadc2
# make is not linked against -lpthread (and thus does not
fbadc2
# limit stack to 2MB).
fbadc2
Patch2: make-4.0-noclock_gettime.patch
fbadc2
fbadc2
# BZs #142691, #17374
fbadc2
Patch3: make-4.2-j8k.patch
fbadc2
fbadc2
# Upstream: https://savannah.gnu.org/bugs/?30748
fbadc2
# The default value of .SHELL_FLAGS is -c.
fbadc2
Patch4: make-4.0-weird-shell.patch
fbadc2
fbadc2
# Upstream patch: https://git.savannah.gnu.org/cgit/make.git/patch/?id=193f1e81edd6b1b56b0eb0ff8aa4b41c7b4257b4
fbadc2
# Fixes wrong assumptions of glibc's glob internals.
fbadc2
Patch5: make-4.2.1-glob-fix-2.patch
fbadc2
# Upstream patch: https://git.savannah.gnu.org/cgit/make.git/patch/?id=48c8a116a914a325a0497721f5d8b58d5bba34d4
fbadc2
# Fixes incorrect use of glibc 2.27 glob internals.
fbadc2
Patch6: make-4.2.1-glob-fix.patch
fbadc2
Patch7: make-4.2.1-glob-fix-3.patch
fbadc2
fbadc2
# Perl 5.26 removed the implicit CWD in @INC.
fbadc2
Patch8: make-4.2.1-test-driver.patch
fbadc2
fbadc2
# Upstream patch: https://git.savannah.gnu.org/cgit/make.git/commit/?id=fbf71ec25a5986d9003ac16ee9e23675feac9053
fbadc2
# Adds support of guile 2.2
fbadc2
Patch9: 0001-configure.ac-SV-50648-Detect-Guile-2.2-packages.patch
fbadc2
0e1d56
# Upstream patch: https://git.savannah.gnu.org/cgit/make.git/commit/?id=b552b05251980f693c729e251f93f5225b400714
0e1d56
# Avoids hangs in parallel builds
0e1d56
Patch10: make-4.2.1-nonblocking-reads.patch
0e1d56
fbadc2
# autoreconf
fbadc2
BuildRequires: autoconf, automake, gettext-devel
fbadc2
BuildRequires: procps
fbadc2
BuildRequires: perl-interpreter
fbadc2
BuildRequires: gcc
fbadc2
fbadc2
%description
fbadc2
A GNU tool for controlling the generation of executables and other
fbadc2
non-source files of a program from the program's source files. Make
fbadc2
allows users to build and install packages without any significant
fbadc2
knowledge about the details of the build process. The details about
fbadc2
how the program should be built are provided for make in the program's
fbadc2
makefile.
fbadc2
fbadc2
%package devel
fbadc2
Summary: Header file for externally visible definitions
fbadc2
fbadc2
%description devel
fbadc2
The make-devel package contains gnumake.h.
fbadc2
fbadc2
%prep
fbadc2
%autosetup -p1 -n make-%{version}
fbadc2
fbadc2
rm -f tests/scripts/features/parallelism.orig
fbadc2
fbadc2
%build
fbadc2
autoreconf -vfi
fbadc2
fbadc2
%configure
fbadc2
%make_build
fbadc2
fbadc2
%install
fbadc2
%make_install
fbadc2
ln -sf make ${RPM_BUILD_ROOT}/%{_bindir}/gmake
fbadc2
ln -sf make.1 ${RPM_BUILD_ROOT}/%{_mandir}/man1/gmake.1
fbadc2
rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
fbadc2
fbadc2
%find_lang make
fbadc2
fbadc2
%check
fbadc2
echo ============TESTING===============
fbadc2
/usr/bin/env LANG=C make check && true
fbadc2
echo ============END TESTING===========
fbadc2
fbadc2
%files  -f make.lang
fbadc2
%license COPYING
fbadc2
%doc NEWS README AUTHORS
fbadc2
%{_bindir}/*
fbadc2
%{_mandir}/man*/*
fbadc2
%{_infodir}/*.info*
fbadc2
%{_includedir}/gnumake.h
fbadc2
fbadc2
%files devel
fbadc2
%{_includedir}/gnumake.h
fbadc2
fbadc2
%changelog
0e1d56
* Wed Jan 15 2020 DJ Delorie <dj@redhat.com> - 1:4.2.1-2
0e1d56
- Use a non-blocking read with pselect to avoid hangs. BZ #1789116
0e1d56
fbadc2
* Fri Jun 7 2019 DJ Delorie <dj@redhat.com> - 1:4.2.1-1
fbadc2
- IMPORT FROM RAWHIDE
fbadc2
- Remove guile requirement
fbadc2
fbadc2
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:4.2.1-13
fbadc2
- Run autoreconf
fbadc2
fbadc2
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:4.2.1-12
fbadc2
- Switch to latest guile version
fbadc2
fbadc2
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.2.1-11
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
fbadc2
fbadc2
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.2.1-10
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
fbadc2
fbadc2
* Wed Apr 25 2018 Patsy Griffin Franklin <pfrankli@redhat.com> 1:4.2.1-9
fbadc2
- Fix build failure caused by automake versioning differences related
fbadc2
  to the glob changes.
fbadc2
- Fix testing failure due to Perl changes related to expanding paths.
fbadc2
fbadc2
* Tue Feb 20 2018 Rex Dieter <rdieter@fedoraproject.org> - 1:4.2.1-8
fbadc2
- BR: gcc, rebuild (guile)
fbadc2
fbadc2
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.2.1-7
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
fbadc2
fbadc2
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:4.2.1-6
fbadc2
- Fix wrong assumptions of glibc's glob internals
fbadc2
fbadc2
* Thu Feb 01 2018 Richard W.M. Jones <rjones@redhat.com> - 1:4.2.1-5
fbadc2
- Add upstream patch to fix incorrect use of glibc 2.27 glob internals.
fbadc2
fbadc2
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.2.1-4
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
fbadc2
fbadc2
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.2.1-3
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
fbadc2
fbadc2
* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 4.2.1-2
fbadc2
- Add missing %%license macro
fbadc2
fbadc2
* Sun Sep 25 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.2.1-1
fbadc2
- Rebase to make-4.2.1. Remove obsolete patches. BZ #1338558
fbadc2
fbadc2
* Sun Sep 25 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.1-6
fbadc2
- Make test suite requires Perl to run.
fbadc2
fbadc2
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.1-5
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
fbadc2
fbadc2
* Wed Nov  4 2015 Patsy Franklin <pfrankli@redhat.com> 1:4.1-4
fbadc2
- Handle NULL returns from ttyname() Upstream Bug 43434.
fbadc2
  Resolves: #1277968
fbadc2
fbadc2
* Thu Oct 29 2015 Patsy Franklin <pfrankli@redhat.com> 1:4.1-3
fbadc2
- Enable Guile support.
fbadc2
fbadc2
* Thu Oct 29 2015 Patsy Franklin <pfrankli@redhat.com> 1:4.1-2
fbadc2
- Include patches dropped in last update as they fix reported bugs and
fbadc2
  update the spec file to include more info on the patches.
fbadc2
fbadc2
* Sat Oct 24 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@laptop> - 1:4.1-1
fbadc2
- Update to latest version
fbadc2
fbadc2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.0-5.1
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
fbadc2
fbadc2
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1:4.0-4.1
fbadc2
- Rebuilt for Fedora 23 Change
fbadc2
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
fbadc2
fbadc2
* Wed Sep 03 2014 Kyle McMartin <kyle@fedoraproject.org> - 1:4.0-3.1
fbadc2
- Pass the test-suite unconditionally until I fix the tests to cope with
fbadc2
  deterministic ar archives (which result in expected rebuilds not occuring)
fbadc2
fbadc2
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.0-3
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fbadc2
fbadc2
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.0-2
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
fbadc2
fbadc2
* Wed Apr 30 2014 Patsy Franklin <pfrankli@redhat.com> 1:4.0-1
fbadc2
- Rebase to make-4.0
fbadc2
  - Created make-devel sub-package to handle new dependency on gnumake.h.
fbadc2
fbadc2
* Thu Aug 22 2013 Petr Machata <pmachata@redhat.com> - 1:3.82-19
fbadc2
- make now restores rlimit to its original values before launching
fbadc2
  subprocess via $(shell) (make-3.82-func_shell-rlimit.patch)
fbadc2
- Determinize one test (make-3.82-tests-SECONDARY.patch)
fbadc2
fbadc2
* Fri Jul 26 2013 Petr Machata <pmachata@redhat.com> - 1:3.82-18
fbadc2
- Backport upstream patch that adds wildcard expansion to pattern
fbadc2
  rules. (make-3.82-stem_glob.patch)
fbadc2
fbadc2
* Wed Jun 19 2013 Petr Machata <pmachata@redhat.com> - 1:3.82-17
fbadc2
- Add another fix for upstream bug 30612
fbadc2
fbadc2
* Thu Apr  4 2013 Petr Machata <pmachata@redhat.com> - 1:3.82-16
fbadc2
- Update config.sub and config.guess to support aarch64
fbadc2
fbadc2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-15
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fbadc2
fbadc2
* Thu Nov 29 2012 Petr Machata <pmachata@redhat.com> - 1:3.82-14
fbadc2
- Drop patch5, which hasn't been applied for years
fbadc2
fbadc2
* Mon Sep 10 2012 Petr Machata <pmachata@redhat.com> - 1:3.82-13
fbadc2
- Add fix for upstream bug 30653
fbadc2
- Resolves: #835424
fbadc2
fbadc2
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-12
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fbadc2
fbadc2
* Tue Mar 13 2012 Petr Machata <pmachata@redhat.com> - 1:3.82-11
fbadc2
- Add a patch for avoiding glob if possible by Michael Meeks
fbadc2
fbadc2
* Mon Mar 12 2012 Petr Machata <pmachata@redhat.com> - 1:3.82-10
fbadc2
- Apply the following patches, proposed upstream by Norbert Thiebaud:
fbadc2
  - A patch for warning on call of undefined function
fbadc2
  - A patch for tracing calls to "eval" and "call"
fbadc2
fbadc2
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-9
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fbadc2
fbadc2
* Thu Nov  3 2011 Petr Machata <pmachata@redhat.com> - 1:3.82-8
fbadc2
- Add a patch for preserving -j across Makefile rebuild
fbadc2
- Resolves: #698702
fbadc2
fbadc2
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-7
fbadc2
- Rebuilt for glibc bug#747377
fbadc2
fbadc2
* Thu May 12 2011 Lubomir Rintel <lkundrak@v3.sk> - 1:3.82-6
fbadc2
- Fix free-after-use with nested assignments (#703104)
fbadc2
fbadc2
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-5
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fbadc2
fbadc2
* Wed Oct 27 2010 Petr Machata <pmachata@redhat.com> - 1:3.82-4
fbadc2
- Fix a discrepancy between behavior of find_next_token and
fbadc2
  pre-allocation of token memory in func_sort.
fbadc2
- Resolves: #643359
fbadc2
fbadc2
* Wed Sep 29 2010 jkeating - 1:3.82-3
fbadc2
- Rebuilt for gcc bug 634757
fbadc2
fbadc2
* Mon Sep 13 2010 Petr Machata <pmachata@redhat.com> - 1:3.82-2
fbadc2
- Add upstream fixes for upstream bugs 30612 and 30723
fbadc2
- Resolves: #631552
fbadc2
fbadc2
* Wed Aug 11 2010 Petr Machata <pmachata@redhat.com> - 1:3.82-1
fbadc2
- Upstream 3.82:
fbadc2
  - Drop rlimit, fdleak, strcpy-overlap, recursion-test, double-free
fbadc2
    patches, make supports this functionality now
fbadc2
  - Disable the memory patch for the time being
fbadc2
  - Port remaining patches
fbadc2
  - Add weird-shell patch, upstream bug 30748
fbadc2
- Resolves: #618998
fbadc2
fbadc2
* Wed Aug 11 2010 Petr Machata <pmachata@redhat.com> - 1:3.81-21
fbadc2
- Add BR procps
fbadc2
- Resolves: #616813
fbadc2
fbadc2
* Thu Jul  1 2010 Petr Machata <pmachata@redhat.com> - 1:3.81-20
fbadc2
- Add a patch by Steve Kemp @debian that might fix the double free
fbadc2
  problem.
fbadc2
- Related: #609806
fbadc2
fbadc2
* Fri Jun  4 2010 Petr Machata <pmachata@redhat.com> - 1:3.81-19
fbadc2
- Fix testsuite on F13
fbadc2
- Resolves: #600004
fbadc2
fbadc2
* Tue Aug 11 2009 Petr Machata <pmachata@redhat.com> - 1:3.81-18
fbadc2
- Fix installation with --excludedocs
fbadc2
- Resolves: #515917
fbadc2
fbadc2
* Fri Jul 31 2009 Petr Machata <pmachata@redhat.com> - 1:3.81-17
fbadc2
- Replace the use of strcpy on overlapping areas with memmove
fbadc2
- Resolves: #514721
fbadc2
fbadc2
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.81-16
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
fbadc2
fbadc2
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.81-15
fbadc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fbadc2
fbadc2
* Mon Sep 22 2008 Petr Machata <pmachata@redhat.com> - 1:3.81-14
fbadc2
- Fix patches to apply cleanly with fuzz=0
fbadc2
fbadc2
* Tue Sep 16 2008 Petr Machata <pmachata@redhat.com> - 1:3.81-13
fbadc2
- Mark opened files as cloexec to prevent their leaking through fork
fbadc2
- Resolves: #462090
fbadc2
fbadc2
* Tue Mar 25 2008 Petr Machata <pmachata@redhat.com> - 1:3.81-12
fbadc2
- Fix the rlimit patch.  The success flag is kept in memory shared
fbadc2
  with parent process after vfork, and so cannot be reset.
fbadc2
- Related: #214033
fbadc2
fbadc2
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:3.81-11
fbadc2
- Autorebuild for GCC 4.3
fbadc2
fbadc2
* Thu Oct  4 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-10
fbadc2
- Fix parallel builds with reexec.
fbadc2
- Related: #212111, #211290
fbadc2
fbadc2
* Thu Oct  4 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-8
fbadc2
- Cleaned up per merge review.
fbadc2
- Related: #226120
fbadc2
fbadc2
* Thu Aug 16 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-7
fbadc2
- Fix licensing tag.
fbadc2
fbadc2
* Fri Mar 16 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-6
fbadc2
- Always run testsuite with C locale.
fbadc2
- Resolves: #232607
fbadc2
fbadc2
* Thu Feb 22 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-5
fbadc2
- Fix newline handling for quoted SHELL.
fbadc2
- Resolves: #219409
fbadc2
fbadc2
* Fri Feb  2 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-4
fbadc2
- Tidy up the specfile per rpmlint comments
fbadc2
- Use utf-8 and fix national characters in contributor's names
fbadc2
fbadc2
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-3
fbadc2
- Ville Skyttä: patch for non-failing %%post, %%preun
fbadc2
- Resolves: #223709
fbadc2
fbadc2
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-2
fbadc2
- make now restores rlimit to its original values before launching
fbadc2
  subprocess (#214033)
fbadc2
fbadc2
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:3.81-1.1
fbadc2
- rebuild
fbadc2
fbadc2
* Tue May 23 2006 Petr Machata <pmachata@redhat.com> - 1:3.81-1
fbadc2
- Upstream 3.81:
fbadc2
  - Contains several backwards incompatible changes.  See NEWS inside
fbadc2
    the source package to find out more.
fbadc2
- memory patch and error reporting patch were ported to this version.
fbadc2
fbadc2
* Wed Mar 15 2006 Petr Machata <pmachata@redhat.com> 1:3.80-11
fbadc2
- Applied (five years old) patch from Jonathan Kamens to allow make to
fbadc2
  handle several pattern-specific variables (#52962).
fbadc2
fbadc2
  The patch was changed so that it forces make to process pattern
fbadc2
  specific variables in the same order as they appear in file.
fbadc2
  (Upstream make behaves this way, too.)  This is change from old make
fbadc2
  behavior, which processed the variables in reverse order.  In case
fbadc2
  you used only x=a assignments, this had the effect of using the
fbadc2
  first pattern specific variable that matched.  For x+=a this just
fbadc2
  doesn't work, and it produces absolutely nonintuitive results.
fbadc2
fbadc2
- (It would be great if make's target-specific variables were handled
fbadc2
  the same way as pattern-specific ones, just without the pattern
fbadc2
  component.  However current handling is documented and considered a
fbadc2
  feature.)
fbadc2
fbadc2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.80-10.2
fbadc2
- bump again for double-long bug on ppc(64)
fbadc2
fbadc2
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:3.80-10.1
fbadc2
- rebuilt for new gcc4.1 snapshot and glibc changes
fbadc2
fbadc2
* Thu Feb 02 2006 Petr Machata <pmachata@redhat.com> 3.80-10
fbadc2
- H.J. Lu caught a typo in the patch and provided a new one. (#175376)
fbadc2
fbadc2
* Mon Jan 09 2006 Petr Machata <pmachata@redhat.com> 3.80-9
fbadc2
- Applied patch from H.J. Lu.  Somehow reduces make's enormous memory
fbadc2
  consumption. (#175376)
fbadc2
fbadc2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
fbadc2
- rebuilt
fbadc2
fbadc2
* Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 3.80-8
fbadc2
- make sure errno for error reporting is not lost accross _() calls
fbadc2
- report EOF on read pipe differently from read returning < 0 reporting
fbadc2
fbadc2
* Mon Mar  7 2005 Jakub Jelinek <jakub@redhat.com> 3.80-7
fbadc2
- rebuilt with GCC 4
fbadc2
fbadc2
* Mon Dec 13 2004 Jakub Jelinek <jakub@redhat.com> 3.80-6
fbadc2
- refuse -jN where N is bigger than PIPE_BUF (#142691, #17374)
fbadc2
fbadc2
* Thu Oct  7 2004 Jakub Jelinek <jakub@redhat.com> 3.80-5
fbadc2
- add URL rpm tag (#134799)
fbadc2
fbadc2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
fbadc2
- rebuilt
fbadc2
fbadc2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
fbadc2
- rebuilt
fbadc2
fbadc2
* Tue Dec 02 2003 Florian La Roche <Florian.LaRoche@redhat.de>
fbadc2
- add important bug-fixes from make home-page
fbadc2
fbadc2
* Sun Nov 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
fbadc2
- update to 3.80
fbadc2
fbadc2
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
fbadc2
- rebuilt
fbadc2
fbadc2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
fbadc2
- rebuilt
fbadc2
fbadc2
* Sun Dec 29 2002 Tim Powers <timp@redhat.com>
fbadc2
- fix references to %%install in the changelog so that the package will build
fbadc2
fbadc2
* Tue Dec 03 2002 Elliot Lee <sopwith@redhat.com> 3.79.1-15
fbadc2
- _smp_mflags
fbadc2
- Fix ppc build (sys_siglist issues in patch2)
fbadc2
fbadc2
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
fbadc2
- automated rebuild
fbadc2
fbadc2
* Thu May 23 2002 Tim Powers <timp@redhat.com>
fbadc2
- automated rebuild
fbadc2
fbadc2
* Thu May 23 2002 Jakub Jelinek <jakub@redhat.com>
fbadc2
- Run make check during build
fbadc2
fbadc2
* Thu May 23 2002 Bernhard Rosenkraenzer <bero@redhat.com>
fbadc2
- Fix build with current auto* tools
fbadc2
fbadc2
* Fri Jan 25 2002 Jakub Jelinek <jakub@redhat.com>
fbadc2
- rebuilt with gcc 3.1
fbadc2
fbadc2
* Fri Jul  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
fbadc2
- s/Copyright/License/
fbadc2
- langify
fbadc2
- Make sure it isn't setgid if built as root
fbadc2
fbadc2
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
fbadc2
- Bump release + rebuild.
fbadc2
fbadc2
* Mon Aug  7 2000 Tim Waugh <twaugh@redhat.com>
fbadc2
- change info-dir entry so that 'info make' works (#15029).
fbadc2
fbadc2
* Tue Aug  1 2000 Jakub Jelinek <jakub@redhat.com>
fbadc2
- assume we don't have clock_gettime in configure, so that
fbadc2
  make is not linked against -lpthread (and thus does not
fbadc2
  limit stack to 2MB).
fbadc2
fbadc2
* Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com>
fbadc2
- add locale files (#14362).
fbadc2
fbadc2
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
fbadc2
- automatic rebuild
fbadc2
fbadc2
* Sat Jun 24 2000 Preston Brown <pbrown@redhat.com>
fbadc2
- 3.79.1 bugfix release
fbadc2
fbadc2
* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
fbadc2
- FHS packaging.
fbadc2
fbadc2
* Sun May  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
fbadc2
- Fix build for some odd situations, such as
fbadc2
  - previously installed make != GNU make
fbadc2
  - /bin/sh != bash
fbadc2
fbadc2
* Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com>
fbadc2
- update to 3.79
fbadc2
fbadc2
* Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com>
fbadc2
- add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3
fbadc2
  builds)
fbadc2
fbadc2
* Mon Feb  7 2000 Jeff Johnson <jbj@redhat.com>
fbadc2
- compress man page.
fbadc2
fbadc2
* Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com>
fbadc2
- apply patch to fix a /tmp race condition from Thomas Biege
fbadc2
- simplify %%install
fbadc2
fbadc2
* Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
fbadc2
- update to 3.78.1.
fbadc2
fbadc2
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
fbadc2
- added a serial tag so it upgrades right
fbadc2
fbadc2
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
fbadc2
- auto rebuild in the new build environment (release 5)
fbadc2
fbadc2
* Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com>
fbadc2
- added a patch for large file support in glob
fbadc2
fbadc2
* Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com>
fbadc2
- update to 3.77
fbadc2
fbadc2
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
fbadc2
- translations modified for de, fr, tr
fbadc2
fbadc2
* Thu Oct 16 1997 Donnie Barnes <djb@redhat.com>
fbadc2
- udpated from 3.75 to 3.76
fbadc2
- various spec file cleanups
fbadc2
- added install-info support
fbadc2
fbadc2
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
fbadc2
- built against glibc