Update to 1.12.6:
(same backwards compat warnings related to 1.13 as in 1.12.5) Bugs fixed in 1.12.6: * Python-related bugs: - The default installation location for python modules has been improved for Python 3 on Debian and Ubuntu systems, changing from: ${prefix}/lib/python3/dist-packages to ${prefix}/lib/python3.x/site-packages This change should ensure modules installed using the default ${prefix} "/usr/local" are found by default by system python 3.x installations. See automake bug#10227. - Python byte-compilation supports the new layout mandated by PEP-3147, with its __pycache__ directory (automake bug#8847). * Build system issues: - The maintainer rebuild rules for Makefiles and aclocal.m4 in Automake's own build system works correctly again (bug introduced in Automake 1.12.5). * Testsuite issues: - The Vala-related tests has been changed to adjust to the removal of the 'posix' profile in the valac compiler. See automake bug#12934 a.k.a. bug#12522. - Some spurious testsuite failures related to older tools and systems have been fixed.
This commit is contained in:
parent
9364e5358f
commit
a6b398de63
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.89 2012/12/09 15:06:48 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.90 2012/12/16 10:41:11 wiz Exp $
|
||||
#
|
||||
|
||||
# Note: when the minor version changes (e.g. 1.11 -> 1.12)
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Please do so when updating automake as otherwise pbulk will choke.
|
||||
# (It should be safe to make the change blindly.)
|
||||
|
||||
DISTNAME= automake-1.12.5
|
||||
DISTNAME= automake-1.12.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \
|
||||
ftp://sources.redhat.com/pub/automake/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.41 2012/12/09 15:06:48 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.42 2012/12/16 10:41:11 wiz Exp $
|
||||
|
||||
SHA1 (automake-1.12.5.tar.xz) = a9ded26fd58ca7fec7b2e4b3a7f9a12b18ef5bcc
|
||||
RMD160 (automake-1.12.5.tar.xz) = aabd1c5f7b9c42f5f9ced8589968c3c2a6d47b52
|
||||
Size (automake-1.12.5.tar.xz) = 1388492 bytes
|
||||
SHA1 (automake-1.12.6.tar.xz) = 8141315fdcb977ced87837b9ded2c2b0a538ad4b
|
||||
RMD160 (automake-1.12.6.tar.xz) = 6d9c64e8a8ba28e98ace059ff59d5773fc60baf0
|
||||
Size (automake-1.12.6.tar.xz) = 1400336 bytes
|
||||
|
|
Loading…
Reference in a new issue