public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/16973] New: Fix lang_lib/lang_term as per ISO 639-2
@ 2014-05-21 14:00 myllynen at redhat dot com
  2014-05-21 14:15 ` [Bug localedata/16973] " myllynen at redhat dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: myllynen at redhat dot com @ 2014-05-21 14:00 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16973

            Bug ID: 16973
           Summary: Fix lang_lib/lang_term as per ISO 639-2
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: myllynen at redhat dot com
                CC: libc-locales at sourceware dot org

Created attachment 7610
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7610&action=edit
Fix lang_lib/lang_term as per ISO 639-2

lang_lib (which reflects ISO 639-2/B (bibliographic) codes) and lang_term
(which reflects ISO 639-2/T (terminology) codes) should be identical except for
those languages for which ISO 639-2 specifies separate
bibliographic/terminology values.

The attached patch got "silent approval" (i.e., negative responses) on
libc-locales, please see the thread for details:

https://sourceware.org/ml/libc-locales/2014-q2/msg00007.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug localedata/16973] Fix lang_lib/lang_term as per ISO 639-2
  2014-05-21 14:00 [Bug localedata/16973] New: Fix lang_lib/lang_term as per ISO 639-2 myllynen at redhat dot com
@ 2014-05-21 14:15 ` myllynen at redhat dot com
  2014-05-26 12:01 ` carlos at redhat dot com
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: myllynen at redhat dot com @ 2014-05-21 14:15 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16973

--- Comment #1 from Marko Myllynen <myllynen at redhat dot com> ---
(In reply to Marko Myllynen from comment #0)
> 
> The attached patch got "silent approval" (i.e., negative responses) on
> libc-locales, please see the thread for details:

Should have been '"silent approval" (i.e., no negative responses)', obviously.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug localedata/16973] Fix lang_lib/lang_term as per ISO 639-2
  2014-05-21 14:00 [Bug localedata/16973] New: Fix lang_lib/lang_term as per ISO 639-2 myllynen at redhat dot com
  2014-05-21 14:15 ` [Bug localedata/16973] " myllynen at redhat dot com
@ 2014-05-26 12:01 ` carlos at redhat dot com
  2014-06-12 19:17 ` fweimer at redhat dot com
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: carlos at redhat dot com @ 2014-05-26 12:01 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16973

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |carlos at redhat dot com

--- Comment #2 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to Marko Myllynen from comment #1)
> (In reply to Marko Myllynen from comment #0)
> > 
> > The attached patch got "silent approval" (i.e., negative responses) on
> > libc-locales, please see the thread for details:
> 
> Should have been '"silent approval" (i.e., no negative responses)',
> obviously.

Marko, Do you have commit privs? If not please apply.

I'll approve the commit privs for you.

The patch looks good to me, once you get commit privs you can check it in.

I assume you've done a minimal build and test cycle which builds and tests the
locales?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug localedata/16973] Fix lang_lib/lang_term as per ISO 639-2
  2014-05-21 14:00 [Bug localedata/16973] New: Fix lang_lib/lang_term as per ISO 639-2 myllynen at redhat dot com
  2014-05-21 14:15 ` [Bug localedata/16973] " myllynen at redhat dot com
  2014-05-26 12:01 ` carlos at redhat dot com
@ 2014-06-12 19:17 ` fweimer at redhat dot com
  2014-07-01  9:28 ` myllynen at redhat dot com
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: fweimer at redhat dot com @ 2014-06-12 19:17 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16973

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug localedata/16973] Fix lang_lib/lang_term as per ISO 639-2
  2014-05-21 14:00 [Bug localedata/16973] New: Fix lang_lib/lang_term as per ISO 639-2 myllynen at redhat dot com
                   ` (2 preceding siblings ...)
  2014-06-12 19:17 ` fweimer at redhat dot com
@ 2014-07-01  9:28 ` myllynen at redhat dot com
  2014-07-01  9:30 ` myllynen at redhat dot com
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: myllynen at redhat dot com @ 2014-07-01  9:28 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16973

--- Comment #3 from Marko Myllynen <myllynen at redhat dot com> ---
> Marko, Do you have commit privs? If not please apply.
> 
> I'll approve the commit privs for you.
> 
> The patch looks good to me, once you get commit privs you can check it in.

I'm about to disappear for a while due to summer holidays, perhaps you could
check this one in so that it won't miss the next release?

> I assume you've done a minimal build and test cycle which builds and tests
> the locales?

I now double checked it and noticed that km_KH needed to have lang_ab changed
as well, will attach an updated patch which passes build and test cycle.

Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug localedata/16973] Fix lang_lib/lang_term as per ISO 639-2
  2014-05-21 14:00 [Bug localedata/16973] New: Fix lang_lib/lang_term as per ISO 639-2 myllynen at redhat dot com
                   ` (3 preceding siblings ...)
  2014-07-01  9:28 ` myllynen at redhat dot com
@ 2014-07-01  9:30 ` myllynen at redhat dot com
  2014-07-01  9:31 ` myllynen at redhat dot com
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: myllynen at redhat dot com @ 2014-07-01  9:30 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16973

Marko Myllynen <myllynen at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7610|0                           |1
        is obsolete|                            |

