This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-554-gc9e9d40


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  c9e9d408631bf700fc975d315e4c6d8ce8d84d3c (commit)
       via  ac7e1507e643ab9674eda2915449d736d2319bac (commit)
      from  ff9f1c5f324eb53adc23bfb80f3c932760c94149 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c9e9d408631bf700fc975d315e4c6d8ce8d84d3c

commit c9e9d408631bf700fc975d315e4c6d8ce8d84d3c
Author: Petr Baudis <pasky@ucw.cz>
Date:   Thu Apr 5 11:47:44 2012 +0200

    [BZ #6770] Add first_weekday and first_workday to ca_ES.
    
    Patch from Fedora by Jeff Law.  Acknowledged by Jordi Mallach.

diff --git a/NEWS b/NEWS
index e20b5ec..8218731 100644
--- a/NEWS
+++ b/NEWS
@@ -11,15 +11,15 @@ Version 2.16
 
   174, 350, 369, 411, 2541, 2547, 2548, 2551, 2552, 2553, 2554, 2562, 2563,
   2565, 2566, 2576, 2678, 3335, 3866, 3868, 3976, 3992, 4026, 4108, 4596,
-  4822, 5077, 5461, 5805, 5993, 6471, 6730, 6884, 6907, 6911, 9739, 9902,
-  10110, 10135, 10140, 10210, 10346, 10545, 10716, 11174, 11322, 11365,
-  11451, 11494, 12047, 12340, 13058, 13525, 13526, 13527, 13528, 13529,
-  13530, 13531, 13532, 13533, 13547, 13551, 13552, 13553, 13555, 13559,
-  13566, 13583, 13592, 13618, 13637, 13656, 13658, 13673, 13691, 13695,
-  13704, 13706, 13726, 13738, 13760, 13761, 13786, 13792, 13806, 13824,
-  13840, 13841, 13844, 13846, 13851, 13852, 13854, 13871, 13879, 13883,
-  13892, 13908, 13910, 13911, 13912, 13913, 13915, 13916, 13917, 13918,
-  13919, 13920, 13921, 13926, 13928, 13938
+  4822, 5077, 5461, 5805, 5993, 6471, 6730, 6770, 6884, 6907, 6911, 9739,
+  9902, 10110, 10135, 10140, 10210, 10346, 10545, 10716, 11174, 11322,
+  11365, 11451, 11494, 12047, 12340, 13058, 13525, 13526, 13527, 13528,
+  13529, 13530, 13531, 13532, 13533, 13547, 13551, 13552, 13553, 13555,
+  13559, 13566, 13583, 13592, 13618, 13637, 13656, 13658, 13673, 13691,
+  13695, 13704, 13706, 13726, 13738, 13760, 13761, 13786, 13792, 13806,
+  13824, 13840, 13841, 13844, 13846, 13851, 13852, 13854, 13871, 13879,
+  13883, 13892, 13908, 13910, 13911, 13912, 13913, 13915, 13916, 13917,
+  13918, 13919, 13920, 13921, 13926, 13928, 13938
 
 * ISO C11 support:
 
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index d7b7255..0d1b93c 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-04  Jeff Law  <law@redhat.com>
+
+	[BZ #6770]
+	* locales/ca_ES (LC_TIME): Add first_weekday and first_workday.
+
 2012-04-04  Petr Baudis  <pasky@ucw.cz>
 
 	[BZ #6770]
diff --git a/localedata/locales/ca_ES b/localedata/locales/ca_ES
index 95143f1..35c1936 100644
--- a/localedata/locales/ca_ES
+++ b/localedata/locales/ca_ES
@@ -138,6 +138,8 @@ 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>"
+first_weekday 2
+first_workday 2
 END LC_TIME
 
 LC_PAPER

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=ac7e1507e643ab9674eda2915449d736d2319bac

commit ac7e1507e643ab9674eda2915449d736d2319bac
Author: Petr Baudis <pasky@ucw.cz>
Date:   Thu Apr 5 11:42:30 2012 +0200

    Locale ca_ES is now maintained by Jordi Mallach
    
    [BZ #6770]
    It was impossible to contact the original maintainer by phone or email,
    despite Jordi's multiple tries, either directly or via 3rd parties.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index a50aa44..d7b7255 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-04  Petr Baudis  <pasky@ucw.cz>
+
+	[BZ #6770]
+	* locales/ca_ES: This locale is now maintained by Jordi Mallach.
+
 2012-04-04  Dmitry V. Levin  <ldv@altlinux.org>
 
 	[BZ #10346]
diff --git a/localedata/locales/ca_ES b/localedata/locales/ca_ES
index cd83bcc..95143f1 100644
--- a/localedata/locales/ca_ES
+++ b/localedata/locales/ca_ES
@@ -3,8 +3,8 @@ escape_char  /
 %
 % Catalan Language Locale for Spain
 % Source: RAP
-% Contact: Joan Carles Soler
-% Email: Joan.Soler@uv.es
+% Contact: Jordi Mallach
+% Email: jordi@gnu.org
 % Tel:
 % Fax:
 % Language: ca

-----------------------------------------------------------------------

Summary of changes:
 NEWS                     |   18 +++++++++---------
 localedata/ChangeLog     |   10 ++++++++++
 localedata/locales/ca_ES |    6 ++++--
 3 files changed, 23 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]