777005b
%global api_version 1.16
d0808ea
59e49a4
# redhat-rpm-config sets CFLAGS, CXXFLAGS and LDFLAGS, but not
59e49a4
# OBJCFLAGS. This means that Obj-C tests will be compiled without hardening
59e49a4
# flags, and then fail when linked with the hardened linker flags.
59e49a4
# We therefore need to disable build flags to be able to test automake itself.
59e49a4
# Since the automake executables are all interpreted languages, they aren't
59e49a4
# compiled and so the build flags only affect the tests anyway.
59e49a4
%undefine _auto_set_build_flags
59e49a4
ce2868d
# do not mangle shebang in files which are part of bootstraped project
ce2868d
%global __brp_mangle_shebangs_exclude_from /usr/share/automake-%{api_version}
ce2868d
fec4347
# run "make check" by default
fec4347
%bcond_without check
8e75744
# Run optional test
8e75744
%bcond_without automake_enables_optional_test
fec4347
d0808ea
# remove once %%configure is used instead of ./configure
d0808ea
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
cvsdist 918e138
c851205
Summary:    A GNU tool for automatically creating Makefiles
c851205
Name:       automake
6c4877b
# Any bump here requires libtool rebuild, rhbz#1813010
48c1b14
Version:    %{api_version}.5
182bffe
Release:    16%{?dist}
49b001d
49b001d
# To help future rebase, the following licenses were seen in the following files/folders:
49b001d
# usr/bin/* - GPL-2.0-or-later
49b001d
# usr/share/aclocal-1.16/* - FSFULLR
49b001d
# usr/share/automake-1.16:
49b001d
#   Automake/Getopt.pm - GPL-3.0-or-later
49b001d
#   Automake/* - GPL-2.0-or-later
49b001d
#   am/* - GPL-2.0-or-later
49b001d
#   INSTALL - FSFAP
49b001d
#   install-sh - X11 AND LicenseRef-Fedora-Public-Domain (added by autoconf)
49b001d
#   mkinstalldirs - LicenseRef-Fedora-Public-Domain
49b001d
#   config.{guess,sub} - GPL-3.0-or-later WITH Autoconf-exception-generic-3.0
49b001d
#   texinfo.tex - GPL-3.0-or-later WITH Texinfo-exception
49b001d
#   * - GPL-2.0-or-later WITH Autoconf-exception-generic
49b001d
# usr/share/doc/automake:
49b001d
#   {NEWS,README} - GPL-2.0-or-later
49b001d
#   amhello-1.0.tar:
49b001d
#     src/Makefile.in - FSFULLRWD
49b001d
#     src/* - FSFUL
49b001d
#     {Makefile.in,aclocal.m4} - FSFULLRWD
49b001d
#     {Makefile.am,configure,configure.ac} - FSFUL
49b001d
#     {compile,depcomp,missing} - GPL-2.0-or-later WITH Autoconf-exception-generic
49b001d
#     install-sh - X11 AND LicenseRef-Fedora-Public-Domain (added by autoconf)
49b001d
# usr/share/info:
49b001d
#  * - GFDL-1.3-or-later
49b001d
# usr/share/man/man1/*: generated from usr/bin/{aclocal,automake} using help2man
49b001d
License:    GPL-2.0-or-later AND GPL-2.0-or-later WITH Autoconf-exception-generic AND GPL-3.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-3.0-or-later WITH Texinfo-exception AND GFDL-1.3-or-later AND FSFAP AND FSFUL AND FSFULLR AND FSFULLRWD AND X11 AND LicenseRef-Fedora-Public-Domain
6a5b6d0
20b6afb
Source:     ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
b1d8955
03d6634
# ~> downstream
03d6634
# The patch is only made necessary due to fedora specific changes
03d6634
# which lead to .package_note-automake-1.16.5-3.fc36.x86_64.ld
03d6634
# being inserted in build logs, breaking the original grep instruction
03d6634
Patch0: fort2.patch
3327906
a517ed0
# From upstream: ed1368e8803e8934a8bbab52a38753484dba2a37
a517ed0
Patch1: 0001-test-avoid-apostrophe-in-test-document.patch
12cff5a
# From upstream: 2a9908da9dbc075ee6c4e853cf3be0365b15f202
12cff5a
Patch2: 0001-tests-Fix-type-defaults-error-in-link_cond-due-to-ma.patch
12cff5a
# Proposed upstream: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59993#23
12cff5a
Patch3: v2-0002-tests-Fix-implicit-function-declaration-errors.patch
12cff5a
# Proposed upstream: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60962#5
12cff5a
Patch4: v3-0003-tests-Fix-implicit-function-declaration-in-ax-dep.patch
12cff5a
# Proposed upstream: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59994#29
12cff5a
Patch5: v2-0001-tests-Don-t-try-to-prevent-flex-to-include-unistd.patch
12cff5a
12cff5a
# From upstream: 6d6fc91c472fd84bd71a1b012fa9ab77bd94efea
12cff5a
# Reveals failures due to C99 porting that wouldn't be seen otherwise
12cff5a
Patch6: 0001-tests-depcomp-ensure-make_ok-fails-when-run_make-fai.patch
a517ed0
e39b62f
URL:        http://www.gnu.org/software/automake/
20b6afb
Requires:   autoconf >= 2.65
3ca0c25
aa395e6
# requirements not detected automatically (#919810)
3ca0c25
Requires:   perl(Thread::Queue)
aa395e6
Requires:   perl(threads)
3ca0c25
20b6afb
BuildRequires:  autoconf >= 2.65
f1aa60c
BuildRequires:  coreutils
f1aa60c
BuildRequires:  findutils
f1aa60c
BuildRequires:  help2man
f1aa60c
BuildRequires:  make
f1aa60c
BuildRequires:  perl-generators
f1aa60c
BuildRequires:  perl-interpreter
f1aa60c
BuildRequires:  perl(Thread::Queue)
f1aa60c
BuildRequires:  perl(threads)
f1aa60c
c851205
BuildArch:  noarch
c851205
d4ea6c2
# for better tests coverage:
4a8932e
%if %{with check}
8e75744
%if %{with automake_enables_optional_test}
85bd994
BuildRequires: automake
85bd994
BuildRequires: bison
85bd994
BuildRequires: cscope
85bd994
BuildRequires: dejagnu
85bd994
BuildRequires: emacs
85bd994
BuildRequires: expect
85bd994
BuildRequires: flex
85bd994
BuildRequires: gcc-gfortran
85bd994
BuildRequires: gettext-devel
85bd994
BuildRequires: libtool
85bd994
BuildRequires: ncompress
85bd994
BuildRequires: sharutils
85bd994
BuildREquires: texlive-dvips
85bd994
BuildRequires: texinfo-tex
85bd994
BuildRequires: vala
e1d4070
%if !0%{?rhel:1}
85bd994
BuildRequires: gcc-objc
85bd994
BuildRequires: gcc-objc++
deda4d2
BuildRequires: imake
85bd994
BuildRequires: lzip
e1d4070
%endif
4a8932e
%endif
8e75744
%endif
d4ea6c2
8576d7e
# remove bogus Automake perl dependencies and provides
de01dc1
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Automake::
de01dc1
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Automake::
8576d7e
cvsdist 1ca9593
%description
cvsdist 8835587
Automake is a tool for automatically generating `Makefile.in'
cvsdist 8835587
files compliant with the GNU Coding Standards.
cvsdist 1ca9593
cvsdist 1ca9593
You should install Automake if you are developing software and would
cvsdist 249ea0e
like to use its ability to automatically generate GNU standard
4e22864
Makefiles.
cvsdist 1ca9593
d366c4e
cvsdist 1ca9593
%prep
e942d1c
%autosetup -p1
8e75744
%if %{with check} && %{with automake_enables_optional_test}
41ad053
autoreconf -iv
fec4347
%endif
0ea0e93
cvsdist 1ca9593
cvsdist 1ca9593
%build
33491cf
# redhat-rpm-config package, which provides this configure macro, will overwrite
33491cf
# the config.sub and config.guess files intentionally. The automake maintainer
33491cf
# needs to check that those files are provided up to date.
694b23f
%configure
85bd994
%make_build
e39b62f
cp m4/acdir/README README.aclocal
e39b62f
cp contrib/multilib/README README.multilib
e39b62f
d366c4e
cvsdist 1ca9593
%install
85bd994
%make_install
cvsdist be983ec
d366c4e
3847927
%check
28c517d
# %%global TESTS_FLAGS t/preproc-errmsg t/preproc-basics
de01dc1
%if %{with check}
28c517d
make -k %{?_smp_mflags} check %{?TESTS_FLAGS: TESTS="%{TESTS_FLAGS}"} \
28c517d
    || ( cat ./test-suite.log && false )
de01dc1
%endif
ebea236
d366c4e
cvsdist 1ca9593
%files
fc258f0
%license COPYING*
fc258f0
%doc AUTHORS README THANKS NEWS README.aclocal README.multilib
849f102
%doc %{_pkgdocdir}/amhello-1.0.tar.gz
e84c05e
%exclude %{_infodir}/dir
e84c05e
%exclude %{_datadir}/aclocal
cvsdist 1ca9593
%{_bindir}/*
cvsdist 1ca9593
%{_infodir}/*.info*
cvsdist 11298eb
%{_datadir}/automake-%{api_version}
cvsdist 11298eb
%{_datadir}/aclocal-%{api_version}
c13c245
%{_mandir}/man1/*
cvsdist 1ca9593
d366c4e
cvsdist 1ca9593
%changelog
182bffe
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.5-16
182bffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
182bffe
2d200b0
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.5-15
2d200b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2d200b0
49b001d
* Mon Aug 07 2023 Frederic Berat <fberat@redhat.com> - 1.16.5-14
49b001d
- Migrate to SPDX licenses (#2222090)
49b001d
e5724c7
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.5-13
e5724c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
e5724c7
12cff5a
* Tue Feb 14 2023 Frederic Berat <fberat@redhat.com> - 1.16.5-12
12cff5a
- Port to modern C: various fixes
12cff5a
a517ed0
* Fri Jan 20 2023 Frederic Berat <fberat@redhat.com> - 1.16.5-11
a517ed0
- Fix test failure due to texinfo 7.0 update
a517ed0
8a5cad3
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.5-10
8a5cad3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
8a5cad3
59e49a4
* Wed Aug 03 2022 Frederic Berat <fberat@redhat.com> - 1.16.5-9
59e49a4
- Fix tests environment failures due to LDFLAGS being set globally
de644f4
- Remove ExclusiveArch as there is no java dependency anymore
59e49a4
ff1b69f
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.5-8
ff1b69f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
ff1b69f
62ceb65
* Tue Jul 12 2022 Frederic Berat <fberat@redhat.com> - 1.16.5-7
1dfd31b
- Remove java-devel from test related BuildRequires
1dfd31b
b86d39e
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 1.16.5-6
b86d39e
- Rebuilt for Drop i686 JDKs
b86d39e
03d6634
* Tue May 17 2022 Frederic Berat <fberat@redhat.com> - 1.16.5-5
03d6634
- Fix fort2.sh test
33491cf
- Remove external config.sub and config.guess as they are overwritten anyway
03d6634
3e8430b
* Mon Feb 07 2022 Frederic Berat <fberat@redhat.com> - 1.16.5-4
3e8430b
- Switch to java-devel as a build requirement (#2051135)
3e8430b
b864287
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.16.5-3
b864287
- Rebuilt for java-17-openjdk as system jdk
b864287
3f4af6c
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.5-2
3f4af6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
3f4af6c
48c1b14
* Mon Oct 04 2021 Ondrej Dubaj <odubaj@redhat.com> - 1.16.5-1
48c1b14
- Rebase to upstream version 1.16.5
48c1b14
550ec44
* Tue Jul 27 2021 Ondrej Dubaj <odubaj@redhat.com> - 1.16.4-1
550ec44
- Rebase to upstream version 1.16.4
550ec44
550ec44
* Tue Jul 27 2021 Ondrej Dubaj <odubaj@redhat.com> - 1.16.3-1
c3fe43b
- Rebase to upstream version 1.16.3
c3fe43b
3b5d847
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-5
3b5d847
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
3b5d847
e3d60d0
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-4
e3d60d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e3d60d0
3327906
* Thu Oct 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1.16.2-3
3327906
- Support multiple digits in Python version, e.g. Python 3.10
3327906
- Fixes: rhbz#1889732
3327906
7640c90
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
7640c90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7640c90
3a6985a
* Tue Apr 21 2020 Patrik Novotný <panovotn@redhat.com> - 1.16.2-1
3a6985a
- Rebase to upstream version 1.16.2
3a6985a
0505d7c
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.1-14
0505d7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0505d7c
3e26446
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.1-13
3e26446
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
3e26446
083601b
* Tue Jun 18 2019 Patrik Novotný <panovotn@redhat.com> - 1.16.1-12
083601b
- Fix patch for pep3147 tweak
083601b
7c7048a
* Tue Jun 04 2019 Patrik Novotný <panovotn@redhat.com> - 1.16.1-11
7c7048a
- Upstream patch fixing automake bug#31222
7c7048a
c54edf6
* Mon May 13 2019 Jakub Janco <jjanco@redhat.com> - 1.16.1-10
c54edf6
- do not mangle shebang in files which are part of bootstraped project
ce2868d
fc64e3a
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.1-9
fc64e3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
fc64e3a
85bd994
* Fri Oct 12 2018 Pavel Raiskup <praiskup@redhat.com> - 1.16.1-8
85bd994
- split BR to separate lines, use %%make_* macros
85bd994
21b7b3f
* Mon Sep 17 2018 Pavel Raiskup <praiskup@redhat.com> - 1.16.1-7
21b7b3f
- update config.{guess,sub} to gnuconfig git HEAD
21b7b3f
deda4d2
* Wed Aug 15 2018 Pavel Raiskup <praiskup@redhat.com> - 1.16.1-6
deda4d2
- BR imake for tests only on Fedora
deda4d2
577e976
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.1-5
577e976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
577e976
fc258f0
* Fri May 18 2018 Pavel Raiskup <praiskup@redhat.com> - 1.16.1-4
fc258f0
- drop Group tag, use %%license for COPYING files
fc258f0
d366c4e
* Wed May 09 2018 Pavel Raiskup <praiskup@redhat.com> - 1.16.1-3
200424a
- update config.{guess,sub} to gnuconfig git HEAD
d366c4e
- drop ppc64p7 hack in config.sub, it's not needed - per:
d366c4e
  https://lists.fedoraproject.org/archives/list/
d366c4e
  devel@lists.fedoraproject.org/thread/2OWD2QRDFBEC6HTPVQ7FMJENH32BWT54/
5c8ab46
- don't BR python2-* packages; switching BRs to python3 would make no sense
5c8ab46
  since the upstream testsuite is not yet python3 ready
200424a
81ddb6c
* Wed Mar 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.16.1-2
81ddb6c
- Update Python 2 dependency declarations to new packaging standards
81ddb6c
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
81ddb6c
777005b
* Mon Mar 12 2018 Pavel Raiskup <praiskup@redhat.com> - 1.16.1-1
777005b
- latest upstream release, per
777005b
  http://lists.gnu.org/archive/html/automake/2018-03/msg00019.html
777005b
34371ff
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.15.1-5
34371ff
- Escape macros in %%changelog
34371ff
122991e
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-4
122991e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
122991e
4255ff1
* Fri Nov 03 2017 Merlin Mathesius <mmathesi@redhat.com> - 1.15.1-3
4255ff1
- Bump release number in spec so package will build with commits made
4255ff1
  by Petr Písař <ppisar@redhat.com> on Thu Aug 31 2017:
4255ff1
  - Add build conditions for modularity
4255ff1
  - Specify all dependencies
4255ff1
d243df5
* Tue Aug 15 2017 Pavel Raiskup <praiskup@redhat.com> - 1.15.1-2
d243df5
- update config.{guess,sub} to gnuconfig git HEAD
d243df5
47f0897
* Tue Aug 15 2017 Pavel Raiskup <praiskup@redhat.com> - 1.15.1-1
47f0897
- new upstream bug-fix release
47f0897
857e1da
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-11
857e1da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
857e1da
fec4347
* Wed Mar 29 2017 Pavel Raiskup <praiskup@redhat.com> - 1.15-10
226b183
- update config.{guess,sub} to gnuconfig git HEAD
fec4347
- avoid autoreconf with disabled testsuite
226b183
8c27f5e
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-9
8c27f5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8c27f5e
fb31339
* Thu Oct 13 2016 Pavel Raiskup <praiskup@redhat.com> - 1.15-8
fb31339
- update config.{guess,sub} to gnuconfig git HEAD
fb31339
c552a06
* Tue Jun 28 2016 Pavel Raiskup <praiskup@redhat.com> - 1.15-7
c552a06
- avoid using $GZIP variable during make dist, fix one dejagnu test case
c552a06
  (FTBFS fix, rhbz#1349381)
4c2c5f8
94d684f
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-6
94d684f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
94d684f
849f102
* Wed Aug 12 2015 Pavel Raiskup <praiskup@redhat.com> - 1.15-5
849f102
- use _pkgdocdir for docs to install amhello.tar.gz again (FTBFS in rawhide)
849f102
e942d1c
* Tue Jul 07 2015 Pavel Raiskup <praiskup@redhat.com> - 1.15-4
e942d1c
- use %%autosetup macro
2bc6fab
- fix FTBFS with new Perl (rhbz#1239379)
e942d1c
063874e
* Tue Jun 23 2015 Pavel Raiskup <praiskup@redhat.com> - 1.15-3
063874e
- add perl-Thread-Queue BR to avoid FTBFS
063874e
ee478ef
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-2
ee478ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ee478ef
f7306e7
* Tue Jan 06 2015 Pavel Raiskup <praiskup@redhat.com> - 1.15-1
f7306e7
- rebase to new minor version (#1179182)
f7306e7
- update config.{guess,sub} to gnuconfig git HEAD
f7306e7
694b23f
* Wed Sep 10 2014 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-6
694b23f
- from now (#991613 is fixed), use %%configure macro together with
694b23f
  disabled %%_configure_gnuconfig_hack
694b23f
58eeb75
* Wed Sep 10 2014 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-5
58eeb75
- update config.{guess,sub} to gnuconfig git HEAD
58eeb75
b36fd8d
* Mon Jun 09 2014 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-4
b36fd8d
- gcc-java removed completely from Fedora (#1105985)
b36fd8d
0c1dda8
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14.1-3
0c1dda8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0c1dda8
47ffbf1
* Thu Apr 17 2014 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-2
47ffbf1
- don't require g77 at all for testsuite purposes (#1088854)
47ffbf1
5329ef4
* Tue Jan 07 2014 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-1
5329ef4
- rebase to new maintenance release (#1046634)
5329ef4
ae64e82
* Mon Nov 25 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-4
ae64e82
- %%{arm} is not aarch64, #1034154
ae64e82
6599b65
* Tue Nov 05 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-3
f3b1952
- don't BR g77 in arm and RHEL build roots (#994910)
6599b65
28c517d
* Thu Oct 24 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-2
41ad053
- rebase to automake-1.14, enable testsuite (#976973)
28c517d
- fix the hash-order patch for testsuite and Perl 5.18
41ad053
d0808ea
* Wed Oct 09 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-1
d0808ea
- rebase to automake-1.14, first step (without testsuite) (#976973)
d0808ea
8862cbb
* Thu Aug 22 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.4-6
8862cbb
- don't require /usr/bin/g77 (#994910)
8862cbb
03ff68d
* Mon Aug 05 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.4-5
34371ff
- allow build for unversioned %%doc directory (#986871), resolves #992003
03ff68d
538f7c4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.4-4
538f7c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
538f7c4
bb142fc
* Mon Jul 22 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.4-3
bb142fc
- testsuite fix for Perl 5.18 rebase
bb142fc
89a84a9
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.13.4-2
89a84a9
- Perl 5.18 rebuild
89a84a9
c8a1965
* Mon Jun 17 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.4-1
c8a1965
- update to automake 1.13.4
c8a1965
8dd48ee
* Thu May 16 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.2-1
8dd48ee
- update to automake 1.13.2 (#963556), remove (now) redundant patches
8dd48ee
ff8d12e
* Thu May 02 2013 Petr Hracek <phracek@redhat.com> - 1.13.1-18
16f576c
- Patch pax hang up with big UID corrected on the base of upstream(#843379)
16f576c
2d22e62
* Wed Apr 24 2013 Petr Hracek <phracek@redhat.com> - 1.13.1-17
2d22e62
- Patch pax hang up with big UID was removed(#843379)
2d22e62
cf408a4
* Wed Apr 24 2013 Petr Hracek <phracek@redhat.com> - 1.13.1-16
cf408a4
- configure stops when run by big UID (#843379)
cf408a4
f28d18c
* Thu Apr 11 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-15
b52bbc7
- tune %%check to show testsuite.log when failed
b52bbc7
aa395e6
* Tue Apr 02 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-14
aa395e6
- fix another requirement on perl package which may cause problems in future,
a828078
  thanks to Paul Howarth (#924938)
6a5b6d0
- f-r: remove Buildroot tag, fix license tag
aa395e6
dc8f212
* Mon Mar 18 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-13
b1d8955
- remove old build dependency comment
7987ac0
- fix bogus dates in changelog
dc8f212
- use the %%{_smp_mflags} also by `make check`
b1d8955
e1d4070
* Mon Mar 18 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-11
e1d4070
- do not BR gcc-java in RHEL (change C&Ped from libtool)
e1d4070
3ca0c25
* Sun Mar 10 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-10
3ca0c25
- add the 'perl(Thread::Queue)' dependency (#919810)
3ca0c25
60c725c
* Sat Feb 23 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.13.1-9
60c725c
- Bump build for ARM
60c725c
9e69398
* Fri Feb 22 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-8
9e69398
- update the patch for the non-existent 'm4' directory issue to the one already
9e69398
  committed in upstream repository
9e69398
0ea0e93
* Thu Feb 21 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-7
0ea0e93
- do not run 'autoreconf --force' (#913279)
0ea0e93
88de120
* Wed Feb 20 2013 Karsten Hopp <karsten@redhat.com> 1.13.1-6
88de120
- add support for ppc64p7 arch (Power7 optimized)
88de120
fedee23
* Thu Feb 14 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-5
fedee23
- Do not fail in aclocal when the first include directory does not exist
fedee23
  (#901333)
7c57864
- do not require texlive-latex-fonts (rawhide texinfo repaired)
ad2fdf8
- use macros in Patch statements
fedee23
0f8ac2e
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.1-4
0f8ac2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0f8ac2e
ffe6bc3
* Thu Jan 17 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-3
ffe6bc3
- re-enable AM_CONFIG_HEADER macro in Fedora distribution (#896442)
4c6d5a0
- disable testing for non-existence of this macros (join with vala)
ffe6bc3
9343d2d
* Mon Jan 14 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-2
9343d2d
- allow to run bigger subset of tests in testsuite
9343d2d
46d225d
* Sat Jan 12 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-1
20b6afb
- update to recent automake-1.13.1
20b6afb
- minimum required autoconf is 2.65 (based on upstream suggestion)
20b6afb
- make check is run now parallel (based on 't/README' it helps also on
20b6afb
  single-thread machines)
46d225d
- drop old sleep-patch and better disable vala tests (requires autoreconf)
59c11cd
- add temporary BR dependency on texlive-latex-fonts for rawhide (f19 only)
59c11cd
  (should be implicitly pulled by texlive-dvips probably)
20b6afb
7987ac0
* Thu Oct 25 2012 Pavel Raiskup <praiskup@redhat.com> - 1.12.2-6
e84c05e
- fedora-review -> s/define/global/, s/RPM_BUILD_ROOT/buildroot/,
e84c05e
  remove defattr() from %%files section
e84c05e
53a66da
* Wed Sep 26 2012 Pavel Raiskup <praiskup@redhat.com> - 1.12.2-5
e84c05e
- rather skip failing tests than disabling - previous solution required
53a66da
  autoreconf (#860577)
53a66da
2a01641
* Wed Sep 26 2012 Pavel Raiskup <praiskup@redhat.com> - 1.12.2-4
2a01641
- ups, forgot to add patch for (#860577)
2a01641
4758a18
* Wed Sep 26 2012 Pavel Raiskup <praiskup@redhat.com> - 1.12.2-3
4758a18
- temporarily disable vala checks in testsuite because of vala rebase to
4758a18
  vala-0.18.0 (#860577)
4758a18
de01dc1
* Tue Sep 25 2012 Pavel Raiskup <praiskup@redhat.com> - 1.12.2-3
de01dc1
- Thanks to Ralf Corsépius <corsepiu@fedoraproject.org> - these fixes are
de01dc1
  slightly reworked changes (due to rebase of automake) from his patch attached
de01dc1
  to bug #823766
de01dc1
- Include COPYING.
de01dc1
- Add rpm-4.9 perl-filters %%__provides_exclude, %%__requires_exclude.
de01dc1
  Remove rpm-4.8 perl-filters (Address RHBZ 823766).
de01dc1
- Remove utf-8 conversion of NEWS (Already utf-8 encoded).
de01dc1
- Add BR: perl-macros, Remove BR: perl-devel.
de01dc1
- Add support for --with/out=check.
de01dc1
- Append --disable-silent-rules to configure.
de01dc1
- remove trailing white spaces
de01dc1
834c337
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.2-2
834c337
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
834c337
e39b62f
* Tue Jul 17 2012 Karsten Hopp <karsten@redhat.com> 1.12.2-1
e39b62f
- automake-1.12.2
e39b62f
e21ee95
* Mon Apr 16 2012 Karsten Hopp <karsten@redhat.com> 1.11.5-1
e21ee95
- automake-1.11.5
e21ee95
79c0231
* Tue Apr 03 2012 Karsten Hopp <karsten@redhat.com> 1.11.4-1
79c0231
- automake-1.11.4
79c0231
e86c260
* Thu Feb 02 2012 Karsten Hopp <karsten@redhat.com> 1.11.3-1
e86c260
- automake 1.11.3
e86c260
3cee6cb
* Mon Jan 30 2012 Karsten Hopp <karsten@redhat.com> 1.11.2-1
3cee6cb
- automake 1.11.2, enable all checks again
3cee6cb
b4717bd
* Wed Dec 07 2011 Karsten Hopp <karsten@redhat.com> 1.11.1-7
b4717bd
- disable some erroneous checks (660739, 756957)
b4717bd
b1f6a8c
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.1-6
b1f6a8c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b1f6a8c
4e22864
* Mon Mar 29 2010 Karsten Hopp <karsten@redhat.com> 1.11.1-5
de01dc1
- removed redundant text about installing autoconf from package
4e22864
  description (#225302)
de01dc1
- don't create /usr/share/aclocal as it is owned be the filesystem
4e22864
  package (#570744, #225302)
4e22864
aa9eb2c
* Fri Mar 05 2010 Karsten Hopp <karsten@redhat.com> 1.11.1-4
aa9eb2c
- Directory /usr/share/aclocal now owned by filesystem
aa9eb2c
   (#570744)
aa9eb2c
8576d7e
* Tue Mar  2 2010 Stepan Kasal <skasal@redhat.com> - 1.11.1-3
8576d7e
- use perl filtering macros
8576d7e
80c28fa
* Tue Mar 02 2010 Karsten Hopp <karsten@redhat.com> 1.11.1-2
80c28fa
- better method of fixing the perl requires/provides (Paul Howarth, #225302)
80c28fa
- fix variable usage in spec file (#225302)
80c28fa
- use pregenerated manpages from automake-1.11 (#225302)
80c28fa
- update URL (#225302)
80c28fa
6fb6d8c
* Wed Dec 09 2009 Karsten Hopp <karsten@redhat.com> 1.11.1-1
6fb6d8c
- update to version 1.11.1 to fix CVE-2009-4029
6fb6d8c
7054c5c
* Tue Dec 01 2009 Karsten Hopp <karsten@redhat.com> 1.11-6
7054c5c
- preserve time stamps of man pages (#225302)
7054c5c
- drop MIT from list of licenses
7054c5c
8a1cbd4
* Wed Nov  4 2009 Stepan Kasal <skasal@redhat.com> - 1.11-5
8a1cbd4
- add even more testsuite build requires
8a1cbd4
d4ea6c2
* Wed Nov  4 2009 Stepan Kasal <skasal@redhat.com> - 1.11-4
d4ea6c2
- add build requires for testsuite
d4ea6c2
49b09a7
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-3
49b09a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
49b09a7
00cae7b
* Mon May 25 2009 Stepan Kasal <skasal@redhat.com> 1.11-2
00cae7b
- re-enable make check
00cae7b
- Automake 1.11 requires autoconf 2.62 or later
00cae7b
988f887
* Mon May 25 2009 Karsten Hopp <karsten@redhat.com> 1.11-1
988f887
- update to automake 1.11
988f887
c401d49
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.2-3
c401d49
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c401d49
0e049aa
* Wed Jan 21 2009 Karsten Hopp <karsten@redhat.com> 1.10.2-2
0e049aa
- convert NEWS file to UTF-8 (#225302)
0e049aa
4c73ba9
* Wed Jan 14 2009 Karsten Hopp <karsten@redhat.com> 1.10.2-1
4c73ba9
- version 1.10.2
4c73ba9
523727e
* Mon Feb  4 2008 Stepan Kasal <skasal@redhat.com> 1.10.1-2
523727e
- require autoconf 2.60 or later
523727e
e33040b
* Sat Jan 26 2008 Stepan Kasal <skasal@redhat.com> 1.10.1-1
e33040b
- automake-1.10.1
e33040b
85b3bfb
* Mon Oct 29 2007 Stepan Kasal <skasal@redhat.com> 1.10-7
85b3bfb
- keep amhello-1.0.tar.gz in the installed documentation
85b3bfb
c13c245
* Thu Aug 09 2007 Karsten Hopp <karsten@redhat.com> 1.10-6
c13c245
- update license tag
c13c245
- add Debian man pages for aclocal and automake (#246087)
c13c245
3847927
* Tue Feb 20 2007 Karsten Hopp <karsten@redhat.com> 1.10-5
3847927
- fix some rpmlint warnings
3847927
c851205
* Tue Feb 20 2007 Karsten Hopp <karsten@redhat.com> 1.10-4
c851205
- bz 225302:
c851205
- make install DESTDIR=...
c851205
- fix BuildRoot
c851205
- fix post/preun requirements
c851205
- define all directories on ./configure line
c851205
- filter perl(Automake*) dependencies
c851205
- replace all tabs with spaces
c851205
- remove trailing dot from summary
c851205
ae47178
* Thu Jan 18 2007 Karsten Hopp <karsten@redhat.com> 1.10-3
ae47178
- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä)
ae47178
fd7e4b6
* Tue Nov 21 2006 Karsten Hopp <karsten@redhat.com> 1.10-2
fd7e4b6
- rebuild
fd7e4b6
034e23a
* Fri Nov 10 2006 Karsten Hopp <karsten@redhat.de> 1.10-1
034e23a
- automake 1.10
034e23a
8281de8
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.9.6-2.1
8281de8
- rebuild
8281de8
ebea236
* Mon Dec 19 2005 Karsten Hopp <karsten@redhat.de> 1.9.6-2
ebea236
- include NEWS file (#174674)
ebea236
- add %%check (#174674)
ebea236
4136e35
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4136e35
- rebuilt
4136e35
a33bca8
* Tue Jul 19 2005 Karsten Hopp <karsten@redhat.de> 1.9.6-1
a33bca8
- Automake 1.9.6
a33bca8
Florian La Roche ad644cb
* Sun Feb 13 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche ad644cb
- 1.9.5 bug-fix release
Florian La Roche ad644cb
dreed 16a046f
* Tue Feb  1 2005 Daniel Reed <djr@redhat.com> 1.9.4-1
dreed 16a046f
- version bump
dreed 16a046f
  - Portability nits in install-sh and mdata-sh.
dreed 16a046f
  - Don't let `make install' fails if a _JAVA primary becomes empty
dreed 16a046f
    because of conditionals.
dreed 16a046f
  - Do not confuse CHANGELOG with ChangeLog on case-insensitive
dreed 16a046f
    case-preserving file systems (likewise for all automatically
dreed 16a046f
    distributed files).
dreed 16a046f
  - Do not embed $DESTDIR in Python's byte-code files.
dreed 16a046f
  - Work around programs that read stdin when checking for --version
dreed 16a046f
    and --help options (when the `std-options' is used).
dreed 16a046f
  - Fix AM_PATH_PYTHON to correctly define PYTHON as `:' when no minimum
dreed 16a046f
    version was supplied and no interpreter is found.
dreed 16a046f
dreed c18722b
* Mon Nov  1 2004 Daniel Reed <djr@redhat.com> 1.9.3-1
dreed c18722b
- version bump
dreed c18722b
  - Dependency tracking using mode "dashmstdout" or "dashXmstdout" did not work for libtool objects compiled with --tag (i.e., compiled with Libtool 1.5 or later). The compilation would succeed, but `depcomp' would emit a warning and not output any dependency information.
dreed c18722b
  - Ignore comments from augmented variables ...
dreed c18722b
  - `install-sh -d a/b/' failed to create `a/b/' because of the trailing `/'.
dreed c18722b
  - _PROGRAMS now always create programs. Before 1.9 it would mistakenly create a libtool library if the name of the program ended in `.la'.
dreed c18722b
  - `compile' now handles `*.obj' objects.
dreed c18722b
  - `aclocal' recognizes AC_DEFUN_ONCE.
dreed c18722b
9e65d45
* Tue Sep 28 2004 Warren Togami <wtogami@redhat.com> - 1.9.2-3
9e65d45
- trim docs
9e65d45
dreed 6f75b8d
* Mon Sep 20 2004 Daniel Reed <djr@redhat.com> - 1.9.2-1
dreed 6f75b8d
- version bump
dreed 6f75b8d
  - Sort rm commands output for mostlyclean-generic, clean-generic, distclean-generic and maintainer-clean-generic, so that the produced Makefile is not sensitive to the way Perl sorts its hashes.
dreed 6f75b8d
  - Support `+' in the name of directories given to `include'.
dreed 6f75b8d
  - Preserve spaces in the arguments of `compile'.
dreed 6f75b8d
  - `missing' will no longer try to emulate a tool that is run with `--version' or `--help' as argument.
dreed 6f75b8d
  - There is a new chapter about the history of Automake.
dreed 6f75b8d
cvsdist 94115c0
* Wed Aug 11 2004 Daniel Reed <djr@redhat.com> - 1.9.1-1
cvsdist 94115c0
- version bump
cvsdist 94115c0
  - Adjust #line directives in `parser.h' (when ylwrap is not used). (PR/432)
cvsdist 94115c0
  - Fix definition of YLWRAP when ylwrap is installed in a default aux directory found in a parent package.
cvsdist 94115c0
  - Properly recognize AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.
cvsdist 94115c0
cvsdist f3db6ea
* Fri Jul 30 2004 Daniel Reed <djr@redhat.com> - 1.9-1
cvsdist f3db6ea
- version bump
cvsdist f3db6ea
cvsdist 89d1d35
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 89d1d35
- rebuilt
cvsdist 89d1d35
cvsdist 60fddae
* Mon May 17 2004 Jens Petersen <petersen@redhat.com> - 1.8.5-1
cvsdist 60fddae
- update to 1.8.5
cvsdist 60fddae
cvsdist 1318cc4
* Thu May 13 2004 Jens Petersen <petersen@redhat.com> - 1.8.4-1
cvsdist 1318cc4
- update to 1.8.4
cvsdist 1318cc4
cvsdist 8835587
* Fri Mar 12 2004 Jens Petersen <petersen@redhat.com> - 1.8.3-1
cvsdist 8835587
- update to 1.8.3 bugfix release
cvsdist 8835587
cvsdist 8835587
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 8835587
- rebuilt
cvsdist 8835587
cvsdist 9401ec4
* Tue Jan 13 2004 Jens Petersen <petersen@redhat.com> - 1.8.2-1
cvsdist 8835587
- 1.8.2 bugfix release
cvsdist 9401ec4
- do not pass VERBOSE=xNO to "make check" as non-empty means be verbose
cvsdist 9401ec4
cvsdist 9401ec4
* Thu Dec 11 2003 Jens Petersen <petersen@redhat.com> - 1.8-1
cvsdist 9401ec4
- update to 1.8 release
cvsdist 9401ec4
- require autoconf 2.58 or later
cvsdist 9401ec4
- don't use %%configure for now to prevent very recent configure from running
cvsdist 9401ec4
  "config.sub noarch-redhat-linux"
cvsdist 9401ec4
cvsdist 9401ec4
* Mon Nov 10 2003 Jens Petersen <petersen@redhat.com> - 1.7.9-1
cvsdist 9401ec4
- update to 1.7.9 bugfix release
cvsdist 9401ec4
- require autoconf 2.54 or later
cvsdist 9401ec4
cvsdist 0b902fd
* Tue Oct  7 2003 Jens Petersen <petersen@redhat.com> - 1.7.8-1
cvsdist 0b902fd
- update to 1.7.8 bugfix release
cvsdist 0b902fd
cvsdist 0b902fd
* Wed Sep 10 2003 Jens Petersen <petersen@redhat.com> - 1.7.7-1
cvsdist 0b902fd
- update to 1.7.7 bugfix release
cvsdist 0b902fd
cvsdist 0b902fd
* Fri Jul 11 2003 Jens Petersen <petersen@redhat.com> - 1.7.6-1
cvsdist 0b902fd
- update to 1.7.6 bugfix release
cvsdist 0b902fd
cvsdist 0b902fd
* Tue May 20 2003 Jens Petersen <petersen@redhat.com> - 1.7.5-1
cvsdist 0b902fd
- update to 1.7.5 bugfix release
cvsdist 0b902fd
cvsdist 0b902fd
* Thu Apr 24 2003 Jens Petersen <petersen@redhat.com> - 1.7.4-1
cvsdist 0b902fd
- update to 1.7.4
cvsdist 0b902fd
cvsdist 0b902fd
* Thu Mar  6 2003 Jens Petersen <petersen@redhat.com> - 1.7.3-1
cvsdist 0b902fd
- update to 1.7.3
cvsdist 0b902fd
- python dir lib64 patch no longer needed
cvsdist 0b902fd
- build requires Autoconf 2.54 or later
cvsdist 0b902fd
cvsdist e0600eb
* Mon Jan 27 2003 Jens Petersen <petersen@redhat.com> - 1.6.3-5
cvsdist e0600eb
- patch from 1.7-branch to try python distutils for setting pythondir (#80994)
cvsdist e0600eb
cvsdist e0600eb
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist e0600eb
- rebuilt
cvsdist e0600eb
cvsdist e0600eb
* Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 1.6.3-3
cvsdist e0600eb
- Fix unpackaged file
cvsdist e0600eb
cvsdist e0600eb
* Tue Dec  3 2002 Jens Petersen <petersen@redhat.com> 1.6.3-2
cvsdist e0600eb
- add "--without check" rpmbuild option to switch "make check" off
cvsdist e0600eb
- exclude info dir file
cvsdist e0600eb
- don't gzip info files explicitly
cvsdist e0600eb
cvsdist e0600eb
* Mon Nov 18 2002 Jens Petersen <petersen@redhat.com>
cvsdist e0600eb
- use api_version in version
cvsdist e0600eb
cvsdist 6d8a91b
* Mon Jul 29 2002 Jens Petersen <petersen@redhat.com> 1.6.3-1
cvsdist 6d8a91b
- bug fix release 1.6.3
cvsdist 6d8a91b
cvsdist 11298eb
* Thu Jul 11 2002 Jens Petersen <petersen@redhat.com> 1.6.2-2
cvsdist e0600eb
- add buildrequires autoconf 2.52 or greater [reported by Edward Avis]
cvsdist be983ec
cvsdist 11298eb
* Wed Jun 19 2002 Jens Petersen <petersen@redhat.com> 1.6.2-1
cvsdist 11298eb
- 1.6.2 (bug fix release)
cvsdist 11298eb
- do "make check" after building
cvsdist 11298eb
cvsdist 11298eb
* Thu May 23 2002 Tim Powers <timp@redhat.com> 1.6.1-2
cvsdist 11298eb
- automated rebuild
cvsdist 11298eb
cvsdist 11298eb
* Tue Apr 23 2002 Jens Petersen <petersen@redhat.com> 1.6.1-1
cvsdist 11298eb
- 1.6.1
cvsdist 11298eb
cvsdist 11298eb
* Tue Mar 12 2002 Jens Petersen <petersen@redhat.com> 1.6-1
cvsdist 11298eb
- new package based on automake15
cvsdist 11298eb
- 1.6
cvsdist 11298eb
cvsdist 11298eb
* Wed Jan 23 2002 Jens Petersen <petersen@redhat.com> 1.5-8
cvsdist 11298eb
- better aclocal versioning
cvsdist 11298eb
cvsdist 11298eb
* Wed Jan 23 2002 Jens Petersen <petersen@redhat.com> 1.5-7
cvsdist 11298eb
- don't version datadir/automake
cvsdist 11298eb
cvsdist 11298eb
* Tue Jan 15 2002 Jens Petersen <petersen@redhat.com> 1.5-6
cvsdist 11298eb
- version suffix programs and data directories
cvsdist 11298eb
- own symlinks to programs and /usr/share/aclocal
cvsdist 11298eb
cvsdist 11298eb
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.5-5
cvsdist 11298eb
- automated rebuild
cvsdist 11298eb
cvsdist 11298eb
* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-4
cvsdist 11298eb
- Completely back out the fix for #56624 for now, it causes more problems
cvsdist 11298eb
  than it fixes in either form.
cvsdist 11298eb
cvsdist 11298eb
* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-3
cvsdist 11298eb
- Don't use AS_DIRNAME, it doesn't work.
cvsdist 11298eb
7987ac0
* Tue Jan  8 2002 Jens Petersen <petersen@redhat.com> 1.5-2
cvsdist 11298eb
- Patch depout.m4 to handle makefiles passed to make with "-f" (#56624)
cvsdist 11298eb
cvsdist 11298eb
* Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-1
cvsdist 11298eb
- Update to 1.5 - much better to coexist with autoconf 2.52...
cvsdist 11298eb
- Fix specfile
cvsdist 11298eb
- No patches
cvsdist d838ad9
cvsdist 249ea0e
* Fri Aug 24 2001 Jens Petersen <petersen@redhat.com> - 1.4p5-2
cvsdist 249ea0e
- dont raise error when there is source in a subdirectory (bug #35156).
de01dc1
  This was preventing automake from working in binutuls/gas
cvsdist 249ea0e
  [patch from HJ Lu <hjl@gnu.org>]
cvsdist 249ea0e
- format long lines of output properly with backslash + newlines as in 1.4
cvsdist 249ea0e
  (bug #35259) [patch from HJ Lu <hjl@gnu.org>]
cvsdist 249ea0e
cvsdist 7e6d849
* Sat Jul 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 7e6d849
- 1.4-p5, fixes #48788
cvsdist 7e6d849
cvsdist 918e138
* Tue Jun 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 918e138
- add the patch from #20559
cvsdist 918e138
- really update to 1.4-p4
cvsdist 918e138
cvsdist 918e138
* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 918e138
- update to 1.4-p4
cvsdist 918e138
cvsdist 918e138
* Sat May 12 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 918e138
- Version 1.4-p1 to work with libtool-1.4
cvsdist 918e138
cvsdist 1ca9593
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 1ca9593
- automatic rebuild
cvsdist 1ca9593
cvsdist 1ca9593
* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 1ca9593
- FHS packaging.
cvsdist 1ca9593
cvsdist 1ca9593
* Fri Feb 04 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 1ca9593
- fix bug #8870
cvsdist 1ca9593
cvsdist 1ca9593
* Sat Aug 21 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 1ca9593
- revert to pristine automake-1.4.
cvsdist 1ca9593
cvsdist 1ca9593
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
cvsdist 1ca9593
- arm netwinder patch
cvsdist 1ca9593
cvsdist 1ca9593
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist 1ca9593
- Injected new description and group.
cvsdist 1ca9593
cvsdist 1ca9593
* Mon Feb  8 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 1ca9593
- add patches from CVS for 6.0beta1
cvsdist 1ca9593
cvsdist 1ca9593
* Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 1ca9593
- update to 1.4.
cvsdist 1ca9593
cvsdist 1ca9593
* Mon Nov 23 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 1ca9593
- update to 1.3b.
cvsdist 1ca9593
- add URL.
cvsdist 1ca9593
cvsdist 1ca9593
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
cvsdist 1ca9593
- translations modified for de, fr, tr
cvsdist 1ca9593
cvsdist 1ca9593
* Tue Apr 07 1998 Erik Troan <ewt@redhat.com>
cvsdist 1ca9593
- updated to 1.3
cvsdist 1ca9593
cvsdist 1ca9593
* Tue Oct 28 1997 Cristian Gafton <gafton@redhat.com>
cvsdist 1ca9593
- added BuildRoot; added aclocal files
cvsdist 1ca9593
cvsdist 1ca9593
* Fri Oct 24 1997 Erik Troan <ewt@redhat.com>
cvsdist 1ca9593
- made it a noarch package
cvsdist 1ca9593
cvsdist 1ca9593
* Thu Oct 16 1997 Michael Fulbright <msf@redhat.com>
cvsdist 1ca9593
- Fixed some tag lines to conform to 5.0 guidelines.
cvsdist 1ca9593
cvsdist 1ca9593
* Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
cvsdist 1ca9593
- updated to 1.2
cvsdist 1ca9593
cvsdist 1ca9593
* Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
cvsdist 1ca9593
- first version (1.0)