[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (1668dfc -> afd3d93)
From: |
Ludovic Courtès |
Subject: |
branch core-updates updated (1668dfc -> afd3d93) |
Date: |
Sat, 03 Oct 2015 22:11:32 +0000 |
civodul pushed a change to branch core-updates
in repository guix.
from 1668dfc gnu: texinfo: Claim 'INFOPATH'.
new fbb909a gnu: glibc: Honor 'GUIX_LOCPATH'.
new f2d7bbb gnu: glibc: Look for locale data in versioned
sub-directories.
new b6ac545 gnu: commencement: Remove the tricky locale compatibility
handling.
new 8a55e21 gnu: glibc-utf8-locales: Use the normalized codeset.
new afd3d93 Use "normalized codesets" everywhere.
The 5 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 | 26 ++++++--
gnu-system.am | 1 +
gnu/packages/base.scm | 38 +++++++++----
gnu/packages/commencement.scm | 77 +-----------------------
gnu/packages/gawk.scm | 4 +-
gnu/packages/guile.scm | 30 ++++------
gnu/packages/patches/glibc-guix-locpath.patch | 34 +++++++++++
gnu/packages/python.scm | 2 +-
guix/build-system/gnu.scm | 4 +-
guix/build/gnu-build-system.scm | 2 +-
guix/packages.scm | 2 +-
guix/profiles.scm | 6 +-
13 files changed, 109 insertions(+), 121 deletions(-)
create mode 100644 gnu/packages/patches/glibc-guix-locpath.patch
- branch core-updates updated (1668dfc -> afd3d93),
Ludovic Courtès <=
- 02/05: gnu: glibc: Look for locale data in versioned sub-directories., Ludovic Courtès, 2015/10/08
- 05/05: Use "normalized codesets" everywhere., Ludovic Courtès, 2015/10/08
- 03/05: gnu: commencement: Remove the tricky locale compatibility handling., Ludovic Courtès, 2015/10/08
- 01/05: gnu: glibc: Honor 'GUIX_LOCPATH'., Ludovic Courtès, 2015/10/08
- 04/05: gnu: glibc-utf8-locales: Use the normalized codeset., Ludovic Courtès, 2015/10/08