Changelog for
automake-1.16.1-95.89.noarch.rpm :
* Tue Jun 19 2018 schwabAATTsuse.de- Add pkgconfig(gobject-2.0) to BuildRequires for testsuite
* Fri May 18 2018 pthAATTsuse.de- Remove non-existing compress from BuildRequires.
* Fri May 18 2018 pthAATTsuse.de- Add gettext-tools, pkg-config. vala dejagnu, makeinfo, python and zip as BuildRequires for automake-testsuite to make testsuite complete and enable more tests.
* Thu May 10 2018 schwabAATTsuse.de- automake-SuSE.patch: fix variable syntax
* Wed Mar 21 2018 pthAATTsuse.de- Update to 1.16.1. Changes since 1.15.1: - \'install-sh\' now ensures that nobody can cross privilege boundaries by pre-creating symlink on the directory inside \"/tmp\". - \'automake\' does not depend on the \'none\' subroutine of the List::Util module anymore to support older Perl version. (automake bug#30631) - A regression in AM_PYTHON_PATH causing the rejection of non literal minimum version parameter hasn\'t been fixed. (automake bug#30616)
* Miscellaneous changes - When subdir-objects is in effect, Automake will now construct shorter object file names when no programs and libraries name clashes are encountered. This should make the discouraged use of \'foo_SHORTNAME\' unnecessary in many cases.
* Bugs fixed: - Automatic dependency tracking has been fixed to work also when the \'subdir-object\' option is used and some \'foo_SOURCES\' definition contains unexpanded references to make variables, as in, e.g.: a_src = sources/libs/aaa b_src = sources/bbb foo_SOURCES = $(a_src)/bar.c $(b_src)/baz.c With such a setup, the created makefile fragment containing dependency tracking information will be correctly placed under the directories named \'sources/libs/aaa/.deps\' and \'sources/bbb/.deps\', rather than mistakenly under directories named (literally!) \'$(src_a)/.deps\' and \'$(src_b)/.deps\' (this was the first part of automake bug#13928). Notice that in order to fix this bug we had to slightly change the semantics of how config.status bootstraps the makefile fragments required for the dependency tracking to work: rather than attempting to parse the Makefiles via grep and sed trickeries only, we actually invoke \'make\' on a slightly preprocessed version of those Makefiles, using a private target that is only meant to bootstrap the required makefile fragments. - The \'subdir-object\' option no longer causes object files corresponding to source files specified with an explicit \'$(srcdir)\' component to be placed in the source tree rather than in the build tree. For example, if Makefile.am contains: AUTOMAKE_OPTIONS = subdir-objects foo_SOURCES = $(srcdir)/foo.c $(srcdir)/s/bar.c $(top_srcdir)/baz.c then \"make all\" will create \'foo.o\' and \'s/bar.o\' in $(builddir) rather than in $(srcdir), and will create \'baz.o\' in $(top_builddir) rather than in $(top_srcdir). This was the second part of automake bug#13928. - Installed \'aclocal\' m4 macros can now accept installation directories containing \'AATT\' characters (automake bug#20903) - \"./configure && make dist\" no longer fails when a distributed file depends on one from BUILT_SOURCES. - When combining AC_LIBOBJ or AC_FUNC_ALLOCA with the \"--disable-dependency-tracking\" configure option in an out of source build, the build sub-directory defined by AC_CONFIG_LIBOBJ_DIR is now properly created. (automake bug#27781) - The time printed by \'mdate-sh\' is now using the UTC time zone to support the reproducible build effort. (automake bug#20314) - The elisp byte-compilation rule now uses byte-compile-dest-file-function, rather than byte-compile-dest-file, which was obsoleted in 2009. We expect that Emacs-26 will continue to support the old function, but will complain loudly, and that Emacs-27 will remove support for it altogether.- Build serially as a missing dependency makes parallel builds fail.- Update the list of licenses.
* Sun Feb 04 2018 mailAATTbernhard-voelker.de- Avoid bashisms in test-driver:
* 0001-correct-parameter-parsing-in-test-driver-script.patch Use test\'s = operator instead of ==; use \'[\' instead of \'[[\'. This avoids \'make check\' failures of distribution tarballs (built on openSUSE) on platforms not supporting bashisms, e.g. NetBSD-7.1.
* Fri Oct 20 2017 jayvdbAATTgmail.com- Add missing BuildRequires perl(Thread::Queue)
* Tue Jun 20 2017 mpluskalAATTsuse.com- Update to version 1.15.1:
* The code has been adapted to remove a warning present since Perl 5.22 stating that \"Unescaped left brace in regex is deprecated\". This warning has become an hard error in Perl 5.26
* The generated Makefiles do not rely on the obsolescent GZIP environment variable which was used for passing arguments to \'gzip\'. Compatibility with old versions has been preserved.
* Miscellaneous changes:- Drop no longer needed patches:
* automake-perl-5.22.patch
* automake-fix-tests-gzip.patch- Add keyring- Small spec file cleanup