Bug 22524

Summary: lt_LT 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:53:52 UTC
LC_COLLATE in localedata/locales/lt_LT does not build upon

copy "iso14651_t1"

missing all updates from there.
Comment 1 Sourceware Commits 2017-12-07 15:02:00 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  d89756ebe1905c1989179c2f1c2b10ef2fb3354e (commit)
      from  1f9055ce04a66a787c400c05f12e88c96f07e686 (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=d89756ebe1905c1989179c2f1c2b10ef2fb3354e

commit d89756ebe1905c1989179c2f1c2b10ef2fb3354e
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Wed Dec 6 14:37:42 2017 +0100

    lt_LT locale: Base collation on copy "iso14651_t1" [BZ #22524]
    
    	[BZ #22524]
    	* localedata/Makefile: Add lt_LT.UTF-8 to test-input
    	and to the list of locales to be built for testing.
    	* localedata/lt_LT.UTF-8.in: New file for testing the collation.
    	* localedata/locales/lt_LT (LC_COLLATE): Use “copy "iso14651_t1"”
    	and build the collation rules upon that.

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

Summary of changes:
 ChangeLog                 |    9 +
 localedata/Makefile       |    4 +-
 localedata/locales/lt_LT  | 2150 ++-------------------------------------------
 localedata/lt_LT.UTF-8.in |   37 +
 4 files changed, 139 insertions(+), 2061 deletions(-)
 create mode 100644 localedata/lt_LT.UTF-8.in
Comment 2 Mike FABIAN 2017-12-07 15:02:57 UTC
Fixed in glibc master.