update to 2.68

This commit is contained in:
Karsten Hopp 2010-12-06 11:41:11 +01:00
parent 30b20e217d
commit 40b80754e2
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
autoconf-2.66.tar.xz
/autoconf-2.68.tar.xz

View File

@ -1,11 +1,10 @@
Summary: A GNU tool for automatically configuring source code
Name: autoconf
Version: 2.66
Release: 2%{?dist}
Version: 2.68
Release: 1%{?dist}
License: GPLv2+ and GFDL
Group: Development/Tools
Source: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz
Patch0: autoconf-2.66-611661.patch
URL: http://www.gnu.org/software/autoconf/
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -55,7 +54,6 @@ their use.
%prep
%setup -q
%patch0 -p1
%build
%configure
@ -101,6 +99,9 @@ fi
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%changelog
* Mon Dec 06 2010 Karsten Hopp <karsten@redhat.com> 2.68-1
- update to 2.68
* Tue Jul 06 2010 Karsten Hopp <karsten@redhat.com> 2.66-2
- add 2 upstream patches (#611661)
- allow rpmbuild --without check

View File

@ -1 +1 @@
adbe7e7fde3c34a400d33a8ac631c877 autoconf-2.66.tar.xz
723677f7727542d273112e7feb870a7a autoconf-2.68.tar.xz