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.23-548-gd461c96


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  d461c9682d4954076f9ee9e07be903c2eef8e73b (commit)
      from  eaee348ce71c34faa7a1122529aa9b9807a269c2 (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=d461c9682d4954076f9ee9e07be903c2eef8e73b

commit d461c9682d4954076f9ee9e07be903c2eef8e73b
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Thu Jul 7 14:47:02 2016 +0200

    localedata: fix de_LI locale
    
    Fix the postal_fmt and country_name entries to continue on the following
    line without indentation.
    
    localedata/Changelog:
    	* locales/de_LI (postal_fmt): Fix indentation.
    	(country_name): Likewise.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index c3dbd64..4be8afc 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2016-07-07  Aurelien Jarno  <aurelien@aurel32.net>
+
+	* locales/de_LI (postal_fmt): Fix indentation.
+	(country_name): Likewise.
+
 2016-07-06  Aurelien Jarno  <aurelien@aurel32.net>
 
 	* locales/de_LI: New locale.
diff --git a/localedata/locales/de_LI b/localedata/locales/de_LI
index 2f5a372..663f788 100644
--- a/localedata/locales/de_LI
+++ b/localedata/locales/de_LI
@@ -80,12 +80,12 @@ END LC_NAME
 
 LC_ADDRESS
 postal_fmt	"<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
-		<U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E><U0025><U0073>/
-		<U0020><U0025><U0068><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/
-		<U004E><U0025><U0025><U007A><U0020><U0025><U0054><U0025>/
-		<U004E><U0025><U0063><U0025><U004E>"
+<U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E><U0025><U0073>/
+<U0020><U0025><U0068><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/
+<U004E><U0025><U0025><U007A><U0020><U0025><U0054><U0025>/
+<U004E><U0025><U0063><U0025><U004E>"
 country_name	"<U004C><U0069><U0065><U0063><U0068><U0074><U0065><U006E><U0073><U0074>/
-		<U0065><U0069><U006E>"
+<U0065><U0069><U006E>"
 country_ab2	"<U004C><U0049>"
 country_ab3	"<U004C><U0049><U0045>"
 country_num	438

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

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