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

[glibc] 02/02: debian/patches/localedata/locale-C.diff: fix LC_TIME week and d_t_fmt fields in C.UTF-8 locale. Closes: #817895.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit a236f75e3480bc71488dcbc875e3deabf5ce8ef0
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri Mar 11 18:30:30 2016 +0100

    debian/patches/localedata/locale-C.diff: fix LC_TIME week and d_t_fmt fields in C.UTF-8 locale.  Closes: #817895.
---
 debian/changelog                        |  2 ++
 debian/patches/localedata/locale-C.diff | 10 ++++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 344bfd2..a731f86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ glibc (2.22-3) UNRELEASED; urgency=medium
       #817879.
   * debian/sysdeps/sh4.mk: build with -fno-delete-null-pointer-checks to
     workaround a missing SH4 specific __builtin_trap implementation in GCC.
+  * debian/patches/localedata/locale-C.diff: fix LC_TIME week and d_t_fmt
+    fields in C.UTF-8 locale.  Closes: #817895.
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 10 Mar 2016 22:29:17 +0100
 
diff --git a/debian/patches/localedata/locale-C.diff b/debian/patches/localedata/locale-C.diff
index aebd768..4f272c4 100644
--- a/debian/patches/localedata/locale-C.diff
+++ b/debian/patches/localedata/locale-C.diff
@@ -4,7 +4,7 @@
 
 --- /dev/null
 +++ b/localedata/locales/C
-@@ -0,0 +1,395038 @@
+@@ -0,0 +1,395040 @@
 +escape_char /
 +comment_char %
 +% Locale for C locale in UTF-8
@@ -395012,13 +395012,15 @@
 +%
 +% ISO 8601 conforming applications should use the values 7, 19971201 (a
 +% Monday), and 4 (Thursday), respectively.
-+week    7;19971130;7
++week    7;19971130;4
 +first_weekday	1
 +first_workday	2
 +
 +% Appropriate date and time representation (%c)
-+%	"%a %d %b %Y %r %Z"
-+d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>"
++%	"%a %b %e %H:%M:%S %Y"
++d_t_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065><U0020>/
++<U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
++<U0025><U0059>"
 +
 +% Appropriate date representation (%x)
 +%	"%m/%d/%y"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: