diff --git a/autoconf-archive-2014.10.15.tar.xz b/autoconf-archive-2014.10.15.tar.xz deleted file mode 100644 index b79fa5d..0000000 --- a/autoconf-archive-2014.10.15.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe1de6d191ecb643ddf977a7fc00a51898f68bb1df376de3a137c3855ccb1ea5 -size 558572 diff --git a/autoconf-archive-2014.10.15.tar.xz.sig b/autoconf-archive-2014.10.15.tar.xz.sig deleted file mode 100644 index 71c8c40..0000000 --- a/autoconf-archive-2014.10.15.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQEcBAABAgAGBQJUPo5IAAoJEEG8KP6ZCJ1yFCEH/2Zb4sAi5rYXV0+GX8+wVRFi -FQd0xRy2K+uMXtSXU1acC4RYCAAPmuiVhzFx3WBtBpGamPXRQVC85Ud9w9xymh9z -/Ey1gODqHeS8AAr+ViptQ0SOT1nhqEZmwQFehqp0JTcNpE/1YdC7KjKkX70DyI+f -LjPEwA8W5YOwn6KgF4atW3Jv8wYkxFvMqyCeBAzv+Lgb8gEDl1hfn0Nlc6u7OamX -vlW2RevRRbmCov/thijOxW+ghWihUSI9A7qygzSdX6nTyz/TJOuXJTKeolPatfOC -bEoIbCO4idNPXs0szJZ02jcyxTj19IrtIfzrZCdY8x7trpbMAOCXPUBuwttSvpA= -=0dmT ------END PGP SIGNATURE----- diff --git a/autoconf-archive-2015.02.24.tar.xz b/autoconf-archive-2015.02.24.tar.xz new file mode 100644 index 0000000..222cb24 --- /dev/null +++ b/autoconf-archive-2015.02.24.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69715bdd078f552ca85e498a94543e11cb8bcdf0359e659b84d84d19372b0dc5 +size 578536 diff --git a/autoconf-archive-2015.02.24.tar.xz.sig b/autoconf-archive-2015.02.24.tar.xz.sig new file mode 100644 index 0000000..f8d140c --- /dev/null +++ b/autoconf-archive-2015.02.24.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQEcBAABAgAGBQJU7GVpAAoJEEG8KP6ZCJ1yGSUIALyDDcu9Mo3fI2FEtRGutUCP +P7WuyOwJggjn9PW4fvV8XVMTGxUwy8+odEUsIPKxupFhR0ECRUXBgsGrresI9rIN +uH7CCtvOF+rZzI8/UvSjDScKh3MMfiYmqsD9FG9LadEQ73Lt1Qg1YctZ+UXedPCi +KGK/1rYZlWzcI9G05jamqtJlh0CF3YnpQvPRvS3Jkh7jzdbUTlp+xAYF+rZk817O +cLj25R48CVYiVXHgoiUF9EVTxyw+9klRqmzWDfb6+iVPvNKD/iTdbBmJnio24pk4 +4Xh5JlxTlkZ/xW7sXoSxql37HycCT5sQT1K46T4NVDMDqNXtQL+/HjgvmT69lGs= +=0gn0 +-----END PGP SIGNATURE----- diff --git a/autoconf-archive.changes b/autoconf-archive.changes index 456052c..b4c8a32 100644 --- a/autoconf-archive.changes +++ b/autoconf-archive.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Tue Mar 3 20:21:38 UTC 2015 - astieger@suse.com + +- Update to version 2015.02.24: + * AX_CHECK_ENABLE_DEBUG now uses $ax_is_release as default for + IS-RELEASE. + * AX_IS_RELEASE now supports micro-version policies. + * Portability of AX_CXX_COMPILE_STDCXX_0X has been improved. + * AX_PROG_HAXE_VERSION is a new macro to detect the presence of + Haxe + * AX_COMPILER_FLAGS has undergone extensive re-factoring. + * AX_COMPILER_FLAGS_CXXFLAGS is a new macro that tests available + C++ compiler warnings. + * AX_CXX_COMPILE_STDCXX_11 can now test for SFINAE with template + aliases. + * AX_APPEND_FLAG: Fix a regression introduced in the previous + release. +- includes changes from 2015.02.04 + * AX_OPENMP: Test that we can actually #include + successfully. + * AX_COMPILER_FLAGS was re-factored into + AX_COMPILER_FLAGS_CFLAGS and AX_COMPILER_FLAGS_LDFLAGS. + * AX_CODE_COVERAGE detects gcov program. + * AX_VALGRIND_CHECK now supports running without libtool. + * AX_GCC_VERSION was improved. + * Re-factored and modernized the macros AX_CXX_TEMPLATES, + AX_CXX_CONST_CAST, AX_CXX_COMPLEX_MATH_IN_NAMESPACE_STD, + AX_CXX_BOOL, AX_APPEND_FLAG, AX_CHECK_*_FLAG, + AX_CHECK_ENABLE_DEBUG, and AX_CXX_DEFAULT_TEMPLATE_PARAMETERS. + * AX_CXX_COMPILER_VENDOR was deprecated in favor of + AX_COMPILER_VENDOR. + * AX_HAVE_OPENGL was deprecated in favor of AX_CHECK_GL, + AX_CHECK_GLU, AX_CHECK_GLUT, and AX_CHECK_GLX. + * AX_CHECK_GL has a new parameter --with-mesa that allows + choosing the order of opengl lib detection. + * Portability of AX_LUA was improved. Support for LUA 5.0 was + added. + * New macros AX_IS_RELEASE, AX_COMPILER_FLAGS_GIR, + AX_CXX_ERASE_ITERATOR_TYPE, AX_COMPILER_VERSION, AX_CHECK_GLX, + AX_CHECK_VSCRIPT, AX_VALGRIND_CHECK, AX_PKG_CHECK_MODULES, + and AX_COMPILER_FLAGS were added. + * AX_PROG_FLEX: Also accept gflex. + * AX_LIB_HDF5: remove extra leading space from include path flag. + * AX_PERL_MODULE_VERSION: use more portable syntax for shell + arithmetic. + * AX_PROG_JAVAH_BIN_DIR: fix misspelled variable name and follow + javah symlinkto find jni.h. + * AX_BOOST_PYTHON: use unique names for local variables + ------------------------------------------------------------------- Wed Oct 15 22:36:15 UTC 2014 - andreas.stieger@gmx.de diff --git a/autoconf-archive.spec b/autoconf-archive.spec index fc0e32a..e4eb854 100644 --- a/autoconf-archive.spec +++ b/autoconf-archive.spec @@ -1,7 +1,7 @@ # # spec file for package autoconf-archive # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,20 @@ Name: autoconf-archive +Version: 2015.02.24 +Release: 0 Summary: A Collection of macros for GNU autoconf License: SUSE-GPL-3.0+-with-autoconf-exception Group: Development/Tools/Building -Version: 2014.10.15 -Release: 0 +Url: http://savannah.gnu.org/projects/autoconf-archive Source0: http://ftp.gnu.org/pub/gnu/autoconf-archive/%{name}-%{version}.tar.xz Source1: http://ftp.gnu.org/pub/gnu/autoconf-archive/%{name}-%{version}.tar.xz.sig # http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0x99089D72 Source2: %{name}.keyring -Url: http://savannah.gnu.org/projects/autoconf-archive BuildRequires: xz +Requires(pre): info BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -Requires(pre): info %description The GNU Autoconf Archive is a collection of more than 450 macros for `GNU @@ -56,7 +56,7 @@ some authors may choose to use it, too, for proprietary software. make %{?_smp_mflags} %install -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} rm -rf %{buildroot}/%{_datadir}/%{name}/ %post