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.21-355-gc3cc2cf


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  c3cc2cf35a18474ce76e128861816bab10bec5c1 (commit)
      from  8020a808870dc6199e584562b3b64f52054359e8 (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=c3cc2cf35a18474ce76e128861816bab10bec5c1

commit c3cc2cf35a18474ce76e128861816bab10bec5c1
Author: Marko Myllynen <myllynen@redhat.com>
Date:   Sat May 16 01:40:04 2015 -0400

    Fix bo_CN and bo_IN.
    
    Both bo_CN and bo_IN were not compiling. The following fix
    gets them into a usable state again giving a clean build
    result for `make localedata/install-locales`.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 728b500..8b7a414 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-12  Marko Myllynen  <myllynen@redhat.com>
+
+	* locales/bo_CN (LC_NAME): Fix compilation.
+	* locales/bo_IN (LC_NAME): Likewise.
+
 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
 
 	* gen-locales.mk: New Makefile snippet to generate locales.
diff --git a/localedata/locales/bo_CN b/localedata/locales/bo_CN
index d813c10..8c866ab 100644
--- a/localedata/locales/bo_CN
+++ b/localedata/locales/bo_CN
@@ -146,7 +146,7 @@ END LC_MEASUREMENT
 LC_NAME
 % FIXME
 
-name_fmt  ""
+name_fmt  " "
 % name_gen	"FIXME"
 % name_miss	"FIXME"
 % name_mr	"FIXME"
diff --git a/localedata/locales/bo_IN b/localedata/locales/bo_IN
index 8ab793c..b396ee1 100644
--- a/localedata/locales/bo_IN
+++ b/localedata/locales/bo_IN
@@ -71,7 +71,7 @@ END LC_MEASUREMENT
 
 LC_NAME
 % FIXME
-name_fmt	""
+name_fmt	" "
 % name_gen	"FIXME"
 % name_miss	"FIXME"
 % name_mr	"FIXME"

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

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