19962f8
# -*- coding: utf-8 -*-
19962f8
Summary: A GNU tool which simplifies the build process for users
cvsdist 39c1b9e
Name: make
cvsdist 39c1b9e
Epoch: 1
2bfdac0
Version: 4.2.1
539d555
Release: 4%{?dist}
7b4e48e
License: GPLv3+
cvsdist 39c1b9e
Group: Development/Tools
aaabb91
URL: http://www.gnu.org/software/make/
cvsdist d320491
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.bz2
Petr Machata e8bdb89
2bfdac0
Patch0: make-4.2-getcwd.patch
2d4dfd6
Patch1: make-4.0-newlines.patch
Petr Machata 19e83e3
2d4dfd6
# Assume we don't have clock_gettime in configure, so that
2d4dfd6
# make is not linked against -lpthread (and thus does not
2d4dfd6
# limit stack to 2MB).
2d4dfd6
Patch2: make-4.0-noclock_gettime.patch
2d4dfd6
2d4dfd6
# BZs #142691, #17374
2bfdac0
Patch3: make-4.2-j8k.patch
2d4dfd6
2d4dfd6
# Upstream: https://savannah.gnu.org/bugs/?30748
2d4dfd6
# The default value of .SHELL_FLAGS is -c.
2bfdac0
Patch4: make-4.0-weird-shell.patch
ec9e7e7
2d4dfd6
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
19962f8
Requires(post): /sbin/install-info
19962f8
Requires(preun): /sbin/install-info
Petr Machata 83d3b5a
BuildRequires: procps
ef864d2
BuildRequires: perl-interpreter
5fe9b3a
BuildRequires: guile-devel
cvsdist 39c1b9e
cvsdist 39c1b9e
%description
cvsdist 39c1b9e
A GNU tool for controlling the generation of executables and other
cvsdist 83a73bc
non-source files of a program from the program's source files. Make
cvsdist 39c1b9e
allows users to build and install packages without any significant
cvsdist 83a73bc
knowledge about the details of the build process. The details about
cvsdist 39c1b9e
how the program should be built are provided for make in the program's
cvsdist 39c1b9e
makefile.
cvsdist 39c1b9e
7b4e48e
%package devel
7b4e48e
Summary: Header file for externally visible definitions
7b4e48e
Group: Development/Libraries
7b4e48e
7b4e48e
%description devel
7b4e48e
The make-devel package contains gnumake.h.
7b4e48e
cvsdist 39c1b9e
%prep
2d4dfd6
%setup -q
2d4dfd6
%patch0 -p1
2d4dfd6
%patch1 -p1
2d4dfd6
%patch2 -p1
2d4dfd6
%patch3 -p1
2d4dfd6
%patch4 -p1
Petr Machata 7cf149f
Petr Machata 3c30cb1
rm -f tests/scripts/features/parallelism.orig
cvsdist 39c1b9e
cvsdist 39c1b9e
%build
5fe9b3a
%configure --with-guile
cvsdist 7da83e4
make %{?_smp_mflags}
cvsdist 39c1b9e
cvsdist 39c1b9e
%install
2d4dfd6
rm -rf ${RPM_BUILD_ROOT}
2d4dfd6
make DESTDIR=$RPM_BUILD_ROOT install
19962f8
ln -sf make ${RPM_BUILD_ROOT}/%{_bindir}/gmake
9f841d9
ln -sf make.1 ${RPM_BUILD_ROOT}/%{_mandir}/man1/gmake.1
19962f8
rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
cvsdist b1e8faa
cvsdist b1e8faa
%find_lang %name
cvsdist 39c1b9e
6611600
%check
6611600
echo ============TESTING===============
Kyle McMartin bdf98ed
/usr/bin/env LANG=C make check && true
6611600
echo ============END TESTING===========
6611600
2d4dfd6
%clean
2d4dfd6
rm -rf ${RPM_BUILD_ROOT}
2d4dfd6
cvsdist 39c1b9e
%post
bed4db9
if [ -f %{_infodir}/make.info.gz ]; then # for --excludedocs
bed4db9
   /sbin/install-info %{_infodir}/make.info.gz %{_infodir}/dir --entry="* Make: (make).                 The GNU make utility." || :
bed4db9
fi
cvsdist 39c1b9e
cvsdist 39c1b9e
%preun
cvsdist 39c1b9e
if [ $1 = 0 ]; then
bed4db9
   if [ -f %{_infodir}/make.info.gz ]; then # for --excludedocs
bed4db9
      /sbin/install-info --delete %{_infodir}/make.info.gz %{_infodir}/dir --entry="* Make: (make).                 The GNU make utility." || :
bed4db9
   fi
cvsdist 39c1b9e
fi
cvsdist 39c1b9e
cvsdist b1e8faa
%files  -f %{name}.lang
2d4dfd6
%defattr(-,root,root)
966e01f
%license COPYING
966e01f
%doc NEWS README AUTHORS
cvsdist 39c1b9e
%{_bindir}/*
cvsdist 39c1b9e
%{_mandir}/man*/*
cvsdist 39c1b9e
%{_infodir}/*.info*
7b4e48e
%{_includedir}/gnumake.h
7b4e48e
7b4e48e
%files devel
2d4dfd6
%defattr(-,root,root)
7b4e48e
%{_includedir}/gnumake.h
cvsdist 39c1b9e
cvsdist 39c1b9e
%changelog
539d555
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.2.1-4
539d555
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
539d555
7a6a3ab
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.2.1-3
7a6a3ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7a6a3ab
966e01f
* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 4.2.1-2
966e01f
- Add missing %%license macro
966e01f
2bfdac0
* Sun Sep 25 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.2.1-1
2bfdac0
- Rebase to make-4.2.1. Remove obsolete patches. BZ #1338558
2bfdac0
d6bbfbf
* Sun Sep 25 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.1-6
d6bbfbf
- Make test suite requires Perl to run.
d6bbfbf
3fc63a3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.1-5
3fc63a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3fc63a3
ec9e7e7
* Wed Nov  4 2015 Patsy Franklin <pfrankli@redhat.com> 1:4.1-4
ec9e7e7
- Handle NULL returns from ttyname() Upstream Bug 43434.  
ec9e7e7
  Resolves: #1277968
ec9e7e7
5fe9b3a
* Thu Oct 29 2015 Patsy Franklin <pfrankli@redhat.com> 1:4.1-3
5fe9b3a
- Enable Guile support.
5fe9b3a
2d4dfd6
* Thu Oct 29 2015 Patsy Franklin <pfrankli@redhat.com> 1:4.1-2
2d4dfd6
- Include patches dropped in last update as they fix reported bugs and
2d4dfd6
  update the spec file to include more info on the patches.
2d4dfd6
e549487
* Sat Oct 24 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@laptop> - 1:4.1-1
e549487
- Update to latest version
e549487
97dd22f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.0-5.1
97dd22f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
97dd22f
16e4359
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1:4.0-4.1
16e4359
- Rebuilt for Fedora 23 Change
16e4359
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
16e4359
Kyle McMartin bdf98ed
* Wed Sep 03 2014 Kyle McMartin <kyle@fedoraproject.org> - 1:4.0-3.1
Kyle McMartin bdf98ed
- Pass the test-suite unconditionally until I fix the tests to cope with
Kyle McMartin bdf98ed
  deterministic ar archives (which result in expected rebuilds not occuring)
Kyle McMartin bdf98ed
ee7f908
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.0-3
ee7f908
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ee7f908
e62c874
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.0-2
e62c874
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e62c874
7b4e48e
* Wed Apr 30 2014 Patsy Franklin <pfrankli@redhat.com> 1:4.0-1
7b4e48e
- Rebase to make-4.0
7b4e48e
  - Created make-devel sub-package to handle new dependency on gnumake.h.
7b4e48e
Petr Machata 7cf149f
* Thu Aug 22 2013 Petr Machata <pmachata@redhat.com> - 1:3.82-19
Petr Machata 7cf149f
- make now restores rlimit to its original values before launching
Petr Machata 7cf149f
  subprocess via $(shell) (make-3.82-func_shell-rlimit.patch)
Petr Machata 7cf149f
- Determinize one test (make-3.82-tests-SECONDARY.patch)
Petr Machata 7cf149f
Petr Machata ba10d75
* Fri Jul 26 2013 Petr Machata <pmachata@redhat.com> - 1:3.82-18
Petr Machata ba10d75
- Backport upstream patch that adds wildcard expansion to pattern
Petr Machata ba10d75
  rules. (make-3.82-stem_glob.patch)
Petr Machata ba10d75
Petr Machata 201e8d2
* Wed Jun 19 2013 Petr Machata <pmachata@redhat.com> - 1:3.82-17
Petr Machata 201e8d2
- Add another fix for upstream bug 30612
Petr Machata 201e8d2
Petr Machata c2611a7
* Thu Apr  4 2013 Petr Machata <pmachata@redhat.com> - 1:3.82-16
Petr Machata c2611a7
- Update config.sub and config.guess to support aarch64
Petr Machata c2611a7
aa3f813
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-15
aa3f813
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
aa3f813
Petr Machata 4cf7c2d
* Thu Nov 29 2012 Petr Machata <pmachata@redhat.com> - 1:3.82-14
Petr Machata 4cf7c2d
- Drop patch5, which hasn't been applied for years
Petr Machata 4cf7c2d
Petr Machata 3c30cb1
* Mon Sep 10 2012 Petr Machata <pmachata@redhat.com> - 1:3.82-13
Petr Machata 3c30cb1
- Add fix for upstream bug 30653
Petr Machata 3c30cb1
- Resolves: #835424
Petr Machata 3c30cb1
f922366
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-12
f922366
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f922366
Petr Machata c662835
* Tue Mar 13 2012 Petr Machata <pmachata@redhat.com> - 1:3.82-11
Petr Machata c662835
- Add a patch for avoiding glob if possible by Michael Meeks
Petr Machata c662835
Petr Machata e8bdb89
* Mon Mar 12 2012 Petr Machata <pmachata@redhat.com> - 1:3.82-10
Petr Machata e8bdb89
- Apply the following patches, proposed upstream by Norbert Thiebaud:
Petr Machata e8bdb89
  - A patch for warning on call of undefined function
Petr Machata e8bdb89
  - A patch for tracing calls to "eval" and "call"
Petr Machata e8bdb89
73b059a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-9
73b059a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
73b059a
Petr Machata d15338d
* Thu Nov  3 2011 Petr Machata <pmachata@redhat.com> - 1:3.82-8
Petr Machata 88ea130
- Add a patch for preserving -j across Makefile rebuild
Petr Machata 88ea130
- Resolves: #698702
Petr Machata 88ea130
122b5f0
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-7
122b5f0
- Rebuilt for glibc bug#747377
122b5f0
7b4e48e
* Thu May 12 2011 Lubomir Rintel <lkundrak@v3.sk> - 1:3.82-6
2257aac
- Fix free-after-use with nested assignments (#703104)
2257aac
f429285
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-5
f429285
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f429285
Petr Machata ccbdcb6
* Wed Oct 27 2010 Petr Machata <pmachata@redhat.com> - 1:3.82-4
Petr Machata 4527792
- Fix a discrepancy between behavior of find_next_token and
Petr Machata 4527792
  pre-allocation of token memory in func_sort.
Petr Machata 4527792
- Resolves: #643359
Petr Machata 4527792
Jesse Keating 9f8da0d
* Wed Sep 29 2010 jkeating - 1:3.82-3
Jesse Keating 9f8da0d
- Rebuilt for gcc bug 634757
Jesse Keating 9f8da0d
Petr Machata 656d7d1
* Mon Sep 13 2010 Petr Machata <pmachata@redhat.com> - 1:3.82-2
Petr Machata 656d7d1
- Add upstream fixes for upstream bugs 30612 and 30723
Petr Machata 656d7d1
- Resolves: #631552
Petr Machata 656d7d1
Petr Machata 8105161
* Wed Aug 11 2010 Petr Machata <pmachata@redhat.com> - 1:3.82-1
Petr Machata 8105161
- Upstream 3.82:
Petr Machata 8105161
  - Drop rlimit, fdleak, strcpy-overlap, recursion-test, double-free
Petr Machata 8105161
    patches, make supports this functionality now
Petr Machata 8105161
  - Disable the memory patch for the time being
Petr Machata 8105161
  - Port remaining patches
Petr Machata 8105161
  - Add weird-shell patch, upstream bug 30748
Petr Machata 8105161
- Resolves: #618998
Petr Machata 8105161
Petr Machata 83d3b5a
* Wed Aug 11 2010 Petr Machata <pmachata@redhat.com> - 1:3.81-21
Petr Machata 83d3b5a
- Add BR procps
Petr Machata 83d3b5a
- Resolves: #616813
Petr Machata 83d3b5a
1be63b1
* Thu Jul  1 2010 Petr Machata <pmachata@redhat.com> - 1:3.81-20
1be63b1
- Add a patch by Steve Kemp @debian that might fix the double free
1be63b1
  problem.
1be63b1
- Related: #609806
1be63b1
9c0942e
* Fri Jun  4 2010 Petr Machata <pmachata@redhat.com> - 1:3.81-19
9c0942e
- Fix testsuite on F13
9c0942e
- Resolves: #600004
9c0942e
bed4db9
* Tue Aug 11 2009 Petr Machata <pmachata@redhat.com> - 1:3.81-18
bed4db9
- Fix installation with --excludedocs
bed4db9
- Resolves: #515917
bed4db9
f9dc59f
* Fri Jul 31 2009 Petr Machata <pmachata@redhat.com> - 1:3.81-17
bed4db9
- Replace the use of strcpy on overlapping areas with memmove
f9dc59f
- Resolves: #514721
f9dc59f
7b15cec
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.81-16
7b15cec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7b15cec
63abf03
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.81-15
63abf03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
63abf03
9d4c989
* Mon Sep 22 2008 Petr Machata <pmachata@redhat.com> - 1:3.81-14
9d4c989
- Fix patches to apply cleanly with fuzz=0
9d4c989
e801fa1
* Tue Sep 16 2008 Petr Machata <pmachata@redhat.com> - 1:3.81-13
e801fa1
- Mark opened files as cloexec to prevent their leaking through fork
e801fa1
- Resolves: #462090
e801fa1
eb9bbd3
* Tue Mar 25 2008 Petr Machata <pmachata@redhat.com> - 1:3.81-12
eb9bbd3
- Fix the rlimit patch.  The success flag is kept in memory shared
eb9bbd3
  with parent process after vfork, and so cannot be reset.
eb9bbd3
- Related: #214033
eb9bbd3
5710b6e
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:3.81-11
5710b6e
- Autorebuild for GCC 4.3
5710b6e
d199711
* Thu Oct  4 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-10
f5e8b6c
- Fix parallel builds with reexec.
f5e8b6c
- Related: #212111, #211290
f5e8b6c
9f841d9
* Thu Oct  4 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-8
9f841d9
- Cleaned up per merge review.
9f841d9
- Related: #226120
9f841d9
6c7d4da
* Thu Aug 16 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-7
6c7d4da
- Fix licensing tag.
6c7d4da
1579d07
* Fri Mar 16 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-6
1579d07
- Always run testsuite with C locale.
1579d07
- Resolves: #232607
1579d07
e74898a
* Thu Feb 22 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-5
e74898a
- Fix newline handling for quoted SHELL.
2268e42
- Resolves: #219409
e74898a
5b7218c
* Fri Feb  2 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-4
19962f8
- Tidy up the specfile per rpmlint comments
19962f8
- Use utf-8 and fix national characters in contributor's names
19962f8
fd6e9c4
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-3
19962f8
- Ville Skyttä: patch for non-failing %%post, %%preun
fd6e9c4
- Resolves: #223709
fd6e9c4
2a3871a
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-2
2a3871a
- make now restores rlimit to its original values before launching
2a3871a
  subprocess (#214033)
2a3871a
ff58089
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:3.81-1.1
ff58089
- rebuild
ff58089
0146d90
* Tue May 23 2006 Petr Machata <pmachata@redhat.com> - 1:3.81-1
0146d90
- Upstream 3.81:
0146d90
  - Contains several backwards incompatible changes.  See NEWS inside
0146d90
    the source package to find out more.
0146d90
- memory patch and error reporting patch were ported to this version.
0146d90
6611600
* Wed Mar 15 2006 Petr Machata <pmachata@redhat.com> 1:3.80-11
6611600
- Applied (five years old) patch from Jonathan Kamens to allow make to
6611600
  handle several pattern-specific variables (#52962).
6611600
6611600
  The patch was changed so that it forces make to process pattern
6611600
  specific variables in the same order as they appear in file.
6611600
  (Upstream make behaves this way, too.)  This is change from old make
6611600
  behavior, which processed the variables in reverse order.  In case
6611600
  you used only x=a assignments, this had the effect of using the
6611600
  first pattern specific variable that matched.  For x+=a this just
6611600
  doesn't work, and it produces absolutely nonintuitive results.
6611600
6611600
- (It would be great if make's target-specific variables were handled
6611600
  the same way as pattern-specific ones, just without the pattern
6611600
  component.  However current handling is documented and considered a
6611600
  feature.)
6611600
af60a29
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.80-10.2
af60a29
- bump again for double-long bug on ppc(64)
af60a29
3d5c4c0
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:3.80-10.1
3d5c4c0
- rebuilt for new gcc4.1 snapshot and glibc changes
3d5c4c0
7b4e48e
* Thu Feb 02 2006 Petr Machata <pmachata@redhat.com> 3.80-10
f0a6742
- H.J. Lu caught a typo in the patch and provided a new one. (#175376)
f0a6742
8f54b1d
* Mon Jan 09 2006 Petr Machata <pmachata@redhat.com> 3.80-9
f0a6742
- Applied patch from H.J. Lu.  Somehow reduces make's enormous memory
f0a6742
  consumption. (#175376)
8f54b1d
31817bd
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
31817bd
- rebuilt
31817bd
ebecf34
* Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 3.80-8
ebecf34
- make sure errno for error reporting is not lost accross _() calls
ebecf34
- report EOF on read pipe differently from read returning < 0 reporting
ebecf34
9023218
* Mon Mar  7 2005 Jakub Jelinek <jakub@redhat.com> 3.80-7
9dc7def
- rebuilt with GCC 4
9dc7def
a38a0f7
* Mon Dec 13 2004 Jakub Jelinek <jakub@redhat.com> 3.80-6
a38a0f7
- refuse -jN where N is bigger than PIPE_BUF (#142691, #17374)
a38a0f7
aaabb91
* Thu Oct  7 2004 Jakub Jelinek <jakub@redhat.com> 3.80-5
aaabb91
- add URL rpm tag (#134799)
aaabb91
cvsdist 80bc026
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 80bc026
- rebuilt
cvsdist 80bc026
cvsdist 602a3e6
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 602a3e6
- rebuilt
cvsdist 602a3e6
cvsdist 8ebb889
* Tue Dec 02 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 8ebb889
- add important bug-fixes from make home-page
cvsdist 8ebb889
cvsdist d320491
* Sun Nov 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist d320491
- update to 3.80
cvsdist d320491
cvsdist 6e166d7
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 6e166d7
- rebuilt
cvsdist 6e166d7
cvsdist 7da83e4
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 7da83e4
- rebuilt
cvsdist 7da83e4
cvsdist 7da83e4
* Sun Dec 29 2002 Tim Powers <timp@redhat.com>
cvsdist 7da83e4
- fix references to %%install in the changelog so that the package will build
cvsdist 7da83e4
cvsdist 7da83e4
* Tue Dec 03 2002 Elliot Lee <sopwith@redhat.com> 3.79.1-15
cvsdist 7da83e4
- _smp_mflags
cvsdist 7da83e4
- Fix ppc build (sys_siglist issues in patch2)
cvsdist 7da83e4
cvsdist 101b4ae
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 101b4ae
- automated rebuild
cvsdist 101b4ae
cvsdist a5cf452
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist a5cf452
- automated rebuild
cvsdist a5cf452
cvsdist a5cf452
* Thu May 23 2002 Jakub Jelinek <jakub@redhat.com>
cvsdist a5cf452
- Run make check during build
cvsdist a5cf452
cvsdist a5cf452
* Thu May 23 2002 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist a5cf452
- Fix build with current auto* tools
cvsdist a5cf452
cvsdist 83a73bc
* Fri Jan 25 2002 Jakub Jelinek <jakub@redhat.com>
cvsdist 83a73bc
- rebuilt with gcc 3.1
cvsdist 83a73bc
19962f8
* Fri Jul  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b1e8faa
- s/Copyright/License/
cvsdist b1e8faa
- langify
cvsdist b1e8faa
- Make sure it isn't setgid if built as root
cvsdist b1e8faa
cvsdist 3789d5a
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
cvsdist 3789d5a
- Bump release + rebuild.
cvsdist 3789d5a
cvsdist 39c1b9e
* Mon Aug  7 2000 Tim Waugh <twaugh@redhat.com>
cvsdist 39c1b9e
- change info-dir entry so that 'info make' works (#15029).
cvsdist 39c1b9e
cvsdist 39c1b9e
* Tue Aug  1 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 39c1b9e
- assume we don't have clock_gettime in configure, so that
cvsdist 39c1b9e
  make is not linked against -lpthread (and thus does not
cvsdist 39c1b9e
  limit stack to 2MB).
cvsdist 39c1b9e
cvsdist 39c1b9e
* Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 39c1b9e
- add locale files (#14362).
cvsdist 39c1b9e
cvsdist 39c1b9e
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 39c1b9e
- automatic rebuild
cvsdist 39c1b9e
cvsdist 39c1b9e
* Sat Jun 24 2000 Preston Brown <pbrown@redhat.com>
cvsdist 39c1b9e
- 3.79.1 bugfix release
cvsdist 39c1b9e
cvsdist 39c1b9e
* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 39c1b9e
- FHS packaging.
cvsdist 39c1b9e
cvsdist 39c1b9e
* Sun May  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 39c1b9e
- Fix build for some odd situations, such as
cvsdist 39c1b9e
  - previously installed make != GNU make
cvsdist 39c1b9e
  - /bin/sh != bash
cvsdist 39c1b9e
cvsdist 39c1b9e
* Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 39c1b9e
- update to 3.79
cvsdist 39c1b9e
cvsdist 39c1b9e
* Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 39c1b9e
- add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3
cvsdist 39c1b9e
  builds)
cvsdist 39c1b9e
cvsdist 39c1b9e
* Mon Feb  7 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 39c1b9e
- compress man page.
cvsdist 39c1b9e
cvsdist 39c1b9e
* Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 39c1b9e
- apply patch to fix a /tmp race condition from Thomas Biege
cvsdist 7da83e4
- simplify %%install
cvsdist 39c1b9e
cvsdist 39c1b9e
* Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 39c1b9e
- update to 3.78.1.
cvsdist 39c1b9e
cvsdist 39c1b9e
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
cvsdist 39c1b9e
- added a serial tag so it upgrades right
cvsdist 39c1b9e
cvsdist 39c1b9e
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 39c1b9e
- auto rebuild in the new build environment (release 5)
cvsdist 39c1b9e
cvsdist 39c1b9e
* Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 39c1b9e
- added a patch for large file support in glob
cvsdist 39c1b9e
 
cvsdist 39c1b9e
* Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 39c1b9e
- update to 3.77
cvsdist 39c1b9e
cvsdist 39c1b9e
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
cvsdist 39c1b9e
- translations modified for de, fr, tr
cvsdist 39c1b9e
cvsdist 39c1b9e
* Thu Oct 16 1997 Donnie Barnes <djb@redhat.com>
cvsdist 39c1b9e
- udpated from 3.75 to 3.76
cvsdist 39c1b9e
- various spec file cleanups
cvsdist 39c1b9e
- added install-info support
cvsdist 39c1b9e
cvsdist 39c1b9e
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
cvsdist 39c1b9e
- built against glibc