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-1186-g416bf84


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  416bf844227d37b043b16be28c9523eeaecd3de3 (commit)
       via  a324404dd987903feb212cc60a1879cf7ea50366 (commit)
      from  18b5e737de22462ab6b3fc89f26c9ad480ebb843 (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=416bf844227d37b043b16be28c9523eeaecd3de3

commit 416bf844227d37b043b16be28c9523eeaecd3de3
Author: Petr Baudis <pasky@ucw.cz>
Date:   Wed Jun 20 17:29:47 2012 +0200

    locales/tr_CY: LC_TIME with copy cannot contain additional data
    
    Luckily, tr_TR also sets first_weekday and first_workday to Monday,
    so this is just not necessary.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 31bcbb7..248b009 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,6 +1,8 @@
 2012-06-20  Petr Baudis  <pasky@ucw.cz>
 
 	* locales/mag_IN: Fix comment character.
+	* locales/tr_CY (LC_TIME): Remove redundant first_weekday
+	and first_workday.
 
 2012-06-04  Petr Baudis  <pasky@ucw.cz>
 
diff --git a/localedata/locales/tr_CY b/localedata/locales/tr_CY
index 0b90b37..daeffc1 100644
--- a/localedata/locales/tr_CY
+++ b/localedata/locales/tr_CY
@@ -66,8 +66,6 @@ END LC_NUMERIC
 
 LC_TIME
 copy "tr_TR"
-first_workday 2
-first_weekday 2
 END LC_TIME
 
 LC_PAPER

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

commit a324404dd987903feb212cc60a1879cf7ea50366
Author: Petr Baudis <pasky@ucw.cz>
Date:   Wed Jun 20 17:29:08 2012 +0200

    locales/mag_IN: Fix syntax error

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 7af0cb8..31bcbb7 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-20  Petr Baudis  <pasky@ucw.cz>
+
+	* locales/mag_IN: Fix comment character.
+
 2012-06-04  Petr Baudis  <pasky@ucw.cz>
 
 	[BZ#13996]
diff --git a/localedata/locales/mag_IN b/localedata/locales/mag_IN
index f4aff45..69f319a 100644
--- a/localedata/locales/mag_IN
+++ b/localedata/locales/mag_IN
@@ -2,7 +2,7 @@ comment_char    %
 escape_char     /
 % Magahi language locale for India.
 % Contributed by Chandan Kumar <chandankumar.093047@gmail.com>,
-# Rajesh Ranjan <rajeshkajha@yahoo.com>
+% Rajesh Ranjan <rajeshkajha@yahoo.com>
 % and Pravin Satpute <psatpute@redhat.com>
 
 LC_IDENTIFICATION

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

Summary of changes:
 localedata/ChangeLog      |    6 ++++++
 localedata/locales/mag_IN |    2 +-
 localedata/locales/tr_CY  |    2 --
 3 files changed, 7 insertions(+), 3 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]