diff --git a/automake.spec b/automake.spec index 29e6e28..6f8b8b9 100644 --- a/automake.spec +++ b/automake.spec @@ -2,8 +2,8 @@ Summary: A GNU tool for automatically creating Makefiles Name: automake -Version: %{api_version} -Release: 6%{?dist} +Version: %{api_version}.1 +Release: 1%{?dist} License: GPLv2+ and GFDL Group: Development/Tools Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2 @@ -38,7 +38,7 @@ Makefiles. If you install Automake, you will also need to install GNU's Autoconf package. %prep -%setup -q -n automake-%{version} +%setup -q %build ./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \ @@ -85,6 +85,9 @@ fi %dir %{_datadir}/aclocal %changelog +* Wed Dec 09 2009 Karsten Hopp 1.11.1-1 +- update to version 1.11.1 to fix CVE-2009-4029 + * Tue Dec 01 2009 Karsten Hopp 1.11-6 - preserve time stamps of man pages (#225302) - drop MIT from list of licenses