diff --git a/.cvsignore b/.cvsignore index b1a474e..4df0c81 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ autoconf-2.59.tar.bz2 +autoconf-2.60.tar.bz2 diff --git a/autoconf.spec b/autoconf.spec index d35c112..a6ba1ea 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,14 +1,13 @@ Summary: A GNU tool for automatically configuring source code. Name: autoconf -Version: 2.59 -Release: 12 +Version: 2.60 +Release: 1 License: GPL Group: Development/Tools Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2 -Patch0: autoconf-2.59-intrinsic.patch -Patch1: autoconf-2.59-lock.patch +Patch0: autoconf-2.60-linkX11.patch URL: http://www.gnu.org/software/autoconf/ -BuildRequires: sed, m4, emacs +BuildRequires: sed, m4, emacs, help2man Prereq(post,preun): /sbin/install-info Requires: gawk, m4, mktemp, perl, textutils, imake BuildArchitectures: noarch @@ -32,8 +31,7 @@ their use. %prep %setup -q -n autoconf-%{version} -%patch0 -p1 -b .mod-x -%patch1 -p1 -b .lock +%patch0 -p1 -b .linkX11 %build %configure @@ -71,6 +69,9 @@ fi %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO %changelog +* Thu Nov 09 2006 Karsten Hopp 2.60-1 +- autoconf-2.60 + * Fri Oct 13 2006 Stepan Kasal 2.59-12 - Add autoconf-2.59-lock.patch to eliminate a perl warning (#210653). diff --git a/sources b/sources index 9b80853..7dfa8c2 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 1ee40f7a676b3cfdc0e3f7cd81551b5f autoconf-2.59.tar.bz2 +019609c29d0cbd9110c38480304aafc8 autoconf-2.60.tar.bz2