--- Comment #4 from Marko Myllynen <myllynen at redhat dot com> ---
Created attachment 7668
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7668&action=edit
Fix lang_lib/lang_term as per ISO 639-2

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug localedata/16973] Fix lang_lib/lang_term as per ISO 639-2
  2014-05-21 14:00 [Bug localedata/16973] New: Fix lang_lib/lang_term as per ISO 639-2 myllynen at redhat dot com
                   ` (4 preceding siblings ...)
  2014-07-01  9:30 ` myllynen at redhat dot com
@ 2014-07-01  9:31 ` myllynen at redhat dot com
  2015-08-11  7:55 ` myllynen at redhat dot com
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: myllynen at redhat dot com @ 2014-07-01  9:31 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16973

Marko Myllynen <myllynen at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug localedata/16973] Fix lang_lib/lang_term as per ISO 639-2
  2014-05-21 14:00 [Bug localedata/16973] New: Fix lang_lib/lang_term as per ISO 639-2 myllynen at redhat dot com
                   ` (5 preceding siblings ...)
  2014-07-01  9:31 ` myllynen at redhat dot com
@ 2015-08-11  7:55 ` myllynen at redhat dot com
  2015-08-18 14:21 ` vapier at gentoo dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: myllynen at redhat dot com @ 2015-08-11  7:55 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16973

--- Comment #5 from Marko Myllynen <myllynen at redhat dot com> ---
Patch resent for review with proper NEWS and ChangeLog entries:

https://sourceware.org/ml/libc-alpha/2015-08/msg00371.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug localedata/16973] Fix lang_lib/lang_term as per ISO 639-2
  2014-05-21 14:00 [Bug localedata/16973] New: Fix lang_lib/lang_term as per ISO 639-2 myllynen at redhat dot com
                   ` (7 preceding siblings ...)
  2015-08-18 14:21 ` vapier at gentoo dot org
@ 2015-08-18 14:21 ` cvs-commit at gcc dot gnu.org
  2015-10-29 16:29 ` jsm28 at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-08-18 14:21 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16973

--- Comment #7 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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  441c3b59d1e2fca4ad40cf53d03d6196c978e85f (commit)
      from  c9295fd40b5e43a34a9b416be37c27c263d9a661 (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=441c3b59d1e2fca4ad40cf53d03d6196c978e85f

commit 441c3b59d1e2fca4ad40cf53d03d6196c978e85f
Author: Marko Myllynen <myllynen@redhat.com>
Date:   Tue Aug 11 10:54:25 2015 +0300

    Fix lang_lib/lang_term as per ISO 639-2 [BZ #16973]

    lang_lib (which reflects ISO 639-2/B (bibliographic) codes) and
    lang_term (which reflects ISO 639-2/T (terminology) codes) should be
    identical except for those languages for which ISO 639-2 specifies
    separate bibliographic/terminology values.

    I used this Library of Congress page as the source:
        http://www.loc.gov/standards/iso639-2/php/code_list.php

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

Summary of changes:
 ChangeLog                      |   13 +++++++++++++
 NEWS                           |    6 +++---
 localedata/locales/eu_ES       |    4 ++--
 localedata/locales/km_KH       |    9 ++++++---
 localedata/locales/lb_LU       |    4 +++-
 localedata/locales/lo_LA       |    2 +-
 localedata/locales/my_MM       |    4 +++-
 localedata/locales/sr_ME       |    4 +++-
 localedata/locales/sr_RS       |    4 +++-
 localedata/locales/sr_RS@latin |    4 +++-
 localedata/locales/tr_TR       |    2 +-
 11 files changed, 41 insertions(+), 15 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug localedata/16973] Fix lang_lib/lang_term as per ISO 639-2
  2014-05-21 14:00 [Bug localedata/16973] New: Fix lang_lib/lang_term as per ISO 639-2 myllynen at redhat dot com
                   ` (6 preceding siblings ...)
  2015-08-11  7:55 ` myllynen at redhat dot com
@ 2015-08-18 14:21 ` vapier at gentoo dot org
  2015-08-18 14:21 ` cvs-commit at gcc dot gnu.org
  2015-10-29 16:29 ` jsm28 at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: vapier at gentoo dot org @ 2015-08-18 14:21 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16973

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |vapier at gentoo dot org
         Resolution|---                         |FIXED

--- Comment #6 from Mike Frysinger <vapier at gentoo dot org> ---
pushed your fix now

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug localedata/16973] Fix lang_lib/lang_term as per ISO 639-2
  2014-05-21 14:00 [Bug localedata/16973] New: Fix lang_lib/lang_term as per ISO 639-2 myllynen at redhat dot com
                   ` (8 preceding siblings ...)
  2015-08-18 14:21 ` cvs-commit at gcc dot gnu.org
@ 2015-10-29 16:29 ` jsm28 at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-10-29 16:29 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16973

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.23

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-10-29 16:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-21 14:00 [Bug localedata/16973] New: Fix lang_lib/lang_term as per ISO 639-2 myllynen at redhat dot com
2014-05-21 14:15 ` [Bug localedata/16973] " myllynen at redhat dot com
2014-05-26 12:01 ` carlos at redhat dot com
2014-06-12 19:17 ` fweimer at redhat dot com
2014-07-01  9:28 ` myllynen at redhat dot com
2014-07-01  9:30 ` myllynen at redhat dot com
2014-07-01  9:31 ` myllynen at redhat dot com
2015-08-11  7:55 ` myllynen at redhat dot com
2015-08-18 14:21 ` vapier at gentoo dot org
2015-08-18 14:21 ` cvs-commit at gcc dot gnu.org
2015-10-29 16:29 ` jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).