diff --git a/automake-testsuite.changes b/automake-testsuite.changes index ea7c8f9..36a2851 100644 --- a/automake-testsuite.changes +++ b/automake-testsuite.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Sep 13 12:29:33 CEST 2012 - pth@suse.de + +- Run pre_checkin.sh to sync automake-testsuite pec and .changes. + +------------------------------------------------------------------- +Tue Sep 11 17:34:05 UTC 2012 - p.drouand@gmail.com + +- Update to 1.12.3: + - reworks and reshuffles the Automake testsuite a bit; fixing some + weaknesses and spurious failures in the process, but also, likely, + introducing new ones; + + - introduces initial support for automatic dependency tracking with + the Portland Group C/C++ compilers (thanks to Dave Goodell and + Jeff A. Daily); + + - fixes several long-standing bugs and limitations in the 'ylwrap' + script (thanks to Akim Demaille); among the other things, the + long-standing PR/491 and automake bug#7648 are now fixed. + +------------------------------------------------------------------- +Wed Jul 4 07:21:17 UTC 2012 - coolo@suse.com + +- make sure we still define $(mkdir_p) for the time being + ------------------------------------------------------------------- Wed Jun 27 15:46:00 UTC 2012 - tom.mbrt@googlemail.com diff --git a/automake-testsuite.spec b/automake-testsuite.spec index 735d106..08f2a43 100644 --- a/automake-testsuite.spec +++ b/automake-testsuite.spec @@ -16,8 +16,12 @@ # +# PLEASE run pre_checkin.sh in this directory before submitting +# this package. Otherwise the .spec and .changes for automake-testsuite +# aren't updated. + Name: automake-testsuite -BuildRequires: autoconf +BuildRequires: autoconf >= 2.69 BuildRequires: bison BuildRequires: gcc-c++ BuildRequires: gcc-fortran @@ -29,9 +33,9 @@ Requires: libtool BuildRequires: flex Requires: flex %endif -Requires: autoconf >= 2.62 +Requires: autoconf >= 2.69 Requires: info -Version: 1.12.1 +Version: 1.12.3 Release: 0 Summary: A Program for Automatically Generating GNU-Style Makefile.in Files License: GPL-2.0+ @@ -56,6 +60,7 @@ definitions (with rules occasionally thrown in). The generated %patch3 %build +sh bootstrap.sh %configure --docdir=%{_docdir}/%{name} make %{?_smp_mflags} diff --git a/automake.changes b/automake.changes index fc2daeb..36a2851 100644 --- a/automake.changes +++ b/automake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 13 12:29:33 CEST 2012 - pth@suse.de + +- Run pre_checkin.sh to sync automake-testsuite pec and .changes. + ------------------------------------------------------------------- Tue Sep 11 17:34:05 UTC 2012 - p.drouand@gmail.com diff --git a/automake.spec b/automake.spec index c66e00c..2bfaaaf 100644 --- a/automake.spec +++ b/automake.spec @@ -16,6 +16,10 @@ # +# PLEASE run pre_checkin.sh in this directory before submitting +# this package. Otherwise the .spec and .changes for automake-testsuite +# aren't updated. + Name: automake BuildRequires: autoconf >= 2.69 BuildRequires: bison