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

r6466 - in glibc-package/branches/glibc-2.21/debian: . patches/localedata



Author: aurel32
Date: 2015-08-09 17:54:52 +0000 (Sun, 09 Aug 2015)
New Revision: 6466

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/patches/localedata/locale-C.diff
Log:
debian/patches/localedata/locale-C.diff: fix d_fmt time format (Closes:
#775179).

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-07-09 22:38:30 UTC (rev 6465)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-08-09 17:54:52 UTC (rev 6466)
@@ -84,6 +84,8 @@
     __floatdisf for mips. Remove usage of INTUSE (Closes: #782198).
   * debian/sysdeps/linux.mk, debhelper.in/libc.preinst: bump minimal Linux
     kernel version to 3.2 (ie the version in Wheezy).
+  * debian/patches/localedata/locale-C.diff: fix d_fmt time format (Closes:
+    #775179).
 
   [ Breno Leitao ]
   * Remove --without-cvs that is not used anymore as a valid configuration.

Modified: glibc-package/branches/glibc-2.21/debian/patches/localedata/locale-C.diff
===================================================================
--- glibc-package/branches/glibc-2.21/debian/patches/localedata/locale-C.diff	2015-07-09 22:38:30 UTC (rev 6465)
+++ glibc-package/branches/glibc-2.21/debian/patches/localedata/locale-C.diff	2015-08-09 17:54:52 UTC (rev 6466)
@@ -395021,8 +395021,8 @@
 +d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>"
 +
 +% Appropriate date representation (%x)
-+%	"%m/%d/%Y"
-+d_fmt   "<U0025><U006D><U002F><U0025><U0064><U002F><U0025><U0059>"
++%	"%m/%d/%y"
++d_fmt   "<U0025><U006D><U002F><U0025><U0064><U002F><U0025><U0079>"
 +
 +% Appropriate time representation (%X)
 +%	"%T"


Reply to: