From 8027ee2cbcd4e053aeae3237fcd7f87602baee61 Mon Sep 17 00:00:00 2001 From: Štěpán Kasal Date: Jun 11 2009 09:24:26 +0000 Subject: - update to automake 1.11 --- diff --git a/.cvsignore b/.cvsignore index 4a75ca4..108d901 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -automake-1.10.2.tar.bz2 +automake-1.11.tar.bz2 diff --git a/automake-check10-fix.patch b/automake-check10-fix.patch deleted file mode 100644 index e550776..0000000 --- a/automake-check10-fix.patch +++ /dev/null @@ -1,15 +0,0 @@ -2009-05-25 Stepan Kasal - - * tests/check10.test: Fix the exit code of the subshell; the - same as commit f51165dd1a6ca52d64ba73697e9ba4a24715b0ec - ---- automake-1.10.2/tests/check10.test.orig 2008-11-23 09:29:00.000000000 +0100 -+++ automake-1.10.2/tests/check10.test 2009-05-25 12:57:21.000000000 +0200 -@@ -72,6 +72,7 @@ - env TESTS="xpass xpass2" $MAKE -e check - env TESTS='pass skip xfail' $MAKE -e check - $MAKE check -+ : - ) >stdout - cat stdout - diff --git a/automake.spec b/automake.spec index 766f425..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}.2 -Release: 4 +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 @@ -11,10 +11,9 @@ Source1: filter-provides-automake.sh Source2: filter-requires-automake.sh Source3: automake.man Source4: aclocal.man -Patch0: automake-check10-fix.patch 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 @@ -35,7 +34,6 @@ GNU's Autoconf package. %prep %setup -q -n automake-%{version} -%patch0 -p1 %build ./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \ @@ -82,6 +80,13 @@ 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 diff --git a/sources b/sources index 0cc5c20..7858f11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1498208ab1c8393dcbd9afb7d06df6d5 automake-1.10.2.tar.bz2 +4db4efe027e26b33930a7e151de19d0f automake-1.11.tar.bz2