Bug 22519

Summary: is_IS LC_COLLATE does not use copy "iso14651_t1"
Product: glibc Reporter: Mike FABIAN <maiku.fabian>
Component: localedataAssignee: Mike FABIAN <maiku.fabian>
Status: RESOLVED FIXED    
Severity: normal CC: libc-locales
Priority: P2 Flags: fweimer: security-
Version: 2.26   
Target Milestone: 2.27   
Host: Target:
Build: Last reconfirmed:

Description Mike FABIAN 2017-11-29 12:45:29 UTC
LC_COLLATE in localedata/locales/is_IS does not build upon

copy "iso14651_t1"

missing all updates from there.
Comment 1 Sourceware Commits 2017-12-01 13:24:17 UTC
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  d985adae22838fb28c4dc4caebcc8c78e838d03e (commit)
      from  ff84a0e0507d797011ba28842ab1e5dd0d430eb1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d985adae22838fb28c4dc4caebcc8c78e838d03e

commit d985adae22838fb28c4dc4caebcc8c78e838d03e
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Fri Dec 1 13:45:51 2017 +0100

    is_IS locale: Base collation on iso14651_t1 [BZ #22519]

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                 |    9 +
 localedata/Makefile       |    5 +-
 localedata/is_IS.UTF-8.in |   61 ++
 localedata/locales/is_IS  | 2189 ++-------------------------------------------
 4 files changed, 162 insertions(+), 2102 deletions(-)
 create mode 100644 localedata/is_IS.UTF-8.in
Comment 2 Mike FABIAN 2017-12-01 13:24:56 UTC
Fixed in glibc master.