forked from pool/glibc
Accepting request 121923 from home:a_jaeger:my-factory-packages
Fix first weekday for tr_TR. OBS-URL: https://build.opensuse.org/request/show/121923 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=185
This commit is contained in:
parent
3f6f92f45d
commit
6e69a3e1cf
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 11:51:02 UTC 2012 - aj@suse.de
|
||||
|
||||
- Fix first_weekday for tr_TR locale (tr_TR.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 16 08:37:57 UTC 2012 - schwab@linux-m68k.org
|
||||
|
||||
- Fix confstr use of local buffer outside its extent
|
||||
|
@ -305,6 +305,8 @@ Patch2008: glibc-ld-profile.patch
|
||||
Patch2009: glibc-fini-unwind.diff
|
||||
# PATCH-FIX-OPENSUSE malloc(0);free gets optimized out
|
||||
Patch2010: glibc-2.16-mcheck.patch
|
||||
# PATCH-FIX-OPENSUSE Correct first_weekday for tr_TR (glibc bug#13223) - aj@suse.de
|
||||
Patch2011: tr_TR.patch
|
||||
|
||||
%description
|
||||
The GNU C Library provides the most important standard libraries used
|
||||
@ -570,6 +572,7 @@ rm nscd/s-stamp
|
||||
# %patch2008 -p1
|
||||
%patch2009 -p1
|
||||
%patch2010 -p1
|
||||
%patch2011 -p1
|
||||
|
||||
#
|
||||
# Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion `map->l_init_called' failed!
|
||||
|
13
tr_TR.patch
Normal file
13
tr_TR.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: glibc-2.15/localedata/locales/tr_TR
|
||||
===================================================================
|
||||
--- glibc-2.15.orig/localedata/locales/tr_TR
|
||||
+++ glibc-2.15/localedata/locales/tr_TR
|
||||
@@ -3540,6 +3540,8 @@ t_fmt_ampm "<U0025><U0049><U003A><U0025>
|
||||
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>"
|
||||
+first_weekday 2
|
||||
+first_workday 2
|
||||
END LC_TIME
|
||||
|
||||
LC_PAPER
|
Loading…
Reference in New Issue
Block a user