From 72195d44855ab96875f117acb75c37f98dcb26a9 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Thu, 6 Jun 2019 23:58:21 -0400 Subject: [PATCH] locale: Fix C.UTF-8 ranges. The ellipsis range support only allows or as valid unicode code points, otherwise it treats it as a symbol and since we don't define the symbol the entire range is unused. --- glibc-c-utf8-locale.patch | 20 ++++++++++---------- glibc.spec | 5 ++++- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/glibc-c-utf8-locale.patch b/glibc-c-utf8-locale.patch index 7215e15..a4cf357 100644 --- a/glibc-c-utf8-locale.patch +++ b/glibc-c-utf8-locale.patch @@ -88,21 +88,21 @@ index 0000000..fdf460e + +.. + -+ ++ +.. -+ -+ ++ ++ +.. -+ -+ ++ ++ +.. -+ -+ ++ ++ +.. -+ -+ ++ ++ +.. -+ ++ +UNDEFINED +order_end +END LC_COLLATE diff --git a/glibc.spec b/glibc.spec index f0799ca..7e18ed3 100644 --- a/glibc.spec +++ b/glibc.spec @@ -87,7 +87,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 1%{?dist} +Release: 2%{?dist} # In general, GPLv2+ is used by programs, LGPLv2+ is used for # libraries. @@ -2016,6 +2016,9 @@ fi %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog +* Fri Aug 16 2019 Carlos O'Donell - 2.30.9000-2 +- Fix C.UTF-8 to use full code ranges. + * Thu Aug 15 2019 Florian Weimer - 2.30.9000-1 - Auto-sync with upstream branch master, commit 341da5b4b6253de9a7581a066f33f89cacb44dec.