Hello community, here is the log from the commit of package autoconf-archive for openSUSE:Factory checked in at 2012-12-10 17:15:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoconf-archive (Old) and /work/SRC/openSUSE:Factory/.autoconf-archive.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoconf-archive", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/autoconf-archive/autoconf-archive.changes 2012-01-30 12:23:48.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.autoconf-archive.new/autoconf-archive.changes 2012-12-10 17:15:15.000000000 +0100 @@ -1,0 +2,47 @@ +Fri Dec 7 23:58:17 UTC 2012 - [email protected] + +- Update to 2012.11.14 version: + * The portability of AX_BOOST_SYSTEM and AX_BOOST_THREAD has been improved. See + <http://lists.gnu.org/archive/html/autoconf-archive-maintainers/ + 2012-09/msg00026.html> for further details. + * AX_COUNT_CPUS has been cleaned up. See <http://savannah.gnu.org/patch/?7860> + for further details. + * AX_BLAS has been extended to detect the Intel Math Kernel Library (MKL). See + <http://savannah.gnu.org/patch/?7807> for further details. + * Several bugs and inconsistencies in AX_TRY_RUN_JAVA, AX_PROG_JAVA_WORKS, + AX_CHECK_CLASS, and AX_PROG_JAVA have been fixed. See + <http://savannah.gnu.org/patch/?7835> for further details. + * AX_INCLUDE_STRCASECMP has been added. The macro detects which header file + defines the strcasecmp() function. See <http://savannah.gnu.org/patch/?7836> + for further details. + * AX_LIB_ORACLE_OCCI has been added. The macro detects the availability of the + Oracle OCCI API of particular version or newer. Further details can be found + at <http://savannah.gnu.org/patch/?7834>. + * AX_CHECK_POSTGRES_DB has been substantially re-written. The default behavior + is unchanged, but there are two new (optional) arguments ACTION-IF-FOUND and + ACTION-IF-NOT-FOUND. See <http://savannah.gnu.org/patch/?7832> for further + details. + * AX_CXX_RVALUE_REFERENCES has been added. See + <http://savannah.gnu.org/patch/?7833> for further details. + * AX_BLAS has been extended to support for the (free-software, BSD-licensed) + OpenBLAS library, a descendant of GotoBLAS. See + <http://savannah.gnu.org/patch/?7828> for further details. + * The reliability of AX_BOOST_SYSTEM and AX_BOOST_FILESYSTEM has been improved. + See <http://savannah.gnu.org/patch/?7816> for further details. + * The new entry AX_ZONEINFO has been added. Further details are available at + <http://savannah.gnu.org/patch/index.php?7814>. + * AX_CHECK_ZLIB has been updated significantly: + - The behavior was changed so that the macro proceeds to compile and link + tests even if zlib.h was not found in the "usual locations". + - The macro interface has been extend to the typical ([action-if-found], + [action-if-not-found])-style. + - Previous versions used to search zlib in "usual locations" only if + --with-zlib was provided [by user]. Now, the macro performs that search in + default mode, too. +- Removed patches: bugs fixed on upstream release: + * autoconf-archive-ax_have_qt_fix_library_order.patch + * autoconf-archive-AX_HAVE_QT_use_AS_HELP_STRING.patch + * autoconf-archive-boost_lib64.patch + * autoconf-archive-no_semicolon.patch + +------------------------------------------------------------------- Old: ---- autoconf-archive-2010.10.26.tar.xz autoconf-archive-AX_HAVE_QT_use_AS_HELP_STRING.patch autoconf-archive-ax_have_qt_fix_library_order.patch autoconf-archive-boost_lib64.patch autoconf-archive-no_semicolon.patch New: ---- autoconf-archive-2012.11.14.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoconf-archive.spec ++++++ --- /var/tmp/diff_new_pack.Qgrc4B/_old 2012-12-10 17:15:16.000000000 +0100 +++ /var/tmp/diff_new_pack.Qgrc4B/_new 2012-12-10 17:15:16.000000000 +0100 @@ -21,17 +21,13 @@ Summary: A Collection of macros for GNU autoconf License: SUSE-GPL-3.0+-with-autoconf-exception Group: Development/Tools/Building -Version: 2010.10.26 +Version: 2012.11.14 Release: 0 Source0: %{name}-%{version}.tar.xz -Patch0: autoconf-archive-boost_lib64.patch -Patch1: autoconf-archive-AX_HAVE_QT_use_AS_HELP_STRING.patch Patch2: autoconf-archive-fix_AX_HAVE_QT.patch -Patch3: autoconf-archive-no_semicolon.patch -Patch4: autoconf-archive-ax_have_qt_fix_library_order.patch Url: http://savannah.gnu.org/projects/autoconf-archive -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: xz +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Requires(pre): info @@ -53,14 +49,11 @@ %prep %setup -q -%patch0 -%patch1 %patch2 -%patch3 -%patch4 %build %configure +make %{?_smp_mflags} %install %makeinstall ++++++ autoconf-archive-fix_AX_HAVE_QT.patch ++++++ --- /var/tmp/diff_new_pack.Qgrc4B/_old 2012-12-10 17:15:16.000000000 +0100 +++ /var/tmp/diff_new_pack.Qgrc4B/_new 2012-12-10 17:15:16.000000000 +0100 @@ -6,13 +6,13 @@ Index: m4/ax_have_qt.m4 =================================================================== ---- m4/ax_have_qt.m4.orig 2011-03-23 17:27:18.041890363 +0100 -+++ m4/ax_have_qt.m4 2011-03-23 17:27:29.844575610 +0100 -@@ -498,7 +498,6 @@ AC_DEFUN([AX_PATH_QT_DIRECT], +--- m4/ax_have_qt.m4.orig 2012-11-14 09:52:14.000000000 +0100 ++++ m4/ax_have_qt.m4 2012-12-07 23:34:57.388720186 +0100 +@@ -498,7 +498,6 @@ # We can link with no special library directory. ax_qt_lib_dir= ], [ -- # Leave ax_qt_lib_dir defined +- : # Leave ax_qt_lib_dir defined ]) ]) ]) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
