- Fix first day of week for lv_LV (#682500)
This commit is contained in:
parent
c30958093b
commit
073b690e45
22
glibc-rh682500.patch
Normal file
22
glibc-rh682500.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
2012-04-03 Jeff Law <law@redhat.com>
|
||||||
|
|
||||||
|
* locales/lv_LV: Fix first_weekday and first_workday.
|
||||||
|
|
||||||
|
diff -rup c/localedata/locales/lv_LV d/localedata/locales/lv_LV
|
||||||
|
--- c/localedata/locales/lv_LV 2012-01-01 05:16:32.000000000 -0700
|
||||||
|
+++ d/localedata/locales/lv_LV 2012-04-03 11:13:40.590928949 -0600
|
||||||
|
@@ -2183,6 +2183,14 @@ 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>"
|
||||||
|
+
|
||||||
|
+% Define the first day of the week to be displayed in a calendar.
|
||||||
|
+% This weekday is relative to the date defined in the <week> keyword.
|
||||||
|
+first_weekday 2
|
||||||
|
+
|
||||||
|
+% Define the first workday relative to the <week> keyword
|
||||||
|
+first_workday 2
|
||||||
|
+
|
||||||
|
END LC_TIME
|
||||||
|
|
||||||
|
LC_MESSAGES
|
@ -28,7 +28,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 31%{?dist}
|
Release: 32%{?dist}
|
||||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||||
# Things that are linked directly into dynamically linked programs
|
# Things that are linked directly into dynamically linked programs
|
||||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
||||||
@ -129,6 +129,8 @@ Patch47 : %{name}-rh806070.patch
|
|||||||
Patch48 : %{name}-rh804792.patch
|
Patch48 : %{name}-rh804792.patch
|
||||||
# Submitted upstream (BZ 13939)
|
# Submitted upstream (BZ 13939)
|
||||||
Patch49 : %{name}-rh789238-2.patch
|
Patch49 : %{name}-rh789238-2.patch
|
||||||
|
# Submitted upstream
|
||||||
|
Patch50 : %{name}-rh682500.patch
|
||||||
|
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -397,6 +399,7 @@ rm -rf %{glibcportsdir}
|
|||||||
%patch47 -p1
|
%patch47 -p1
|
||||||
%patch48 -p1
|
%patch48 -p1
|
||||||
%patch49 -p1
|
%patch49 -p1
|
||||||
|
%patch50 -p1
|
||||||
|
|
||||||
# A lot of programs still misuse memcpy when they have to use
|
# A lot of programs still misuse memcpy when they have to use
|
||||||
# memmove. The memcpy implementation below is not tolerant at
|
# memmove. The memcpy implementation below is not tolerant at
|
||||||
@ -1249,6 +1252,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 3 2012 Jeff Law <law@redhat.com> - 2.15-32
|
||||||
|
- Fix first day of week for lv_LV (#682500)
|
||||||
|
|
||||||
* Mon Apr 2 2012 Jeff Law <law@redhat.com> - 2.15-31
|
* Mon Apr 2 2012 Jeff Law <law@redhat.com> - 2.15-31
|
||||||
- When retrying after main arena failure, always retry in a
|
- When retrying after main arena failure, always retry in a
|
||||||
different arena. (#789238)
|
different arena. (#789238)
|
||||||
|
Loading…
Reference in New Issue
Block a user