diff --git a/autoconf-el.changes b/autoconf-el.changes index 70ce868..62961d0 100644 --- a/autoconf-el.changes +++ b/autoconf-el.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 19 07:45:20 UTC 2010 - andrea@opensuse.org + +- added patch autoconf-2.67-fix_dnl.patch to fix regression in + AC_MSG_ERROR expansion (undefined macro: AS_MESSAGE_LOG_FDdnl) + ------------------------------------------------------------------- Wed Aug 18 12:04:55 CEST 2010 - pth@suse.de diff --git a/autoconf-testsuite.changes b/autoconf-testsuite.changes index 70ce868..62961d0 100644 --- a/autoconf-testsuite.changes +++ b/autoconf-testsuite.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 19 07:45:20 UTC 2010 - andrea@opensuse.org + +- added patch autoconf-2.67-fix_dnl.patch to fix regression in + AC_MSG_ERROR expansion (undefined macro: AS_MESSAGE_LOG_FDdnl) + ------------------------------------------------------------------- Wed Aug 18 12:04:55 CEST 2010 - pth@suse.de diff --git a/autoconf-testsuite.spec b/autoconf-testsuite.spec index be48e4e..5e3d7e4 100644 --- a/autoconf-testsuite.spec +++ b/autoconf-testsuite.spec @@ -1,5 +1,5 @@ # -# spec file for package autoconf-testsuite (Version 2.67) +# spec file for package autoconf (Version 2.67) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -30,6 +30,9 @@ Release: 1 Summary: A GNU Tool for Automatically Configuring Source Code Source: autoconf-%{version}.tar.xz Patch0: autoreconf-ltdl.diff +# PATCH-FIX-UPSTREAM -2.67-fix_dnl.patch andrea@opensuse.org +# this patch fix savannah bug #107447 regression in AC_MSG_ERROR expansion +Patch1: autoconf-2.67-fix_dnl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -49,6 +52,7 @@ only required for the generation of the scripts, not their use. %prep %setup -q -n autoconf-%{version} %patch0 +%patch1 -p1 %build %{suse_update_config -f config} diff --git a/autoconf.spec b/autoconf.spec index f2683b8..b8e2a14 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -32,7 +32,7 @@ Source: autoconf-%{version}.tar.xz Patch0: autoreconf-ltdl.diff # PATCH-FIX-UPSTREAM -2.67-fix_dnl.patch andrea@opensuse.org # this patch fix savannah bug #107447 regression in AC_MSG_ERROR expansion -Patch1: %name-2.67-fix_dnl.patch +Patch1: autoconf-2.67-fix_dnl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch