Author: aurel32
Date: 2009-02-10 22:08:07 +0000 (Tue, 10 Feb 2009)
New Revision: 3269

Added:
   
glibc-package/branches/glibc-2.9/debian/patches/localedata/submitted-bz9835-en_GB-first_day.diff
Modified:
   glibc-package/branches/glibc-2.9/debian/changelog
   glibc-package/branches/glibc-2.9/debian/patches/series
Log:
  * patches/localedata/submitted-bz9835-en_GB-first_day.diff: new patch to
    fix first_weekday and first_workday for en_GB.  closes: #512343.



Modified: glibc-package/branches/glibc-2.9/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.9/debian/changelog   2009-02-01 19:17:50 UTC 
(rev 3268)
+++ glibc-package/branches/glibc-2.9/debian/changelog   2009-02-10 22:08:07 UTC 
(rev 3269)
@@ -82,6 +82,8 @@
     patches/localedata/submitted-bz9731-el_CY_euro.diff.
   * Rename patches/localedata/dz_BT-collation.diff to
     patches/localedata/submitted-bz9732-dz_BT-collation.diff.
+  * patches/localedata/submitted-bz9835-en_GB-first_day.diff: new patch to
+    fix first_weekday and first_workday for en_GB.  closes: #512343.
 
   [ Arthur Loiret ]
   * patches/any/local-nss-overflow.diff: new patch to ignore uids and gids 
@@ -114,7 +116,7 @@
   * hurd-i386/submitted-stat.diff: clean up patch.
   * hurd-i386/submitted-itimer-lock.diff: new patch fixing itimer unlocking.
 
- -- Aurelien Jarno <[email protected]>  Thu, 29 Jan 2009 16:47:14 +0100
+ -- Aurelien Jarno <[email protected]>  Tue, 10 Feb 2009 23:02:33 +0100
 
 glibc (2.8+20080809-3) experimental; urgency=low
 

Added: 
glibc-package/branches/glibc-2.9/debian/patches/localedata/submitted-bz9835-en_GB-first_day.diff
===================================================================
--- 
glibc-package/branches/glibc-2.9/debian/patches/localedata/submitted-bz9835-en_GB-first_day.diff
                            (rev 0)
+++ 
glibc-package/branches/glibc-2.9/debian/patches/localedata/submitted-bz9835-en_GB-first_day.diff
    2009-02-10 22:08:07 UTC (rev 3269)
@@ -0,0 +1,19 @@
+2009-01-10  Aurelien Jarno  <[email protected]>
+
+       * locales/en_GB: Set first weekday and workday to 1.
+
+diff --git a/localedata/locales/en_GB b/localedata/locales/en_GB
+index fe58f1f..d4d5afe 100644
+--- a/localedata/locales/en_GB
++++ b/localedata/locales/en_GB
+@@ -122,8 +122,8 @@ 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>"
+ week    7;19971201;4
+-first_weekday 2
+-first_workday 2
++first_weekday 1
++first_workday 1
+ END LC_TIME
+ 
+ LC_MESSAGES

Modified: glibc-package/branches/glibc-2.9/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.9/debian/patches/series      2009-02-01 
19:17:50 UTC (rev 3268)
+++ glibc-package/branches/glibc-2.9/debian/patches/series      2009-02-10 
22:08:07 UTC (rev 3269)
@@ -39,6 +39,7 @@
 localedata/submitted-bz9725-locale-sv_SE.diff
 localedata/submitted-bz9730-locale-sv_FI.diff
 localedata/first_weekday.diff
+localedata/submitted-bz9835-en_GB-first_day.diff
 
 alpha/local-gcc4.1.diff
 alpha/submitted-creat64.diff


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to