From 5483b94a5a7a9a05f5cb6fd7cbe081d34530c9a3 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 09 2019 15:18:00 +0000 Subject: import glibc-2.17-260.el7_6.4 --- diff --git a/SOURCES/glibc-rh1693152-1.patch b/SOURCES/glibc-rh1693152-1.patch new file mode 100644 index 0000000..772b293 --- /dev/null +++ b/SOURCES/glibc-rh1693152-1.patch @@ -0,0 +1,35 @@ +This patch replaces the era block in ja_JP with the non-escaped +version. It is a partial backport of commit +a259f5d388d6195da958b2d147d17c2e2d16b857 ("Replaced unicode sequences +in the ASCII printable range"), containing only the changes to this +part of the localedata/locales/ja_JP file. + +diff --git a/localedata/locales/ja_JP b/localedata/locales/ja_JP +index 54e55b1b52e90f29..594df82f05a23719 100644 +--- a/localedata/locales/ja_JP ++++ b/localedata/locales/ja_JP +@@ -14942,15 +14942,15 @@ am_pm "";"" + + t_fmt_ampm "" + +-era "";/ +- "";/ +- "";/ +- "";/ +- "";/ +- "";/ +- "";/ +- "";/ +- "" ++era "+:2:1990//01//01:+*::%EC%Ey";/ ++ "+:1:1989//01//08:1989//12//31::%EC";/ ++ "+:2:1927//01//01:1989//01//07::%EC%Ey";/ ++ "+:1:1926//12//25:1926//12//31::%EC";/ ++ "+:2:1913//01//01:1926//12//24::%EC%Ey";/ ++ "+:2:1912//07//30:1912//12//31::%EC";/ ++ "+:6:1873//01//01:1912//07//29::%EC%Ey";/ ++ "+:1:0001//01//01:1872//12//31::%EC%Ey";/ ++ "+:1:-0001//12//31:-*::%EC%Ey" + + era_d_fmt "" + diff --git a/SOURCES/glibc-rh1693152-2.patch b/SOURCES/glibc-rh1693152-2.patch new file mode 100644 index 0000000..f9cbc16 --- /dev/null +++ b/SOURCES/glibc-rh1693152-2.patch @@ -0,0 +1,24 @@ +Patch by Hanataka Shinya from +. Confirmed by TAMUKI +Shoichi's patch in +. + +The official announcement by the Japanese Prime Minister in + uses U+4EE4 U+548C +as well. + +diff --git a/localedata/locales/ja_JP b/localedata/locales/ja_JP +index 594df82f05a23719..40cb5795fea730a5 100644 +--- a/localedata/locales/ja_JP ++++ b/localedata/locales/ja_JP +@@ -14942,7 +14942,9 @@ am_pm "";"" + + t_fmt_ampm "" + +-era "+:2:1990//01//01:+*::%EC%Ey";/ ++era "+:2:2020//01//01:+*::%EC%Ey";/ ++ "+:1:2019//05//01:2019//12//31::%EC";/ ++ "+:2:1990//01//01:2019//04//30::%EC%Ey";/ + "+:1:1989//01//08:1989//12//31::%EC";/ + "+:2:1927//01//01:1989//01//07::%EC%Ey";/ + "+:1:1926//12//25:1926//12//31::%EC";/ diff --git a/SPECS/glibc.spec b/SPECS/glibc.spec index 4e1dcd1..7c19175 100644 --- a/SPECS/glibc.spec +++ b/SPECS/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.17-c758a686 %define glibcversion 2.17 -%define glibcrelease 260%{?dist}.3 +%define glibcrelease 260%{?dist}.4 ############################################################################## # We support the following options: # --with/--without, @@ -1420,6 +1420,8 @@ Patch2751: glibc-rh1401665-5.patch Patch2752: glibc-rh1661244.patch Patch2753: glibc-rh1661242-1.patch Patch2754: glibc-rh1661242-2.patch +Patch2755: glibc-rh1693152-1.patch +Patch2756: glibc-rh1693152-2.patch ############################################################################## # @@ -2822,6 +2824,8 @@ package or when debugging this package. %patch2752 -p1 %patch2753 -p1 %patch2754 -p1 +%patch2755 -p1 +%patch2756 -p1 ############################################################################## # %%prep - Additional prep required... @@ -3985,6 +3989,9 @@ rm -f *.filelist* %endif %changelog +* Mon Apr 1 2019 Florian Weimer - 2.17-260.4 +- ja_JP: Add new Japanese Era name (#1693152) + * Thu Jan 3 2019 Florian Weimer - 2.17-260.3 - elf: Fix data race in _dl_profile_fixup (#1661242)