From c05fe0727deaf1d08fc6bc649d3e7adce52274ba Mon Sep 17 00:00:00 2001 From: Štěpán Kasal Date: Jun 11 2009 09:25:55 +0000 Subject: - update to automake 1.11 --- diff --git a/.cvsignore b/.cvsignore index c2942ee..108d901 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -automake-1.10.1.tar.bz2 +automake-1.11.tar.bz2 diff --git a/automake.spec b/automake.spec index 6c7d98b..7c4bed0 100644 --- a/automake.spec +++ b/automake.spec @@ -1,9 +1,9 @@ -%define api_version 1.10 +%define api_version 1.11 Summary: A GNU tool for automatically creating Makefiles Name: automake -Version: %{api_version}.1 -Release: 2 +Version: %{api_version} +Release: 2%{?dist} License: GPLv2+ and GFDL and MIT Group: Development/Tools Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2 @@ -12,8 +12,8 @@ Source2: filter-requires-automake.sh Source3: automake.man Source4: aclocal.man URL: http://sources.redhat.com/automake -Requires: autoconf >= 2.60 -Buildrequires: autoconf >= 2.60 +Requires: autoconf >= 2.62 +Buildrequires: autoconf >= 2.62 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info BuildArch: noarch @@ -40,6 +40,8 @@ GNU's Autoconf package. --bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir} \ --docdir=%{_docdir}/%{name}-%{version} make %{?_smp_mflags} +mv -f NEWS NEWS_ +iconv -f ISO_8859-15 -t UTF-8 NEWS_ -o NEWS %install rm -rf ${RPM_BUILD_ROOT} @@ -54,7 +56,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal rm -f $RPM_BUILD_ROOT%{_infodir}/dir %check -#make check || make check VERBOSE=yes +make check %clean rm -rf ${RPM_BUILD_ROOT} @@ -78,6 +80,25 @@ fi %dir %{_datadir}/aclocal %changelog +* Mon May 25 2009 Stepan Kasal 1.11-2 +- re-enable make check +- Automake 1.11 requires autoconf 2.62 or later + +* Mon May 25 2009 Karsten Hopp 1.11-1 +- update to automake 1.11 + +* Mon May 25 2009 Stepan Kasal - 1.10.2-4 +- fix the failing test, re-enable check + +* Mon Feb 23 2009 Fedora Release Engineering - 1.10.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Jan 21 2009 Karsten Hopp 1.10.2-2 +- convert NEWS file to UTF-8 (#225302) + +* Wed Jan 14 2009 Karsten Hopp 1.10.2-1 +- version 1.10.2 + * Mon Feb 4 2008 Stepan Kasal 1.10.1-2 - require autoconf 2.60 or later diff --git a/sources b/sources index fc77d2c..7858f11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4510391e6b3edaa4cffb3ced87c9560c automake-1.10.1.tar.bz2 +4db4efe027e26b33930a7e151de19d0f automake-1.11.tar.bz2