diff --git a/automake-testsuite.changes b/automake-testsuite.changes index af18668..ea7c8f9 100644 --- a/automake-testsuite.changes +++ b/automake-testsuite.changes @@ -1,7 +1,17 @@ ------------------------------------------------------------------- Wed Jun 27 15:46:00 UTC 2012 - tom.mbrt@googlemail.com -- Update to 1.12.1 due to failures when building automake-testsuite +- Update to 1.12.1: + Bugs fixed in 1.12.1: + - Several weaknesses in Automake's own build system and test suite + have been fixed. + - Aclocal works correctly with perl 5.16.0 (automake bug#11543). + + + - Starting from either the next minor version (1.12.2) or the next major + version (1.13), Automake will start warning if 'configure.in' is used + instead of 'configure.ac' as the Autoconf input. Future versions of + Automake will drop support for 'configure.in' altogether. ------------------------------------------------------------------- Fri May 4 15:23:03 CEST 2012 - pth@suse.de diff --git a/automake.changes b/automake.changes index af18668..ea7c8f9 100644 --- a/automake.changes +++ b/automake.changes @@ -1,7 +1,17 @@ ------------------------------------------------------------------- Wed Jun 27 15:46:00 UTC 2012 - tom.mbrt@googlemail.com -- Update to 1.12.1 due to failures when building automake-testsuite +- Update to 1.12.1: + Bugs fixed in 1.12.1: + - Several weaknesses in Automake's own build system and test suite + have been fixed. + - Aclocal works correctly with perl 5.16.0 (automake bug#11543). + + + - Starting from either the next minor version (1.12.2) or the next major + version (1.13), Automake will start warning if 'configure.in' is used + instead of 'configure.ac' as the Autoconf input. Future versions of + Automake will drop support for 'configure.in' altogether. ------------------------------------------------------------------- Fri May 4 15:23:03 CEST 2012 - pth@suse.de diff --git a/pre_checkin.sh b/pre_checkin.sh index 5d65c8c..f311f96 100644 --- a/pre_checkin.sh +++ b/pre_checkin.sh @@ -2,3 +2,6 @@ # This script is called automatically during autobuild checkin. sed -e "s,^\(Name:.*automake\),\1-testsuite," automake.spec > automake-testsuite.spec cp automake.changes automake-testsuite.changes + +osc service localrun format_spec_file +