From 42e70e1c9d90c6ba0b58c61ed387a09fbfa868ad628f4e949b63ca9c88c64281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 27 Jun 2012 22:51:35 +0000 Subject: [PATCH 1/2] Accepting request 126339 from home:derselbst update to automake 1.12.1 fixes failures when building automake-testsuite for opensuse:factory, at least in my case OBS-URL: https://build.opensuse.org/request/show/126339 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/automake?expand=0&rev=16 --- automake-1.12.1.tar.xz | 3 +++ automake-1.12.tar.xz | 3 --- automake-testsuite.changes | 5 +++++ automake-testsuite.spec | 2 +- automake.changes | 5 +++++ automake.spec | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 automake-1.12.1.tar.xz delete mode 100644 automake-1.12.tar.xz diff --git a/automake-1.12.1.tar.xz b/automake-1.12.1.tar.xz new file mode 100644 index 0000000..734a969 --- /dev/null +++ b/automake-1.12.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32750869b24ac2a25765215fdf75c349aabf9465e436de2351602e1aca5c173f +size 1352384 diff --git a/automake-1.12.tar.xz b/automake-1.12.tar.xz deleted file mode 100644 index 09d743d..0000000 --- a/automake-1.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f920cad2dc59f1be296b7d7584e3828a36154d16191f3cad60a73e6e9bcf879 -size 1331352 diff --git a/automake-testsuite.changes b/automake-testsuite.changes index 841022d..af18668 100644 --- a/automake-testsuite.changes +++ b/automake-testsuite.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 27 15:46:00 UTC 2012 - tom.mbrt@googlemail.com + +- Update to 1.12.1 due to failures when building automake-testsuite + ------------------------------------------------------------------- Fri May 4 15:23:03 CEST 2012 - pth@suse.de diff --git a/automake-testsuite.spec b/automake-testsuite.spec index d05f1e9..735d106 100644 --- a/automake-testsuite.spec +++ b/automake-testsuite.spec @@ -31,7 +31,7 @@ Requires: flex %endif Requires: autoconf >= 2.62 Requires: info -Version: 1.12 +Version: 1.12.1 Release: 0 Summary: A Program for Automatically Generating GNU-Style Makefile.in Files License: GPL-2.0+ diff --git a/automake.changes b/automake.changes index 841022d..af18668 100644 --- a/automake.changes +++ b/automake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 27 15:46:00 UTC 2012 - tom.mbrt@googlemail.com + +- Update to 1.12.1 due to failures when building automake-testsuite + ------------------------------------------------------------------- Fri May 4 15:23:03 CEST 2012 - pth@suse.de diff --git a/automake.spec b/automake.spec index 3708395..75d5180 100644 --- a/automake.spec +++ b/automake.spec @@ -31,7 +31,7 @@ Requires: flex %endif Requires: autoconf >= 2.62 Requires: info -Version: 1.12 +Version: 1.12.1 Release: 0 Summary: A Program for Automatically Generating GNU-Style Makefile.in Files License: GPL-2.0+ From 73af3cafdca59aa6fd461bedfc63c0a1625e1a23d59f1a09a72de10b6735b8fd Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 29 Jun 2012 07:00:20 +0000 Subject: [PATCH 2/2] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/automake?expand=0&rev=17 --- automake-testsuite.changes | 12 +++++++++++- automake.changes | 12 +++++++++++- pre_checkin.sh | 3 +++ 3 files changed, 25 insertions(+), 2 deletions(-) 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 +