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

r3229 - in glibc-package/branches/glibc-2.9/debian: . patches patches/localedata



Author: schizo
Date: 2009-01-10 04:05:53 +0000 (Sat, 10 Jan 2009)
New Revision: 3229

Added:
   glibc-package/branches/glibc-2.9/debian/patches/localedata/submitted-bz9725-locale-sv_SE.diff
Modified:
   glibc-package/branches/glibc-2.9/debian/changelog
   glibc-package/branches/glibc-2.9/debian/patches/series
Log:
  * patches/localedata/submitted-bz9725-locale-sv_SE.diff: fix from David
    Weinehall for incorrect sv_SE date format.  closes: #489960.

Modified: glibc-package/branches/glibc-2.9/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.9/debian/changelog	2009-01-09 21:09:10 UTC (rev 3228)
+++ glibc-package/branches/glibc-2.9/debian/changelog	2009-01-10 04:05:53 UTC (rev 3229)
@@ -58,6 +58,8 @@
   * patches/any/cvs-bz697-posix-regexec.diff: regex fix from Paolo Bonzini.
   * patches/any/cvs-bz9697-posix-regcomp.diff: regex fix from Paolo Bonzini,
     closes: #510219.
+  * patches/localedata/submitted-bz9725-locale-sv_SE.diff: fix from David
+    Weinehall for incorrect sv_SE date format.  closes: #489960.
 
  -- Clint Adams <schizo@debian.org>  Fri, 09 Jan 2009 12:38:28 -0500
 

Added: glibc-package/branches/glibc-2.9/debian/patches/localedata/submitted-bz9725-locale-sv_SE.diff
===================================================================
--- glibc-package/branches/glibc-2.9/debian/patches/localedata/submitted-bz9725-locale-sv_SE.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.9/debian/patches/localedata/submitted-bz9725-locale-sv_SE.diff	2009-01-10 04:05:53 UTC (rev 3229)
@@ -0,0 +1,34 @@
+Index: localedata/locales/sv_SE
+===================================================================
+RCS file: /cvs/glibc/libc/localedata/locales/sv_SE,v
+retrieving revision 1.17
+diff -u -r1.17 sv_SE
+--- a/localedata/locales/sv_SE	31 Oct 2008 19:00:57 -0000	1.17
++++ b/localedata/locales/sv_SE	10 Jan 2009 03:14:00 -0000
+@@ -169,14 +169,23 @@
+           "<U006F><U006B><U0074><U006F><U0062><U0065><U0072>";/
+           "<U006E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/
+           "<U0064><U0065><U0063><U0065><U006D><U0062><U0065><U0072>"
++#
++# Appropriate date and time representation (%c)
++#       "%a %e %b %Y %H.%M.%S"
+ d_t_fmt   "<U0025><U0061><U0020><U0025><U0065><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0048><U002E><U0025><U004D><U002E><U0025><U0053>"
++#
++# Appropriate date representation (%x)   "%Y-%m-%d"
+ d_fmt     "<U0025><U0059><U002D><U0025><U006D><U002D><U0025><U0064>"
++#
++# Appropriate time representation (%X)   "%H.%M.%S"
+ t_fmt     "<U0025><U0048><U002E><U0025><U004D><U002E><U0025><U0053>"
+ am_pm     "";""
+ t_fmt_ampm  ""
+-date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
+-<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
+-<U0025><U005A><U0020><U0025><U0059>"
++#
++# Appropriate date representation (date(1))   "%a %e %b %Y %H.%M.%S %Z"
++date_fmt       "<U0025><U0061><U0020><U0025><U0065><U0020><U0025><U0062>/
++<U0020><U0025><U0059><U0020><U0025><U0048><U002E><U0025><U004D><U002E>/
++<U0025><U0053><U0020><U0025><U005A>"
+ first_weekday 2
+ first_workday 2
+ END LC_TIME

Modified: glibc-package/branches/glibc-2.9/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.9/debian/patches/series	2009-01-09 21:09:10 UTC (rev 3228)
+++ glibc-package/branches/glibc-2.9/debian/patches/series	2009-01-10 04:05:53 UTC (rev 3229)
@@ -37,6 +37,7 @@
 localedata/mt_MT_euro.diff
 localedata/el_CY_euro.diff
 localedata/sk_SK_euro.diff 
+localedata/submitted-bz9725-locale-sv_SE.diff
 
 alpha/local-gcc4.1.diff
 alpha/submitted-creat64.diff


Reply to: