Pavel Raiskup f7306e
%global api_version 1.15
Pavel Raiskup d0808e
Pavel Raiskup fec434
# run "make check" by default
Pavel Raiskup fec434
%bcond_without check
Petr Písař 8e7574
# Run optional test
Petr Písař 8e7574
%bcond_without automake_enables_optional_test
Pavel Raiskup fec434
Pavel Raiskup d0808e
# remove once %%configure is used instead of ./configure
Pavel Raiskup d0808e
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
cvsdist 918e13
Karsten Hopp c85120
Summary:    A GNU tool for automatically creating Makefiles
Karsten Hopp c85120
Name:       automake
Pavel Raiskup 47f089
Version:    %{api_version}.1
Igor Gnatenko 34371f
Release:    5%{?dist}
Pavel Raiskup 6a5b6d
Pavel Raiskup 6a5b6d
# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
Pavel Raiskup 6a5b6d
License:    GPLv2+ and GFDL and Public Domain and MIT
Pavel Raiskup 6a5b6d
Karsten Hopp c85120
Group:      Development/Tools
Pavel Raiskup 20b6af
Source:     ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
Pavel Raiskup 58eeb7
Source2:    http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
Pavel Raiskup 58eeb7
Source3:    http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
Pavel Raiskup b1d895
Pavel Raiskup e942d1
# Keep those patches in 'git format-patch' format (with docs).
Pavel Raiskup fec434
Pavel Raiskup fec434
Petr Písař 8e7574
%if %{with check} && !%{without automake_enables_optional_test}
Pavel Raiskup e942d1
Patch0:     automake-1.15-disable-vala-tests.patch
Pavel Raiskup fec434
Patch1:     automake-1.15-dejagnu-testcase.patch
Pavel Raiskup fec434
%endif
Pavel Raiskup 9e6939
Karsten Hopp e39b62
URL:        http://www.gnu.org/software/automake/
Pavel Raiskup 20b6af
Requires:   autoconf >= 2.65
Pavel Raiskup 3ca0c2
Pavel Raiskup aa395e
# requirements not detected automatically (#919810)
Pavel Raiskup 3ca0c2
Requires:   perl(Thread::Queue)
Pavel Raiskup aa395e
Requires:   perl(threads)
Pavel Raiskup 3ca0c2
Pavel Raiskup 20b6af
BuildRequires:  autoconf >= 2.65
Petr Písař f1aa60
BuildRequires:  coreutils
Petr Písař f1aa60
BuildRequires:  findutils
Petr Písař f1aa60
BuildRequires:  help2man
Petr Písař f1aa60
BuildRequires:  make
Petr Písař f1aa60
BuildRequires:  perl-generators
Petr Písař f1aa60
BuildRequires:  perl-interpreter
Petr Písař f1aa60
BuildRequires:  perl(Thread::Queue)
Petr Písař f1aa60
BuildRequires:  perl(threads)
Petr Písař f1aa60
Karsten Hopp c85120
Requires(post): /sbin/install-info
Karsten Hopp c85120
Requires(preun): /sbin/install-info
Karsten Hopp c85120
BuildArch:  noarch
Karsten Hopp c85120
Štěpán Kasal d4ea6c
# for better tests coverage:
Pavel Raiskup 4a8932
%if %{with check}
Petr Písař 8e7574
%if %{with automake_enables_optional_test}
Pavel Raiskup d505f9
BuildRequires: automake libtool gettext-devel flex bison texinfo-tex texlive-dvips
Pavel Raiskup 8862cb
BuildRequires: java-devel-openjdk gcc-gfortran
Štěpán Kasal 8a1cbd
BuildRequires: dejagnu expect emacs imake python-docutils vala
Petr Písař f1aa60
BuildRequires: cscope ncompress sharutils
Pavel Raiskup 9343d2
BuildRequires: gcc-objc gcc-objc++
Pavel Raiskup e1d407
%if !0%{?rhel:1}
Pavel Raiskup b36fd8
BuildRequires: python-virtualenv lzip
Pavel Raiskup e1d407
%endif
Pavel Raiskup 4a8932
%endif
Petr Písař 8e7574
%endif
Štěpán Kasal d4ea6c
Štěpán Kasal 8576d7
Pavel Raiskup 063874
Štěpán Kasal 8576d7
# remove bogus Automake perl dependencies and provides
Pavel Raiskup de01dc
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Automake::
Pavel Raiskup de01dc
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Automake::
Štěpán Kasal 8576d7
cvsdist 1ca959
%description
cvsdist 883558
Automake is a tool for automatically generating `Makefile.in'
cvsdist 883558
files compliant with the GNU Coding Standards.
cvsdist 1ca959
cvsdist 1ca959
You should install Automake if you are developing software and would
cvsdist 249ea0
like to use its ability to automatically generate GNU standard
Karsten Hopp 4e2286
Makefiles.
cvsdist 1ca959
cvsdist 1ca959
%prep
Pavel Raiskup e942d1
%autosetup -p1
Petr Písař 8e7574
%if %{with check} && %{with automake_enables_optional_test}
Pavel Raiskup 41ad05
autoreconf -iv
Pavel Raiskup fec434
%endif
Pavel Raiskup 0ea0e9
Pavel Raiskup 58eeb7
file=`find -name config.sub | head -1`
Pavel Raiskup 58eeb7
cp %{SOURCE2} $file
Pavel Raiskup 58eeb7
file=`find -name config.guess | head -1`
Pavel Raiskup 58eeb7
cp %{SOURCE3} $file
Pavel Raiskup 58eeb7
Karsten Hopp 88de12
# Fedora only to add ppc64p7 (Power7 optimized) arch:
Karsten Hopp 88de12
perl -pi -e "s/ppc64-\*/ppc64-\* \| ppc64p7-\*/" lib/config.sub
cvsdist 1ca959
cvsdist 1ca959
%build
Pavel Raiskup 694b23
# disable replacing config.guess and config.sub from redhat-rpm-config
Pavel Raiskup 694b23
%global _configure_gnuconfig_hack 0
Pavel Raiskup 694b23
%configure
Pavel Raiskup 694b23
make %{?_smp_mflags}
Karsten Hopp e39b62
cp m4/acdir/README README.aclocal
Karsten Hopp e39b62
cp contrib/multilib/README README.multilib
Karsten Hopp e39b62
cvsdist 1ca959
%install
Pavel Raiskup e84c05
make install DESTDIR=%{buildroot}
cvsdist be983e
Karsten Hopp 384792
%check
Pavel Raiskup 28c517
# %%global TESTS_FLAGS t/preproc-errmsg t/preproc-basics
Pavel Raiskup de01dc
%if %{with check}
Pavel Raiskup 28c517
make -k %{?_smp_mflags} check %{?TESTS_FLAGS: TESTS="%{TESTS_FLAGS}"} \
Pavel Raiskup 28c517
    || ( cat ./test-suite.log && false )
Pavel Raiskup de01dc
%endif
Karsten Hopp ebea23
cvsdist 1ca959
%post
Karsten Hopp ae4717
/sbin/install-info %{_infodir}/automake.info.gz %{_infodir}/dir || :
cvsdist 1ca959
cvsdist 1ca959
%preun
cvsdist 1ca959
if [ $1 = 0 ]; then
Karsten Hopp ae4717
    /sbin/install-info --delete %{_infodir}/automake.info.gz %{_infodir}/dir || :
cvsdist 1ca959
fi
cvsdist 1ca959
cvsdist 1ca959
%files
Pavel Raiskup de01dc
%doc AUTHORS README THANKS NEWS README.aclocal README.multilib COPYING*
Pavel Raiskup 849f10
%doc %{_pkgdocdir}/amhello-1.0.tar.gz
Pavel Raiskup e84c05
%exclude %{_infodir}/dir
Pavel Raiskup e84c05
%exclude %{_datadir}/aclocal
cvsdist 1ca959
%{_bindir}/*
cvsdist 1ca959
%{_infodir}/*.info*
cvsdist 11298e
%{_datadir}/automake-%{api_version}
cvsdist 11298e
%{_datadir}/aclocal-%{api_version}
Karsten Hopp c13c24
%{_mandir}/man1/*
cvsdist 1ca959
cvsdist 1ca959
%changelog
Igor Gnatenko 34371f
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.15.1-5
Igor Gnatenko 34371f
- Escape macros in %%changelog
Igor Gnatenko 34371f
Fedora Release Engineering 122991
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-4
Fedora Release Engineering 122991
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Fedora Release Engineering 122991
Merlin Mathesius 4255ff
* Fri Nov 03 2017 Merlin Mathesius <mmathesi@redhat.com> - 1.15.1-3
Merlin Mathesius 4255ff
- Bump release number in spec so package will build with commits made
Merlin Mathesius 4255ff
  by Petr Písař <ppisar@redhat.com> on Thu Aug 31 2017:
Merlin Mathesius 4255ff
  - Add build conditions for modularity
Merlin Mathesius 4255ff
  - Specify all dependencies
Merlin Mathesius 4255ff
Pavel Raiskup d243df
* Tue Aug 15 2017 Pavel Raiskup <praiskup@redhat.com> - 1.15.1-2
Pavel Raiskup d243df
- update config.{guess,sub} to gnuconfig git HEAD
Pavel Raiskup d243df
Pavel Raiskup 47f089
* Tue Aug 15 2017 Pavel Raiskup <praiskup@redhat.com> - 1.15.1-1
Pavel Raiskup 47f089
- new upstream bug-fix release
Pavel Raiskup 47f089
Fedora Release Engineering 857e1d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-11
Fedora Release Engineering 857e1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Fedora Release Engineering 857e1d
Pavel Raiskup fec434
* Wed Mar 29 2017 Pavel Raiskup <praiskup@redhat.com> - 1.15-10
Pavel Raiskup 226b18
- update config.{guess,sub} to gnuconfig git HEAD
Pavel Raiskup fec434
- avoid autoreconf with disabled testsuite
Pavel Raiskup 226b18
Fedora Release Engineering 8c27f5
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-9
Fedora Release Engineering 8c27f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Fedora Release Engineering 8c27f5
Pavel Raiskup fb3133
* Thu Oct 13 2016 Pavel Raiskup <praiskup@redhat.com> - 1.15-8
Pavel Raiskup fb3133
- update config.{guess,sub} to gnuconfig git HEAD
Pavel Raiskup fb3133
Pavel Raiskup c552a0
* Tue Jun 28 2016 Pavel Raiskup <praiskup@redhat.com> - 1.15-7
Pavel Raiskup c552a0
- avoid using $GZIP variable during make dist, fix one dejagnu test case
Pavel Raiskup c552a0
  (FTBFS fix, rhbz#1349381)
Pavel Raiskup 4c2c5f
Dennis Gilmore 94d684
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-6
Dennis Gilmore 94d684
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Dennis Gilmore 94d684
Pavel Raiskup 849f10
* Wed Aug 12 2015 Pavel Raiskup <praiskup@redhat.com> - 1.15-5
Pavel Raiskup 849f10
- use _pkgdocdir for docs to install amhello.tar.gz again (FTBFS in rawhide)
Pavel Raiskup 849f10
Pavel Raiskup e942d1
* Tue Jul 07 2015 Pavel Raiskup <praiskup@redhat.com> - 1.15-4
Pavel Raiskup e942d1
- use %%autosetup macro
Pavel Raiskup 2bc6fa
- fix FTBFS with new Perl (rhbz#1239379)
Pavel Raiskup e942d1
Pavel Raiskup 063874
* Tue Jun 23 2015 Pavel Raiskup <praiskup@redhat.com> - 1.15-3
Pavel Raiskup 063874
- add perl-Thread-Queue BR to avoid FTBFS
Pavel Raiskup 063874
Dennis Gilmore ee478e
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-2
Dennis Gilmore ee478e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Dennis Gilmore ee478e
Pavel Raiskup f7306e
* Tue Jan 06 2015 Pavel Raiskup <praiskup@redhat.com> - 1.15-1
Pavel Raiskup f7306e
- rebase to new minor version (#1179182)
Pavel Raiskup f7306e
- update config.{guess,sub} to gnuconfig git HEAD
Pavel Raiskup f7306e
Pavel Raiskup 694b23
* Wed Sep 10 2014 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-6
Pavel Raiskup 694b23
- from now (#991613 is fixed), use %%configure macro together with
Pavel Raiskup 694b23
  disabled %%_configure_gnuconfig_hack
Pavel Raiskup 694b23
Pavel Raiskup 58eeb7
* Wed Sep 10 2014 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-5
Pavel Raiskup 58eeb7
- update config.{guess,sub} to gnuconfig git HEAD
Pavel Raiskup 58eeb7
Pavel Raiskup b36fd8
* Mon Jun 09 2014 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-4
Pavel Raiskup b36fd8
- gcc-java removed completely from Fedora (#1105985)
Pavel Raiskup b36fd8
Dennis Gilmore 0c1dda
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14.1-3
Dennis Gilmore 0c1dda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Dennis Gilmore 0c1dda
Pavel Raiskup 47ffbf
* Thu Apr 17 2014 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-2
Pavel Raiskup 47ffbf
- don't require g77 at all for testsuite purposes (#1088854)
Pavel Raiskup 47ffbf
Pavel Raiskup 5329ef
* Tue Jan 07 2014 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-1
Pavel Raiskup 5329ef
- rebase to new maintenance release (#1046634)
Pavel Raiskup 5329ef
Pavel Raiskup ae64e8
* Mon Nov 25 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-4
Pavel Raiskup ae64e8
- %%{arm} is not aarch64, #1034154
Pavel Raiskup ae64e8
Pavel Raiskup 6599b6
* Tue Nov 05 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-3
Pavel Raiskup f3b195
- don't BR g77 in arm and RHEL build roots (#994910)
Pavel Raiskup 6599b6
Pavel Raiskup 28c517
* Thu Oct 24 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-2
Pavel Raiskup 41ad05
- rebase to automake-1.14, enable testsuite (#976973)
Pavel Raiskup 28c517
- fix the hash-order patch for testsuite and Perl 5.18
Pavel Raiskup 41ad05
Pavel Raiskup d0808e
* Wed Oct 09 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-1
Pavel Raiskup d0808e
- rebase to automake-1.14, first step (without testsuite) (#976973)
Pavel Raiskup d0808e
Pavel Raiskup 8862cb
* Thu Aug 22 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.4-6
Pavel Raiskup 8862cb
- don't require /usr/bin/g77 (#994910)
Pavel Raiskup 8862cb
Pavel Raiskup 03ff68
* Mon Aug 05 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.4-5
Igor Gnatenko 34371f
- allow build for unversioned %%doc directory (#986871), resolves #992003
Pavel Raiskup 03ff68
Dennis Gilmore 538f7c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.4-4
Dennis Gilmore 538f7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Dennis Gilmore 538f7c
Pavel Raiskup bb142f
* Mon Jul 22 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.4-3
Pavel Raiskup bb142f
- testsuite fix for Perl 5.18 rebase
Pavel Raiskup bb142f
Petr Písař 89a84a
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.13.4-2
Petr Písař 89a84a
- Perl 5.18 rebuild
Petr Písař 89a84a
Pavel Raiskup c8a196
* Mon Jun 17 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.4-1
Pavel Raiskup c8a196
- update to automake 1.13.4
Pavel Raiskup c8a196
Pavel Raiskup 8dd48e
* Thu May 16 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.2-1
Pavel Raiskup 8dd48e
- update to automake 1.13.2 (#963556), remove (now) redundant patches
Pavel Raiskup 8dd48e
Pavel Raiskup ff8d12
* Thu May 02 2013 Petr Hracek <phracek@redhat.com> - 1.13.1-18
Petr Hracek 16f576
- Patch pax hang up with big UID corrected on the base of upstream(#843379)
Petr Hracek 16f576
Petr Hracek 2d22e6
* Wed Apr 24 2013 Petr Hracek <phracek@redhat.com> - 1.13.1-17
Petr Hracek 2d22e6
- Patch pax hang up with big UID was removed(#843379)
Petr Hracek 2d22e6
Petr Hracek cf408a
* Wed Apr 24 2013 Petr Hracek <phracek@redhat.com> - 1.13.1-16
Petr Hracek cf408a
- configure stops when run by big UID (#843379)
Petr Hracek cf408a
Pavel Raiskup f28d18
* Thu Apr 11 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-15
Pavel Raiskup b52bbc
- tune %%check to show testsuite.log when failed
Pavel Raiskup b52bbc
Pavel Raiskup aa395e
* Tue Apr 02 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-14
Pavel Raiskup aa395e
- fix another requirement on perl package which may cause problems in future,
Paul Howarth a82807
  thanks to Paul Howarth (#924938)
Pavel Raiskup 6a5b6d
- f-r: remove Buildroot tag, fix license tag
Pavel Raiskup aa395e
Pavel Raiskup dc8f21
* Mon Mar 18 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-13
Pavel Raiskup b1d895
- remove old build dependency comment
Pavel Raiskup 7987ac
- fix bogus dates in changelog
Pavel Raiskup dc8f21
- use the %%{_smp_mflags} also by `make check`
Pavel Raiskup b1d895
Pavel Raiskup e1d407
* Mon Mar 18 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-11
Pavel Raiskup e1d407
- do not BR gcc-java in RHEL (change C&Ped from libtool)
Pavel Raiskup e1d407
Pavel Raiskup 3ca0c2
* Sun Mar 10 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-10
Pavel Raiskup 3ca0c2
- add the 'perl(Thread::Queue)' dependency (#919810)
Pavel Raiskup 3ca0c2
Peter Robinson 60c725
* Sat Feb 23 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.13.1-9
Peter Robinson 60c725
- Bump build for ARM
Peter Robinson 60c725
Pavel Raiskup 9e6939
* Fri Feb 22 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-8
Pavel Raiskup 9e6939
- update the patch for the non-existent 'm4' directory issue to the one already
Pavel Raiskup 9e6939
  committed in upstream repository
Pavel Raiskup 9e6939
Pavel Raiskup 0ea0e9
* Thu Feb 21 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-7
Pavel Raiskup 0ea0e9
- do not run 'autoreconf --force' (#913279)
Pavel Raiskup 0ea0e9
Karsten Hopp 88de12
* Wed Feb 20 2013 Karsten Hopp <karsten@redhat.com> 1.13.1-6
Karsten Hopp 88de12
- add support for ppc64p7 arch (Power7 optimized)
Karsten Hopp 88de12
Pavel Raiskup fedee2
* Thu Feb 14 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-5
Pavel Raiskup fedee2
- Do not fail in aclocal when the first include directory does not exist
Pavel Raiskup fedee2
  (#901333)
Pavel Raiskup 7c5786
- do not require texlive-latex-fonts (rawhide texinfo repaired)
Pavel Raiskup ad2fdf
- use macros in Patch statements
Pavel Raiskup fedee2
Dennis Gilmore 0f8ac2
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.1-4
Dennis Gilmore 0f8ac2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Dennis Gilmore 0f8ac2
Pavel Raiskup ffe6bc
* Thu Jan 17 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-3
Pavel Raiskup ffe6bc
- re-enable AM_CONFIG_HEADER macro in Fedora distribution (#896442)
Pavel Raiskup 4c6d5a
- disable testing for non-existence of this macros (join with vala)
Pavel Raiskup ffe6bc
Pavel Raiskup 9343d2
* Mon Jan 14 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-2
Pavel Raiskup 9343d2
- allow to run bigger subset of tests in testsuite
Pavel Raiskup 9343d2
Pavel Raiskup 46d225
* Sat Jan 12 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-1
Pavel Raiskup 20b6af
- update to recent automake-1.13.1
Pavel Raiskup 20b6af
- minimum required autoconf is 2.65 (based on upstream suggestion)
Pavel Raiskup 20b6af
- make check is run now parallel (based on 't/README' it helps also on
Pavel Raiskup 20b6af
  single-thread machines)
Pavel Raiskup 46d225
- drop old sleep-patch and better disable vala tests (requires autoreconf)
Pavel Raiskup 59c11c
- add temporary BR dependency on texlive-latex-fonts for rawhide (f19 only)
Pavel Raiskup 59c11c
  (should be implicitly pulled by texlive-dvips probably)
Pavel Raiskup 20b6af
Pavel Raiskup 7987ac
* Thu Oct 25 2012 Pavel Raiskup <praiskup@redhat.com> - 1.12.2-6
Pavel Raiskup e84c05
- fedora-review -> s/define/global/, s/RPM_BUILD_ROOT/buildroot/,
Pavel Raiskup e84c05
  remove defattr() from %%files section
Pavel Raiskup e84c05
Pavel Raiskup 53a66d
* Wed Sep 26 2012 Pavel Raiskup <praiskup@redhat.com> - 1.12.2-5
Pavel Raiskup e84c05
- rather skip failing tests than disabling - previous solution required
Pavel Raiskup 53a66d
  autoreconf (#860577)
Pavel Raiskup 53a66d
Pavel Raiskup 2a0164
* Wed Sep 26 2012 Pavel Raiskup <praiskup@redhat.com> - 1.12.2-4
Pavel Raiskup 2a0164
- ups, forgot to add patch for (#860577)
Pavel Raiskup 2a0164
Pavel Raiskup 4758a1
* Wed Sep 26 2012 Pavel Raiskup <praiskup@redhat.com> - 1.12.2-3
Pavel Raiskup 4758a1
- temporarily disable vala checks in testsuite because of vala rebase to
Pavel Raiskup 4758a1
  vala-0.18.0 (#860577)
Pavel Raiskup 4758a1
Pavel Raiskup de01dc
* Tue Sep 25 2012 Pavel Raiskup <praiskup@redhat.com> - 1.12.2-3
Pavel Raiskup de01dc
- Thanks to Ralf Corsépius <corsepiu@fedoraproject.org> - these fixes are
Pavel Raiskup de01dc
  slightly reworked changes (due to rebase of automake) from his patch attached
Pavel Raiskup de01dc
  to bug #823766
Pavel Raiskup de01dc
- Include COPYING.
Pavel Raiskup de01dc
- Add rpm-4.9 perl-filters %%__provides_exclude, %%__requires_exclude.
Pavel Raiskup de01dc
  Remove rpm-4.8 perl-filters (Address RHBZ 823766).
Pavel Raiskup de01dc
- Remove utf-8 conversion of NEWS (Already utf-8 encoded).
Pavel Raiskup de01dc
- Add BR: perl-macros, Remove BR: perl-devel.
Pavel Raiskup de01dc
- Add support for --with/out=check.
Pavel Raiskup de01dc
- Append --disable-silent-rules to configure.
Pavel Raiskup de01dc
- remove trailing white spaces
Pavel Raiskup de01dc
Dennis Gilmore 834c33
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.2-2
Dennis Gilmore 834c33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Dennis Gilmore 834c33
Karsten Hopp e39b62
* Tue Jul 17 2012 Karsten Hopp <karsten@redhat.com> 1.12.2-1
Karsten Hopp e39b62
- automake-1.12.2
Karsten Hopp e39b62
Karsten Hopp e21ee9
* Mon Apr 16 2012 Karsten Hopp <karsten@redhat.com> 1.11.5-1
Karsten Hopp e21ee9
- automake-1.11.5
Karsten Hopp e21ee9
Karsten Hopp 79c023
* Tue Apr 03 2012 Karsten Hopp <karsten@redhat.com> 1.11.4-1
Karsten Hopp 79c023
- automake-1.11.4
Karsten Hopp 79c023
Karsten Hopp e86c26
* Thu Feb 02 2012 Karsten Hopp <karsten@redhat.com> 1.11.3-1
Karsten Hopp e86c26
- automake 1.11.3
Karsten Hopp e86c26
Karsten Hopp 3cee6c
* Mon Jan 30 2012 Karsten Hopp <karsten@redhat.com> 1.11.2-1
Karsten Hopp 3cee6c
- automake 1.11.2, enable all checks again
Karsten Hopp 3cee6c
Karsten Hopp b4717b
* Wed Dec 07 2011 Karsten Hopp <karsten@redhat.com> 1.11.1-7
Karsten Hopp b4717b
- disable some erroneous checks (660739, 756957)
Karsten Hopp b4717b
Dennis Gilmore b1f6a8
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.1-6
Dennis Gilmore b1f6a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore b1f6a8
Karsten Hopp 4e2286
* Mon Mar 29 2010 Karsten Hopp <karsten@redhat.com> 1.11.1-5
Pavel Raiskup de01dc
- removed redundant text about installing autoconf from package
Karsten Hopp 4e2286
  description (#225302)
Pavel Raiskup de01dc
- don't create /usr/share/aclocal as it is owned be the filesystem
Karsten Hopp 4e2286
  package (#570744, #225302)
Karsten Hopp 4e2286
Karsten Hopp aa9eb2
* Fri Mar 05 2010 Karsten Hopp <karsten@redhat.com> 1.11.1-4
Karsten Hopp aa9eb2
- Directory /usr/share/aclocal now owned by filesystem
Karsten Hopp aa9eb2
   (#570744)
Karsten Hopp aa9eb2
Štěpán Kasal 8576d7
* Tue Mar  2 2010 Stepan Kasal <skasal@redhat.com> - 1.11.1-3
Štěpán Kasal 8576d7
- use perl filtering macros
Štěpán Kasal 8576d7
Karsten Hopp 80c28f
* Tue Mar 02 2010 Karsten Hopp <karsten@redhat.com> 1.11.1-2
Karsten Hopp 80c28f
- better method of fixing the perl requires/provides (Paul Howarth, #225302)
Karsten Hopp 80c28f
- fix variable usage in spec file (#225302)
Karsten Hopp 80c28f
- use pregenerated manpages from automake-1.11 (#225302)
Karsten Hopp 80c28f
- update URL (#225302)
Karsten Hopp 80c28f
Štěpán Kasal 6fb6d8
* Wed Dec 09 2009 Karsten Hopp <karsten@redhat.com> 1.11.1-1
Štěpán Kasal 6fb6d8
- update to version 1.11.1 to fix CVE-2009-4029
Štěpán Kasal 6fb6d8
Karsten Hopp 7054c5
* Tue Dec 01 2009 Karsten Hopp <karsten@redhat.com> 1.11-6
Karsten Hopp 7054c5
- preserve time stamps of man pages (#225302)
Karsten Hopp 7054c5
- drop MIT from list of licenses
Karsten Hopp 7054c5
Štěpán Kasal 8a1cbd
* Wed Nov  4 2009 Stepan Kasal <skasal@redhat.com> - 1.11-5
Štěpán Kasal 8a1cbd
- add even more testsuite build requires
Štěpán Kasal 8a1cbd
Štěpán Kasal d4ea6c
* Wed Nov  4 2009 Stepan Kasal <skasal@redhat.com> - 1.11-4
Štěpán Kasal d4ea6c
- add build requires for testsuite
Štěpán Kasal d4ea6c
Jesse Keating 49b09a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-3
Jesse Keating 49b09a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating 49b09a
Štěpán Kasal 00cae7
* Mon May 25 2009 Stepan Kasal <skasal@redhat.com> 1.11-2
Štěpán Kasal 00cae7
- re-enable make check
Štěpán Kasal 00cae7
- Automake 1.11 requires autoconf 2.62 or later
Štěpán Kasal 00cae7
Karsten Hopp 988f88
* Mon May 25 2009 Karsten Hopp <karsten@redhat.com> 1.11-1
Karsten Hopp 988f88
- update to automake 1.11
Karsten Hopp 988f88
Jesse Keating c401d4
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.2-3
Jesse Keating c401d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating c401d4
Karsten Hopp 0e049a
* Wed Jan 21 2009 Karsten Hopp <karsten@redhat.com> 1.10.2-2
Karsten Hopp 0e049a
- convert NEWS file to UTF-8 (#225302)
Karsten Hopp 0e049a
Karsten Hopp 4c73ba
* Wed Jan 14 2009 Karsten Hopp <karsten@redhat.com> 1.10.2-1
Karsten Hopp 4c73ba
- version 1.10.2
Karsten Hopp 4c73ba
Štěpán Kasal 523727
* Mon Feb  4 2008 Stepan Kasal <skasal@redhat.com> 1.10.1-2
Štěpán Kasal 523727
- require autoconf 2.60 or later
Štěpán Kasal 523727
Štěpán Kasal e33040
* Sat Jan 26 2008 Stepan Kasal <skasal@redhat.com> 1.10.1-1
Štěpán Kasal e33040
- automake-1.10.1
Štěpán Kasal e33040
Štěpán Kasal 85b3bf
* Mon Oct 29 2007 Stepan Kasal <skasal@redhat.com> 1.10-7
Štěpán Kasal 85b3bf
- keep amhello-1.0.tar.gz in the installed documentation
Štěpán Kasal 85b3bf
Karsten Hopp c13c24
* Thu Aug 09 2007 Karsten Hopp <karsten@redhat.com> 1.10-6
Karsten Hopp c13c24
- update license tag
Karsten Hopp c13c24
- add Debian man pages for aclocal and automake (#246087)
Karsten Hopp c13c24
Karsten Hopp 384792
* Tue Feb 20 2007 Karsten Hopp <karsten@redhat.com> 1.10-5
Karsten Hopp 384792
- fix some rpmlint warnings
Karsten Hopp 384792
Karsten Hopp c85120
* Tue Feb 20 2007 Karsten Hopp <karsten@redhat.com> 1.10-4
Karsten Hopp c85120
- bz 225302:
Karsten Hopp c85120
- make install DESTDIR=...
Karsten Hopp c85120
- fix BuildRoot
Karsten Hopp c85120
- fix post/preun requirements
Karsten Hopp c85120
- define all directories on ./configure line
Karsten Hopp c85120
- filter perl(Automake*) dependencies
Karsten Hopp c85120
- replace all tabs with spaces
Karsten Hopp c85120
- remove trailing dot from summary
Karsten Hopp c85120
Karsten Hopp ae4717
* Thu Jan 18 2007 Karsten Hopp <karsten@redhat.com> 1.10-3
Karsten Hopp ae4717
- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä)
Karsten Hopp ae4717
Karsten Hopp fd7e4b
* Tue Nov 21 2006 Karsten Hopp <karsten@redhat.com> 1.10-2
Karsten Hopp fd7e4b
- rebuild
Karsten Hopp fd7e4b
Karsten Hopp 034e23
* Fri Nov 10 2006 Karsten Hopp <karsten@redhat.de> 1.10-1
Karsten Hopp 034e23
- automake 1.10
Karsten Hopp 034e23
Jesse Keating 8281de
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.9.6-2.1
Jesse Keating 8281de
- rebuild
Jesse Keating 8281de
Karsten Hopp ebea23
* Mon Dec 19 2005 Karsten Hopp <karsten@redhat.de> 1.9.6-2
Karsten Hopp ebea23
- include NEWS file (#174674)
Karsten Hopp ebea23
- add %%check (#174674)
Karsten Hopp ebea23
Jesse Keating 4136e3
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating 4136e3
- rebuilt
Jesse Keating 4136e3
Karsten Hopp a33bca
* Tue Jul 19 2005 Karsten Hopp <karsten@redhat.de> 1.9.6-1
Karsten Hopp a33bca
- Automake 1.9.6
Karsten Hopp a33bca
Florian La Roche ad644c
* Sun Feb 13 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche ad644c
- 1.9.5 bug-fix release
Florian La Roche ad644c
dreed 16a046
* Tue Feb  1 2005 Daniel Reed <djr@redhat.com> 1.9.4-1
dreed 16a046
- version bump
dreed 16a046
  - Portability nits in install-sh and mdata-sh.
dreed 16a046
  - Don't let `make install' fails if a _JAVA primary becomes empty
dreed 16a046
    because of conditionals.
dreed 16a046
  - Do not confuse CHANGELOG with ChangeLog on case-insensitive
dreed 16a046
    case-preserving file systems (likewise for all automatically
dreed 16a046
    distributed files).
dreed 16a046
  - Do not embed $DESTDIR in Python's byte-code files.
dreed 16a046
  - Work around programs that read stdin when checking for --version
dreed 16a046
    and --help options (when the `std-options' is used).
dreed 16a046
  - Fix AM_PATH_PYTHON to correctly define PYTHON as `:' when no minimum
dreed 16a046
    version was supplied and no interpreter is found.
dreed 16a046
dreed c18722
* Mon Nov  1 2004 Daniel Reed <djr@redhat.com> 1.9.3-1
dreed c18722
- version bump
dreed c18722
  - 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 c18722
  - Ignore comments from augmented variables ...
dreed c18722
  - `install-sh -d a/b/' failed to create `a/b/' because of the trailing `/'.
dreed c18722
  - _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 c18722
  - `compile' now handles `*.obj' objects.
dreed c18722
  - `aclocal' recognizes AC_DEFUN_ONCE.
dreed c18722
Warren Togami 9e65d4
* Tue Sep 28 2004 Warren Togami <wtogami@redhat.com> - 1.9.2-3
Warren Togami 9e65d4
- trim docs
Warren Togami 9e65d4
dreed 6f75b8
* Mon Sep 20 2004 Daniel Reed <djr@redhat.com> - 1.9.2-1
dreed 6f75b8
- version bump
dreed 6f75b8
  - 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 6f75b8
  - Support `+' in the name of directories given to `include'.
dreed 6f75b8
  - Preserve spaces in the arguments of `compile'.
dreed 6f75b8
  - `missing' will no longer try to emulate a tool that is run with `--version' or `--help' as argument.
dreed 6f75b8
  - There is a new chapter about the history of Automake.
dreed 6f75b8
cvsdist 94115c
* Wed Aug 11 2004 Daniel Reed <djr@redhat.com> - 1.9.1-1
cvsdist 94115c
- version bump
cvsdist 94115c
  - Adjust #line directives in `parser.h' (when ylwrap is not used). (PR/432)
cvsdist 94115c
  - Fix definition of YLWRAP when ylwrap is installed in a default aux directory found in a parent package.
cvsdist 94115c
  - Properly recognize AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.
cvsdist 94115c
cvsdist f3db6e
* Fri Jul 30 2004 Daniel Reed <djr@redhat.com> - 1.9-1
cvsdist f3db6e
- version bump
cvsdist f3db6e
cvsdist 89d1d3
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 89d1d3
- rebuilt
cvsdist 89d1d3
cvsdist 60fdda
* Mon May 17 2004 Jens Petersen <petersen@redhat.com> - 1.8.5-1
cvsdist 60fdda
- update to 1.8.5
cvsdist 60fdda
cvsdist 1318cc
* Thu May 13 2004 Jens Petersen <petersen@redhat.com> - 1.8.4-1
cvsdist 1318cc
- update to 1.8.4
cvsdist 1318cc
cvsdist 883558
* Fri Mar 12 2004 Jens Petersen <petersen@redhat.com> - 1.8.3-1
cvsdist 883558
- update to 1.8.3 bugfix release
cvsdist 883558
cvsdist 883558
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 883558
- rebuilt
cvsdist 883558
cvsdist 9401ec
* Tue Jan 13 2004 Jens Petersen <petersen@redhat.com> - 1.8.2-1
cvsdist 883558
- 1.8.2 bugfix release
cvsdist 9401ec
- do not pass VERBOSE=xNO to "make check" as non-empty means be verbose
cvsdist 9401ec
cvsdist 9401ec
* Thu Dec 11 2003 Jens Petersen <petersen@redhat.com> - 1.8-1
cvsdist 9401ec
- update to 1.8 release
cvsdist 9401ec
- require autoconf 2.58 or later
cvsdist 9401ec
- don't use %%configure for now to prevent very recent configure from running
cvsdist 9401ec
  "config.sub noarch-redhat-linux"
cvsdist 9401ec
cvsdist 9401ec
* Mon Nov 10 2003 Jens Petersen <petersen@redhat.com> - 1.7.9-1
cvsdist 9401ec
- update to 1.7.9 bugfix release
cvsdist 9401ec
- require autoconf 2.54 or later
cvsdist 9401ec
cvsdist 0b902f
* Tue Oct  7 2003 Jens Petersen <petersen@redhat.com> - 1.7.8-1
cvsdist 0b902f
- update to 1.7.8 bugfix release
cvsdist 0b902f
cvsdist 0b902f
* Wed Sep 10 2003 Jens Petersen <petersen@redhat.com> - 1.7.7-1
cvsdist 0b902f
- update to 1.7.7 bugfix release
cvsdist 0b902f
cvsdist 0b902f
* Fri Jul 11 2003 Jens Petersen <petersen@redhat.com> - 1.7.6-1
cvsdist 0b902f
- update to 1.7.6 bugfix release
cvsdist 0b902f
cvsdist 0b902f
* Tue May 20 2003 Jens Petersen <petersen@redhat.com> - 1.7.5-1
cvsdist 0b902f
- update to 1.7.5 bugfix release
cvsdist 0b902f
cvsdist 0b902f
* Thu Apr 24 2003 Jens Petersen <petersen@redhat.com> - 1.7.4-1
cvsdist 0b902f
- update to 1.7.4
cvsdist 0b902f
cvsdist 0b902f
* Thu Mar  6 2003 Jens Petersen <petersen@redhat.com> - 1.7.3-1
cvsdist 0b902f
- update to 1.7.3
cvsdist 0b902f
- python dir lib64 patch no longer needed
cvsdist 0b902f
- build requires Autoconf 2.54 or later
cvsdist 0b902f
cvsdist e0600e
* Mon Jan 27 2003 Jens Petersen <petersen@redhat.com> - 1.6.3-5
cvsdist e0600e
- patch from 1.7-branch to try python distutils for setting pythondir (#80994)
cvsdist e0600e
cvsdist e0600e
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist e0600e
- rebuilt
cvsdist e0600e
cvsdist e0600e
* Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 1.6.3-3
cvsdist e0600e
- Fix unpackaged file
cvsdist e0600e
cvsdist e0600e
* Tue Dec  3 2002 Jens Petersen <petersen@redhat.com> 1.6.3-2
cvsdist e0600e
- add "--without check" rpmbuild option to switch "make check" off
cvsdist e0600e
- exclude info dir file
cvsdist e0600e
- don't gzip info files explicitly
cvsdist e0600e
cvsdist e0600e
* Mon Nov 18 2002 Jens Petersen <petersen@redhat.com>
cvsdist e0600e
- use api_version in version
cvsdist e0600e
cvsdist 6d8a91
* Mon Jul 29 2002 Jens Petersen <petersen@redhat.com> 1.6.3-1
cvsdist 6d8a91
- bug fix release 1.6.3
cvsdist 6d8a91
cvsdist 11298e
* Thu Jul 11 2002 Jens Petersen <petersen@redhat.com> 1.6.2-2
cvsdist e0600e
- add buildrequires autoconf 2.52 or greater [reported by Edward Avis]
cvsdist be983e
cvsdist 11298e
* Wed Jun 19 2002 Jens Petersen <petersen@redhat.com> 1.6.2-1
cvsdist 11298e
- 1.6.2 (bug fix release)
cvsdist 11298e
- do "make check" after building
cvsdist 11298e
cvsdist 11298e
* Thu May 23 2002 Tim Powers <timp@redhat.com> 1.6.1-2
cvsdist 11298e
- automated rebuild
cvsdist 11298e
cvsdist 11298e
* Tue Apr 23 2002 Jens Petersen <petersen@redhat.com> 1.6.1-1
cvsdist 11298e
- 1.6.1
cvsdist 11298e
cvsdist 11298e
* Tue Mar 12 2002 Jens Petersen <petersen@redhat.com> 1.6-1
cvsdist 11298e
- new package based on automake15
cvsdist 11298e
- 1.6
cvsdist 11298e
cvsdist 11298e
* Wed Jan 23 2002 Jens Petersen <petersen@redhat.com> 1.5-8
cvsdist 11298e
- better aclocal versioning
cvsdist 11298e
cvsdist 11298e
* Wed Jan 23 2002 Jens Petersen <petersen@redhat.com> 1.5-7
cvsdist 11298e
- don't version datadir/automake
cvsdist 11298e
cvsdist 11298e
* Tue Jan 15 2002 Jens Petersen <petersen@redhat.com> 1.5-6
cvsdist 11298e
- version suffix programs and data directories
cvsdist 11298e
- own symlinks to programs and /usr/share/aclocal
cvsdist 11298e
cvsdist 11298e
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.5-5
cvsdist 11298e
- automated rebuild
cvsdist 11298e
cvsdist 11298e
* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-4
cvsdist 11298e
- Completely back out the fix for #56624 for now, it causes more problems
cvsdist 11298e
  than it fixes in either form.
cvsdist 11298e
cvsdist 11298e
* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-3
cvsdist 11298e
- Don't use AS_DIRNAME, it doesn't work.
cvsdist 11298e
Pavel Raiskup 7987ac
* Tue Jan  8 2002 Jens Petersen <petersen@redhat.com> 1.5-2
cvsdist 11298e
- Patch depout.m4 to handle makefiles passed to make with "-f" (#56624)
cvsdist 11298e
cvsdist 11298e
* Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-1
cvsdist 11298e
- Update to 1.5 - much better to coexist with autoconf 2.52...
cvsdist 11298e
- Fix specfile
cvsdist 11298e
- No patches
cvsdist d838ad
cvsdist 249ea0
* Fri Aug 24 2001 Jens Petersen <petersen@redhat.com> - 1.4p5-2
cvsdist 249ea0
- dont raise error when there is source in a subdirectory (bug #35156).
Pavel Raiskup de01dc
  This was preventing automake from working in binutuls/gas
cvsdist 249ea0
  [patch from HJ Lu <hjl@gnu.org>]
cvsdist 249ea0
- format long lines of output properly with backslash + newlines as in 1.4
cvsdist 249ea0
  (bug #35259) [patch from HJ Lu <hjl@gnu.org>]
cvsdist 249ea0
cvsdist 7e6d84
* Sat Jul 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 7e6d84
- 1.4-p5, fixes #48788
cvsdist 7e6d84
cvsdist 918e13
* Tue Jun 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 918e13
- add the patch from #20559
cvsdist 918e13
- really update to 1.4-p4
cvsdist 918e13
cvsdist 918e13
* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 918e13
- update to 1.4-p4
cvsdist 918e13
cvsdist 918e13
* Sat May 12 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 918e13
- Version 1.4-p1 to work with libtool-1.4
cvsdist 918e13
cvsdist 1ca959
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 1ca959
- automatic rebuild
cvsdist 1ca959
cvsdist 1ca959
* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 1ca959
- FHS packaging.
cvsdist 1ca959
cvsdist 1ca959
* Fri Feb 04 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 1ca959
- fix bug #8870
cvsdist 1ca959
cvsdist 1ca959
* Sat Aug 21 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 1ca959
- revert to pristine automake-1.4.
cvsdist 1ca959
cvsdist 1ca959
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
cvsdist 1ca959
- arm netwinder patch
cvsdist 1ca959
cvsdist 1ca959
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist 1ca959
- Injected new description and group.
cvsdist 1ca959
cvsdist 1ca959
* Mon Feb  8 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 1ca959
- add patches from CVS for 6.0beta1
cvsdist 1ca959
cvsdist 1ca959
* Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 1ca959
- update to 1.4.
cvsdist 1ca959
cvsdist 1ca959
* Mon Nov 23 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 1ca959
- update to 1.3b.
cvsdist 1ca959
- add URL.
cvsdist 1ca959
cvsdist 1ca959
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
cvsdist 1ca959
- translations modified for de, fr, tr
cvsdist 1ca959
cvsdist 1ca959
* Tue Apr 07 1998 Erik Troan <ewt@redhat.com>
cvsdist 1ca959
- updated to 1.3
cvsdist 1ca959
cvsdist 1ca959
* Tue Oct 28 1997 Cristian Gafton <gafton@redhat.com>
cvsdist 1ca959
- added BuildRoot; added aclocal files
cvsdist 1ca959
cvsdist 1ca959
* Fri Oct 24 1997 Erik Troan <ewt@redhat.com>
cvsdist 1ca959
- made it a noarch package
cvsdist 1ca959
cvsdist 1ca959
* Thu Oct 16 1997 Michael Fulbright <msf@redhat.com>
cvsdist 1ca959
- Fixed some tag lines to conform to 5.0 guidelines.
cvsdist 1ca959
cvsdist 1ca959
* Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
cvsdist 1ca959
- updated to 1.2
cvsdist 1ca959
cvsdist 1ca959
* Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
cvsdist 1ca959
- first version (1.0)