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.25-711-g7593c97


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  7593c977aabdce4e441bcb778d2b984ef5bb8910 (commit)
      from  2c804457879c2dd76823d1b47f1a1eba5073727c (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=7593c977aabdce4e441bcb778d2b984ef5bb8910

commit 7593c977aabdce4e441bcb778d2b984ef5bb8910
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Tue Jul 11 12:46:39 2017 +0200

    Fix abday for ar_SA
    
    	[BZ #21748, BZ #19066]
            * locales/ar_SA (LC_TIME): Fix abday

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index f9f6f97..c22e62d 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-11  Akhilesh Kumar <akhilesh.k@samsung.com>
+
+	[BZ #21748, BZ #19066]
+	* locales/ar_SA (LC_TIME): Fix abday
+
 2017-07-10  Akhilesh Kumar <akhilesh.k@samsung.com>
 
 	[BZ #21733]
diff --git a/localedata/locales/ar_SA b/localedata/locales/ar_SA
index 420e748..84f16a9 100644
--- a/localedata/locales/ar_SA
+++ b/localedata/locales/ar_SA
@@ -316,13 +316,13 @@ day	"<U0627><U0644><U0623><U062D><U062F>"; /
 	"<U0627><U0644><U062E><U0645><U064A><U0633>"; /
 	"<U0627><U0644><U062C><U0645><U0639><U0640><U0629>"; /
 	"<U0627><U0644><U0633><U0628><U062A>"
-abday	"<U0053><U0075><U006E>"; /
-	"<U004D><U006F><U006E>"; /
-	"<U0054><U0075><U0065>"; /
-	"<U0057><U0065><U0064>"; /
-	"<U0054><U0068><U0075>"; /
-	"<U0046><U0072><U0069>"; /
-	"<U0053><U0061><U0074>"
+abday	"<U062D>"; /
+	"<U0646>"; /
+	"<U062B>"; /
+	"<U0631>"; /
+	"<U062E>"; /
+	"<U062C>"; /
+	"<U0633>"
 mon	"<U064A><U0646><U0627><U064A><U0631>";/
 	"<U0641><U0628><U0631><U0627><U064A><U0631>";/
 	"<U0645><U0627><U0631><U0633>";/

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

Summary of changes:
 localedata/ChangeLog     |    5 +++++
 localedata/locales/ar_SA |   14 +++++++-------
 2 files changed, 12 insertions(+), 7 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]