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.26-222-gd6e290a


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  d6e290a6ca822a42a69acde42e7b5003ae185534 (commit)
      from  4fa9b3bfe6759c82beb4b043a54a3598ca467289 (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=d6e290a6ca822a42a69acde42e7b5003ae185534

commit d6e290a6ca822a42a69acde42e7b5003ae185534
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Wed Aug 30 19:13:45 2017 +0530

    Remove redundant data in li_BE which is identical to the data in li_NL
    
    	[BZ #22044]
    	* locales/li_BE (LC_TIME): copy "li_NL".

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index c9bc7b6..87de677 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-31  Akhilesh Kumar <akhilesh.k@samsung.com>
+
+	[BZ #22044]
+	* locales/li_BE (LC_TIME): copy "li_NL".
+
 2017-08-30  Mike FABIAN  <mfabian@redhat.com>
 
 	[BZ #16148]
diff --git a/localedata/locales/li_BE b/localedata/locales/li_BE
index 6778384..027a6d9 100644
--- a/localedata/locales/li_BE
+++ b/localedata/locales/li_BE
@@ -93,40 +93,5 @@ copy "nl_BE"
 END LC_NUMERIC
 
 LC_TIME
-abday   "<U007A><U00F3><U006E>";"<U006D><U0061><U006F>";/
-	"<U0064><U0061><U0065>";"<U0067><U006F><U006F>";/
-        "<U0064><U00F3><U006E>";"<U0076><U0072><U0069>";/
-        "<U007A><U0061><U006F>"
-day     "<U007A><U00F3><U006E><U0064><U0069><U0067>";/
-	"<U006D><U0061><U006F><U006E><U0064><U0069><U0067>";/
-	"<U0064><U0061><U0065><U006E><U0073><U0064><U0069><U0067>";/
-	"<U0067><U006F><U006F><U006E><U0073><U0064><U0069><U0067>";/
-	"<U0064><U00F3><U006E><U0064><U0065><U0072><U0064><U0069><U0067>";/
-	"<U0076><U0072><U0069><U0065><U0064><U0069><U0067>";/
-	"<U007A><U0061><U006F><U0074><U0065><U0072><U0064><U0069><U0067>"
-abmon   "<U006A><U0061><U006E>";"<U0066><U0069><U0062>";/
-	"<U006D><U0069><U0065>";"<U0065><U0070><U0072>";/
-	"<U006D><U0065><U0069>";"<U006A><U0075><U006E>";/
-	"<U006A><U0075><U006C>";"<U0061><U0075><U0067>";/
-	"<U0073><U0065><U0070>";"<U006F><U006B><U0074>";/
-	"<U006E><U006F><U0076>";"<U0064><U0065><U0073>"
-mon     "<U006A><U0061><U006E><U006E><U0065><U0077><U0061><U0072><U0069><U0065>";/
-	"<U0066><U0069><U0062><U0062><U0065><U0072><U0077><U0061><U0072><U0069><U0065>";/
-	"<U006D><U0069><U0065><U0072><U0074>";/
-	"<U0065><U0070><U0072><U00E8><U006C>";/
-	"<U006D><U0065><U0069><U006A>";/
-	"<U006A><U0075><U006E><U0069><U0065>";/
-	"<U006A><U0075><U006C><U0069><U0065>";/
-	"<U0061><U0075><U0067><U0075><U0073><U0074><U0075><U0073>";/
-	"<U0073><U0065><U0070><U0074><U0065><U006D><U0062><U0065><U0072>";/
-	"<U006F><U006B><U0074><U006F><U0062><U0065><U0072>";/
-	"<U006E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/
-	"<U0064><U0065><U0073><U0065><U006D><U0062><U0065><U0072>"
-d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U002E><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
-d_fmt   "<U0025><U0064><U002E><U0025><U006D><U002E><U0025><U0059>"
-t_fmt   "<U0025><U0054>"
-am_pm   "";""
-t_fmt_ampm ""
-week	7;19971130;4
-first_weekday	2
+copy "li_NL"
 END LC_TIME

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

Summary of changes:
 localedata/ChangeLog     |    5 +++++
 localedata/locales/li_BE |   37 +------------------------------------
 2 files changed, 6 insertions(+), 36 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]