[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (a8bc747 -> adc90e0)
From: |
Ludovic Courtès |
Subject: |
branch master updated (a8bc747 -> adc90e0) |
Date: |
Mon, 12 Oct 2015 19:51:08 +0000 |
civodul pushed a change to branch master
in repository guix.
from a8bc747 gnu: lilypond: Hardcode path to "gs" executable.
adds 46bd6ed gnu: libc: Look for locale data under
/run/current-system/locale/X.Y.
adds 997f86e gnu: pixman: Update to 0.32.8.
adds 2ae71b7 gnu: glibc: Do not abort when incompatible locale data is
found.
adds e393586 gnu: coreutils: Use upstream's fix for 'tail'.
adds 29aca44 gnu: gettext: Upgrade to 0.19.6.
adds 57aff64 utils: Add 'every*'.
adds 1668dfc gnu: texinfo: Claim 'INFOPATH'.
adds fbb909a gnu: glibc: Honor 'GUIX_LOCPATH'.
adds f2d7bbb gnu: glibc: Look for locale data in versioned
sub-directories.
adds b6ac545 gnu: commencement: Remove the tricky locale compatibility
handling.
adds 8a55e21 gnu: glibc-utf8-locales: Use the normalized codeset.
adds afd3d93 Use "normalized codesets" everywhere.
adds 85b81cf packages: Use locales from the /X.Y sub-directory of the
locale package.
adds 2ebe938 doc: Mention that /X.Y must be used for GUIX_LOCPATH.
adds f211b2a Revert "gnu: glibc: Honor 'GUIX_LOCPATH'."
adds 85e5721 gnu: glibc: Look for locale data in versioned
sub-directories.
adds 18bf40a gnu: gawk: Remove unneeded 'install-locale' phase.
adds 42e735d gnu: gmp: Skip unreliable test.
adds 14f8dae gnu: python: Do not retain references to build tools.
adds 0d56e3e gnu: python-wrapper: Improve synopsis and description.
adds 95288fc gnu: python: Add "minimal" variants.
adds afa181f gnu: python: Build the tkinter module.
adds 6a20289 gnu: python: Simplify list of configure flags.
adds 9511de1 gnu: gdk-pixbuf: Update to 2.32.1.
adds 319fe79 Merge branch 'master' into core-updates
adds b813782 Merge branch 'master' into core-updates
adds 9765b3a Revert "gnu: python: Do not retain references to build
tools."
new adc90e0 Merge branch 'core-updates'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
build-aux/hydra/demo-os.scm | 4 +-
doc/guix.texi | 43 +++-
gnu-system.am | 7 +-
gnu/packages/base.scm | 57 ++++--
gnu/packages/commencement.scm | 77 +------
gnu/packages/gawk.scm | 12 +-
gnu/packages/gettext.scm | 4 +-
gnu/packages/gtk.scm | 4 +-
gnu/packages/guile.scm | 30 +--
gnu/packages/multiprecision.scm | 6 +-
.../patches/coreutils-racy-tail-test.patch | 13 -
.../patches/glibc-locale-incompatibility.patch | 23 ++
gnu/packages/patches/glibc-versioned-locpath.patch | 240 ++++++++++++++++++++
gnu/packages/patches/gmp-faulty-test.patch | 11 +
.../patches/pixman-pointer-arithmetic.patch | 15 --
gnu/packages/patches/python-2.7-search-paths.patch | 16 ++
gnu/packages/patches/python-3-search-paths.patch | 19 ++
gnu/packages/python.scm | 95 +++++----
gnu/packages/texinfo.scm | 7 +
gnu/packages/xdisorg.scm | 27 +--
gnu/packages/xml.scm | 2 +-
gnu/packages/xorg.scm | 6 +-
gnu/system/locale.scm | 9 +-
guix/build-system/gnu.scm | 4 +-
guix/build/gnu-build-system.scm | 14 +-
guix/build/utils.scm | 14 ++
guix/packages.scm | 7 +-
guix/profiles.scm | 6 +-
28 files changed, 528 insertions(+), 244 deletions(-)
delete mode 100644 gnu/packages/patches/coreutils-racy-tail-test.patch
create mode 100644 gnu/packages/patches/glibc-locale-incompatibility.patch
create mode 100644 gnu/packages/patches/glibc-versioned-locpath.patch
create mode 100644 gnu/packages/patches/gmp-faulty-test.patch
delete mode 100644 gnu/packages/patches/pixman-pointer-arithmetic.patch
create mode 100644 gnu/packages/patches/python-2.7-search-paths.patch
create mode 100644 gnu/packages/patches/python-3-search-paths.patch
- branch master updated (a8bc747 -> adc90e0),
Ludovic Courtès <=