From 6b0b9bc8e7f631a399e391408e354d21cc18036e7381d2eb3bef28308c543f17 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 18 Feb 2010 11:08:50 +0000 Subject: [PATCH] Accepting request 32803 from Base:System Copy from Base:System/autoconf based on submit request 32803 from user coolo OBS-URL: https://build.opensuse.org/request/show/32803 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoconf?expand=0&rev=12 --- autoconf-2.63.tar.bz2 | 3 --- autoconf-2.65.tar.bz2 | 3 +++ autoconf-el.changes | 13 +++++++++++++ autoconf-el.spec | 10 +++++----- autoconf-xfail-test27.patch | 15 --------------- autoconf.changes | 13 +++++++++++++ autoconf.spec | 16 +++++++--------- autoreconf-ltdl.diff | 31 ++++++++++++++++--------------- 8 files changed, 57 insertions(+), 47 deletions(-) delete mode 100644 autoconf-2.63.tar.bz2 create mode 100644 autoconf-2.65.tar.bz2 delete mode 100644 autoconf-xfail-test27.patch diff --git a/autoconf-2.63.tar.bz2 b/autoconf-2.63.tar.bz2 deleted file mode 100644 index 26e19ef..0000000 --- a/autoconf-2.63.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:264d7c1c0e268bc77fbe0f308e085545535edfe73f33e27c80219cc0c9c71246 -size 1195259 diff --git a/autoconf-2.65.tar.bz2 b/autoconf-2.65.tar.bz2 new file mode 100644 index 0000000..edca0ab --- /dev/null +++ b/autoconf-2.65.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db11944057f3faf229ff5d6ce3fcd819f565455c152b72cec17ebc1cbb80136b +size 1332522 diff --git a/autoconf-el.changes b/autoconf-el.changes index 440b554..c91c33e 100644 --- a/autoconf-el.changes +++ b/autoconf-el.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Feb 17 10:43:54 UTC 2010 - poletti.marco@gmail.com + +- Update to 2.65 + ** Autoconf is now licensed under the GPLv3+. + ** The manual is now shipped under the terms of the GNU FDL 1.3. + ** config.status now provides a --config option to produce the configuration. + ** Autoconf now requires GNU M4 1.4.6 or later. GNU M4 1.4.13 or + later is recommended. + ** Autotest testsuites accept an option --jobs[=N] for parallel testing. + This feature is still in testing, and may not work on every + platform, help in improving it would be appreciated. + ------------------------------------------------------------------- Sun Dec 6 18:02:03 CET 2009 - jengelh@medozas.de diff --git a/autoconf-el.spec b/autoconf-el.spec index 0044f62..3cf981b 100644 --- a/autoconf-el.spec +++ b/autoconf-el.spec @@ -1,7 +1,7 @@ # -# spec file for package autoconf-el (Version 2.63) +# spec file for package autoconf-el (Version 2.65) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,11 @@ Name: autoconf-el BuildRequires: emacs-nox -License: GPLv2+ +License: GPLv3+ Group: Productivity/Editors/Emacs AutoReqProv: on -Version: 2.63 -Release: 5 +Version: 2.65 +Release: 1 Summary: Emacs mode for editing GNU Autoconf scripts Url: http://www.gnu.org/software/autoconf BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/autoconf-xfail-test27.patch b/autoconf-xfail-test27.patch deleted file mode 100644 index 7231cd1..0000000 --- a/autoconf-xfail-test27.patch +++ /dev/null @@ -1,15 +0,0 @@ -Patch to allow failing of test 27. This is needed in order to stay compatible with automake 1.11 - -Reference: http://lists.gnu.org/archive/html/autoconf/2009-07/msg00048.html - -diff -ur autoconf-2.63/tests/tools.at autoconf-2.63.patched//tests/tools.at ---- autoconf-2.63/tests/tools.at 2008-08-22 14:05:31.000000000 +0200 -+++ autoconf-2.63.patched//tests/tools.at 2009-07-17 22:43:33.000000000 +0200 -@@ -946,6 +946,7 @@ - # We use aclocal and automake. - AT_CHECK([automake --version || exit 77], [], [ignore], [ignore]) - AT_CHECK([test ! -f $HOME/.autom4te.cfg || exit 77], [], [ignore], [ignore]) -+AT_XFAIL_IF([:]) - - AT_DATA([configure.in], - [[AC_INIT(GNU foo, 1.0) diff --git a/autoconf.changes b/autoconf.changes index 440b554..c91c33e 100644 --- a/autoconf.changes +++ b/autoconf.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Feb 17 10:43:54 UTC 2010 - poletti.marco@gmail.com + +- Update to 2.65 + ** Autoconf is now licensed under the GPLv3+. + ** The manual is now shipped under the terms of the GNU FDL 1.3. + ** config.status now provides a --config option to produce the configuration. + ** Autoconf now requires GNU M4 1.4.6 or later. GNU M4 1.4.13 or + later is recommended. + ** Autotest testsuites accept an option --jobs[=N] for parallel testing. + This feature is still in testing, and may not work on every + platform, help in improving it would be appreciated. + ------------------------------------------------------------------- Sun Dec 6 18:02:03 CET 2009 - jengelh@medozas.de diff --git a/autoconf.spec b/autoconf.spec index 017b87c..9503128 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,7 +1,7 @@ # -# spec file for package autoconf (Version 2.63) +# spec file for package autoconf (Version 2.65) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,20 +19,19 @@ Name: autoconf BuildRequires: help2man -License: GPLv2+ +License: GPLv3+ Group: Development/Tools/Building Url: http://www.gnu.org/software/autoconf AutoReqProv: on -Requires: m4 >= %(rpm -q --qf=%%{VERSION} m4) +Requires: m4 >= 1.4.6 PreReq: %{install_info_prereq} -Version: 2.63 -Release: 5 +Version: 2.65 +Release: 1 Summary: A GNU Tool for Automatically Configuring Source Code Source: autoconf-%{version}.tar.bz2 Patch0: autoreconf-ltdl.diff -# PATCH-FIX-UPSTREAM autoconf-xfail-test27.patch dominique-obs@leuenberger.net -- allows test 27 to fail, as automake 1.11 has newer macros. -Patch1: autoconf-xfail-test27.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description GNU Autoconf is a tool for configuring source code and makefiles. Using @@ -57,7 +56,6 @@ Authors: %prep %setup -q %patch0 -%patch1 -p1 %build %{suse_update_config -f config} diff --git a/autoreconf-ltdl.diff b/autoreconf-ltdl.diff index ef1b92a..8a07fbc 100644 --- a/autoreconf-ltdl.diff +++ b/autoreconf-ltdl.diff @@ -1,19 +1,20 @@ ---- bin/autoreconf.in -+++ bin/autoreconf.in -@@ -456,6 +456,8 @@ - 'AC_CONFIG_AUX_DIR:AC_CONFIG_AUX_DIR:\$1', +--- bin/autoreconf.in.orig 2009-11-21 14:35:37.000000000 +0100 ++++ bin/autoreconf.in 2010-02-15 15:43:03.296546495 +0100 +@@ -461,6 +461,8 @@ + 'AC_CONFIG_AUX_DIR', 'AC_CONFIG_HEADERS', - 'AC_CONFIG_SUBDIRS:AC_CONFIG_SUBDIRS:\$1', -+ 'AC_LIBLTDL_CONVENIENCE:AC_LIBLTDL_CONVENIENCE:\$1', -+ 'AC_LIBLTDL_INSTALLABLE:AC_LIBLTDL_INSTALLABLE:\$1', + 'AC_CONFIG_SUBDIRS', ++ 'AC_LIBLTDL_CONVENIENCE', ++ 'AC_LIBLTDL_INSTALLABLE', 'AC_INIT', 'AC_PROG_LIBTOOL', 'LT_INIT', -@@ -471,6 +473,7 @@ - $uses_gettext_via_traces = 1 if /AM_GNU_GETTEXT/; - $uses_libtool = 1 if /(AC_PROG_LIBTOOL|LT_INIT)/; - $uses_libltdl = 1 if /LT_CONFIG_LTDL_DIR/; -+ $uses_libltdl = 1 if /AC_LIBLTDL_(CONVENIENCE|INSTALLABLE)/; - $uses_autoheader = 1 if /AC_CONFIG_HEADERS/; - $uses_automake = 1 if /AM_INIT_AUTOMAKE/; - push @subdir, split (' ', $1) if /AC_CONFIG_SUBDIRS:(.*)/ && $recursive; +@@ -479,6 +481,8 @@ + $uses_libtool = 1 if $macro eq "AC_PROG_LIBTOOL" + || $macro eq "LT_INIT"; + $uses_libltdl = 1 if $macro eq "LT_CONFIG_LTDL_DIR"; ++ $uses_libltdl = 1 if $macro eq "AC_LIBLTDL_CONVENIENCE"; ++ $uses_libltdl = 1 if $macro eq "AC_LIBLTDL_INSTALLABLE"; + $uses_autoheader = 1 if $macro eq "AC_CONFIG_HEADERS"; + $uses_automake = 1 if $macro eq "AM_INIT_AUTOMAKE"; + push @subdir, split (' ', $args[0])