[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
core-updates merged!
From: |
Ludovic Courtès |
Subject: |
core-updates merged! |
Date: |
Fri, 16 Jan 2015 13:39:40 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
I’ve just merged core-updates in ‘master’, yay!
As a reminder, some of the cool things for packagers:
• ‘search-path-specification’ can now specify files (instead of plain
directories) or even file pattern (for example, ‘catalog.xml’ for
libxml2, or maybe ‘\\.cmake$’ for CMake) This should unlock a few
things.
• The ld wrapper now adds a ‘-rpath’ flag for libraries passed by file
name (as in “/path/to/libfoo.so” instead of “-L/path/to -lfoo”.)
This will be useful for CMake-generated makefiles, notably.
• ‘libltdl’ and ‘libtool’ are now separate.
For users:
• Documentation is now systematically in share/{man,info}, and it is
compressed.
• The ‘glibc’ package no longer has a “locale” output, making it
faster to build, and much smaller (the “locale” output was always
pulled, and it took 110 MiB.)
• A bunch of updates, notably GCC 4.8.4, Binutils 2.25,
xorg-server 1.16.3.
Enjoy!
Ludo’.