[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#927914: marked as done (glibc: deal with Japanese new era "令和 (Reiwa)")



Your message dated Thu, 25 Apr 2019 22:49:48 +0000
with message-id <E1hJnBc-0006lZ-0n@fasolo.debian.org>
and subject line Bug#927914: fixed in glibc 2.28-9
has caused the Debian Bug report #927914,
regarding glibc: deal with Japanese new era "令和 (Reiwa)"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
927914: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927914
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
package: glibc
tags: l10n, patch

Hi,

 To deal with Japanese new era "令和 (Reiwa)" (from 1st May), please
 add attached patch that is taken from upstream(*)

 It should be applied to stretch as well.

 (*) https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=7423da211d1490d9fc76c2f0ce49e5dd90ea9bcc;hp=4aeff335ca19286ee2382d8eba794ae5fd49281a


-- 
Regards,

 Hideki Yamane     henrich @ debian.org/iijmio-mail.jp
>From 3a660291290fd6e65db1f17fbfff67fa4ef2bc99 Mon Sep 17 00:00:00 2001
From: Hideki Yamane <henrich@debian.org>
Date: Thu, 25 Apr 2019 10:33:00 +0900
Subject: [PATCH] add localedata/locale-ja_JP-reiwa_era.diff

---
 .../localedata/locale-ja_JP-reiwa_era.diff    | 30 +++++++++++++++++++
 debian/patches/series                         |  1 +
 2 files changed, 31 insertions(+)
 create mode 100644 debian/patches/localedata/locale-ja_JP-reiwa_era.diff

diff --git a/debian/patches/localedata/locale-ja_JP-reiwa_era.diff b/debian/patches/localedata/locale-ja_JP-reiwa_era.diff
new file mode 100644
index 00000000..141ee8a4
--- /dev/null
+++ b/debian/patches/localedata/locale-ja_JP-reiwa_era.diff
@@ -0,0 +1,30 @@
+Index: glibc/NEWS
+===================================================================
+--- glibc.orig/NEWS
++++ glibc/NEWS
+@@ -7,6 +7,10 @@ using `glibc' in the "product" field.
+ 
+ Version 2.28.1
+ 
++Major new features:
++
++* The entry for the new Japanese era has been added for ja_JP locale.
++
+ Deprecated and removed features, and other changes affecting compatibility:
+ 
+ * For powercp64le ABI, Transactional Lock Elision is now enabled iff kernel
+Index: glibc/localedata/locales/ja_JP
+===================================================================
+--- glibc.orig/localedata/locales/ja_JP
++++ glibc/localedata/locales/ja_JP
+@@ -14946,7 +14946,9 @@ am_pm	"<U5348><U524D>";"<U5348><U5F8C>"
+ 
+ t_fmt_ampm "%p%I<U6642>%M<U5206>%S<U79D2>"
+ 
+-era	"+:2:1990//01//01:+*:<U5E73><U6210>:%EC%Ey<U5E74>";/
++era	"+:2:2020//01//01:+*:<U4EE4><U548C>:%EC%Ey<U5E74>";/
++	"+:1:2019//05//01:2019//12//31:<U4EE4><U548C>:%EC<U5143><U5E74>";/
++	"+:2:1990//01//01:2019//04//30:<U5E73><U6210>:%EC%Ey<U5E74>";/
+ 	"+:1:1989//01//08:1989//12//31:<U5E73><U6210>:%EC<U5143><U5E74>";/
+ 	"+:2:1927//01//01:1989//01//07:<U662D><U548C>:%EC%Ey<U5E74>";/
+ 	"+:1:1926//12//25:1926//12//31:<U662D><U548C>:%EC<U5143><U5E74>";/
diff --git a/debian/patches/series b/debian/patches/series
index 461d8245..d75630cb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -20,6 +20,7 @@ localedata/submitted-en_AU-date_fmt.diff
 localedata/submitted-es_MX-decimal_point.diff
 localedata/submitted-it_IT-thousands_sep.diff
 localedata/git-en_US-date_fmt.diff
+localedata/locale-ja_JP-reiwa_era.diff
 
 alpha/local-gcc4.1.diff
 alpha/submitted-dl-support.diff
-- 
2.20.1


--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.28-9

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 927914@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <aurel32@debian.org> (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 25 Apr 2019 21:12:03 +0200
Source: glibc
Architecture: source
Version: 2.28-9
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Aurelien Jarno <aurel32@debian.org>
Closes: 924612 927914
Changes:
 glibc (2.28-9) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
     - Fix heap-based buffer over-read in regular-expression matching
       (CVE-2019-9169).  Closes: #924612.
     - Add entry for the new Japanese era to the ja_JP locale.  Closes:
       #927914.
 .
   [ Adam Conrad ]
   * debian/patches/arm/unsubmitted-ldso-abi-check.diff: Fix rtld segv in
     dl_open() introduced via merge with upstream at 2.28 (LP: #1821677)
Checksums-Sha1:
 7833db1fb71e76fca664ab85378d3782ecdfb5a1 8885 glibc_2.28-9.dsc
 a79f40a76ee667d33d972884341b90ca75b8116e 882956 glibc_2.28-9.debian.tar.xz
 475f4fd5058d96c297e2ead57c9d42acd20f30ba 7241 glibc_2.28-9_source.buildinfo
Checksums-Sha256:
 e8abfd8e99890e93324c6c0ec1b4a093b0bde628151848bf5d26114eb1f11376 8885 glibc_2.28-9.dsc
 59908f806fe0eddd6929705d3a493e6b96aa5dcb2f0e6e824aae57040adafbd8 882956 glibc_2.28-9.debian.tar.xz
 bc2668920175c17ccc0daf7039a06c2e44942f5fd2fc4eaf97a741e7140b5829 7241 glibc_2.28-9_source.buildinfo
Files:
 b6a4f9e6e8a061fc45c63dae4ff296f2 8885 libs required glibc_2.28-9.dsc
 ab58421e5d02853af6901659a921d808 882956 libs required glibc_2.28-9.debian.tar.xz
 af3dd21b0d7110f77ed3501f89d92c5f 7241 libs required glibc_2.28-9_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlzCMggACgkQE4jA+Jno
M2su0g//eQz8QjgERLm0617Q06rvoTTtQz03UKdCw8ebhSIXoliW7TOe+OFGwn9/
Kq6cm/rZXETDApIDQs0eegBT5CrlmvWPPLjgTwscJks8azddY6EL5qr/jo9G155Y
7nuv90WRUbbIrcPx9aTpzk2vBhUKYfxDKug5ORdRg18d6NIg+Dp4/bpUPhewB5in
WDaQ8pEWK8vK1wZiHnijAlAsX8erJCcVFyb1hUpBfTeE7B9L/7CSrR3fxwXMq/Xx
14F6kiGBohwmhgGIOviiMfapFq94K9c57MtTK67uRIsiZ5FGPddgW5f9j4pBujFK
TZEFjk9J8bg0C3vm8FDnoFCSIbf8BX40FYPaT5PZznErHq2X7U+CFFSZk9jqcFCC
AeSMCWBbydhGzh1UKTGnw/L0Zd82GDYr/1JvFEJ6u4g3lFBo0bFDZ18UZGz4jGk5
HYv3WgCAZMwWXN4XV95T/QA+g9pl1rQb05ORTQ3w5QHp9cDrESu87vx2ycDdg9Ar
xfdeepw+vDIcIZFULUGCoLkx465idJHPT3ccEpXqagC5qtqvJYc13C/XB4OqdROD
a7ErW/x5ZOvFyY+ngG5eCyL0Ts62IJzBqBSe+ze32ZooML0LS7nGFTBaLv3Luoyi
axSyZYu7JyMjpWPdmRlWO2+xJ1aejNeAs8X5GOENfeBeWaKXAOU=
=vSUV
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: