From 68a071d274b5bd3049ab3ec7cd5cbb901aa95ccd Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sun, 14 Oct 2007 21:12:41 +0000 Subject: Updated to fedora-glibc-20071014T2102 --- fedora/branch.mk | 4 ++-- fedora/glibc.spec.in | 1 + localedata/ChangeLog | 6 ++++++ localedata/locales/pl_PL | 38 ++++++++++++++++++-------------------- localedata/show-ucs-data.c | 7 +++++++ 5 files changed, 34 insertions(+), 22 deletions(-) diff --git a/fedora/branch.mk b/fedora/branch.mk index c9056799ce..a457caf781 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -3,5 +3,5 @@ glibc-branch := fedora glibc-base := HEAD DIST_BRANCH := devel COLLECTION := dist-f8 -fedora-sync-date := 2007-10-14 18:47 UTC -fedora-sync-tag := fedora-glibc-20071014T1847 +fedora-sync-date := 2007-10-14 21:02 UTC +fedora-sync-tag := fedora-glibc-20071014T2102 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 084231ca17..82bbe2d241 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1014,6 +1014,7 @@ rm -f *.filelist* - install (#330031) - disable -D_FORTIFY_SOURCE{,=2} support (with a warning) for GCC 3.4.x and earlier(#327641) +- pl_PL locale changes (BZ#4098, #242296) - misc fixes (BZ#1140, BZ#3195, BZ#3242, BZ#4359) * Thu Oct 11 2007 Jakub Jelinek 2.6.90-19 diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 934f5d4ee4..784f71d1b4 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2007-10-14 Ulrich Drepper + + [BZ #4098] + * locales/pl_PL: Change abmon, abday, and d_fmt according to + results of vote. + 2007-10-10 Ulrich Drepper * locales/iso14651_t1_common: If DIACRIT_FORWARD is defined, define diff --git a/localedata/locales/pl_PL b/localedata/locales/pl_PL index 2f17b364f4..0527eee519 100644 --- a/localedata/locales/pl_PL +++ b/localedata/locales/pl_PL @@ -2150,13 +2150,17 @@ grouping 0;0 END LC_NUMERIC LC_TIME -abday "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +% The abday, abmon, and d_fmt information has been changed (back) to match +% the preference expressed in the poll organized to get some concensus. +% The results were not entirely clear on all easpects but the choices +% here seem to have the most support. For more details: +% +% https://bugzilla.redhat.com/show_bug.cgi?id=242296 +% +abday "";"";/ + "";"";/ + "";"";/ + "" day "";/ "";/ "";/ @@ -2164,18 +2168,12 @@ day "";/ "";/ "";/ "" -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" mon "";/ "";/ "";/ @@ -2191,7 +2189,7 @@ mon "";/ d_t_fmt "/ / " -d_fmt "" +d_fmt "" t_fmt "" am_pm "";"" t_fmt_ampm "" diff --git a/localedata/show-ucs-data.c b/localedata/show-ucs-data.c index 9992ece427..85d2659741 100644 --- a/localedata/show-ucs-data.c +++ b/localedata/show-ucs-data.c @@ -10,6 +10,13 @@ main (int argc, char *argv[]) char *line = NULL; size_t len = 0; + if (argc == 1) + { + static char *new_argv[] = { NULL, (char *) "/dev/stdin", NULL }; + argv = new_argv; + argc = 2; + } + for (n = 1; n < argc; ++n) { FILE *fp = fopen (argv[n], "r"); -- cgit v1.2.3