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.27.9000-113-g81be4b5


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  81be4b5e38c22bfd77ec8fe6815a45782c19eca1 (commit)
       via  9d5cfd8e838da31bd8fe0a55d4b43e8425dd3c2f (commit)
       via  6c7269f31dc780f27dfc0706f9b1a6dbd160fdd9 (commit)
      from  4cdc25a4a1b49c7c73124952511fb57c5a82cd3f (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=81be4b5e38c22bfd77ec8fe6815a45782c19eca1

commit 81be4b5e38c22bfd77ec8fe6815a45782c19eca1
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Tue Feb 20 18:14:43 2018 +0100

    Remove --quiet argument when installing locales
    
    Using this argument hides problems. I would like to see when something fails.
    
    	* localedata/Makefile: Remove --quiet argument when
    	installing locales

diff --git a/ChangeLog b/ChangeLog
index aff01e9..e3d251c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2018-02-23  Mike FABIAN  <mfabian@redhat.com>
 
+	* localedata/Makefile: Remove --quiet argument when
+	installing locales
+
+2018-02-23  Mike FABIAN  <mfabian@redhat.com>
+
 	[BZ #17438]
 	* localedata/locales/pt_BR (LC_TIME): use / instead of -
 	in d_fmt.
diff --git a/localedata/Makefile b/localedata/Makefile
index 34877c0..388b7fd 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -212,7 +212,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-locales-dir
 	@locale=`echo $@ | sed -e 's/^install-//'`; \
 	charset=`echo $$locale | sed -e 's,.*/,,'`; \
 	locale=`echo $$locale | sed -e 's,/[^/]*,,'`; \
-	flags="--quiet -c"; \
+	flags="-c"; \
 	if [ "$$charset" = 'SHIFT_JIS' ] \
 	   || [ "$$charset" = 'SHIFT_JISX0213' ]; then \
 	   flags="$$flags --no-warnings=ascii"; \

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=9d5cfd8e838da31bd8fe0a55d4b43e8425dd3c2f

commit 9d5cfd8e838da31bd8fe0a55d4b43e8425dd3c2f
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Wed Feb 14 18:17:42 2018 +0100

    Use / instead of - in d_fmt for pt_BR and pt_PT [BZ #17438]
    
    	[BZ #17438]
    	* localedata/locales/pt_BR (LC_TIME): use / instead of -
    	in d_fmt.
    	* localedata/locales/pt_PT (LC_TIME): likewise

diff --git a/ChangeLog b/ChangeLog
index 5d5af85..aff01e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2018-02-23  Mike FABIAN  <mfabian@redhat.com>
 
+	[BZ #17438]
+	* localedata/locales/pt_BR (LC_TIME): use / instead of -
+	in d_fmt.
+	* localedata/locales/pt_PT (LC_TIME): likewise
+
+2018-02-23  Mike FABIAN  <mfabian@redhat.com>
+
 	[BZ #22646]
 	* localedata/locales/es_CL (LC_TIME): copy "es_BO".
 	* localedata/locales/es_CU (LC_TIME): copy "es_BO".
diff --git a/localedata/locales/pt_BR b/localedata/locales/pt_BR
index df992d2..a778e52 100644
--- a/localedata/locales/pt_BR
+++ b/localedata/locales/pt_BR
@@ -119,7 +119,7 @@ mon     "janeiro";/
 	"novembro";/
 	"dezembro"
 d_t_fmt "%a %d %b %Y %T %Z"
-d_fmt   "%d-%m-%Y"
+d_fmt   "%d//%m//%Y"
 t_fmt   "%T"
 am_pm   "";""
 t_fmt_ampm ""
diff --git a/localedata/locales/pt_PT b/localedata/locales/pt_PT
index bfd8965..6225036 100644
--- a/localedata/locales/pt_PT
+++ b/localedata/locales/pt_PT
@@ -123,7 +123,7 @@ mon     "janeiro";/
         "novembro";/
         "dezembro"
 d_t_fmt "%a %d %b %Y %T %Z"
-d_fmt   "%d-%m-%Y"
+d_fmt   "%d//%m//%Y"
 t_fmt   "%T"
 am_pm   "";""
 t_fmt_ampm ""

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6c7269f31dc780f27dfc0706f9b1a6dbd160fdd9

commit 6c7269f31dc780f27dfc0706f9b1a6dbd160fdd9
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Tue Feb 13 12:03:49 2018 +0100

    Use â??copy "es_BO"â?? in LC_TIME of es_CU, es_CL, and es_EC
    
    LC_TIME in these 4 locales is identical, using â??copy "es_BO"â?? makes
    that more obvious.
    
    	[BZ #22646]
    	* localedata/locales/es_CL (LC_TIME): copy "es_BO".
    	* localedata/locales/es_CU (LC_TIME): copy "es_BO".
    	* localedata/locales/es_EC (LC_TIME): copy "es_BO".

diff --git a/ChangeLog b/ChangeLog
index 740f7ad..5d5af85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-02-23  Mike FABIAN  <mfabian@redhat.com>
+
+	[BZ #22646]
+	* localedata/locales/es_CL (LC_TIME): copy "es_BO".
+	* localedata/locales/es_CU (LC_TIME): copy "es_BO".
+	* localedata/locales/es_EC (LC_TIME): copy "es_BO".
+
 2018-02-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* sysdeps/sparc/fpu/libm-test-ulps: Update.
diff --git a/localedata/locales/es_CL b/localedata/locales/es_CL
index da1eabb..3dee82b 100644
--- a/localedata/locales/es_CL
+++ b/localedata/locales/es_CL
@@ -85,42 +85,7 @@ copy "es_ES"
 END LC_NUMERIC
 
 LC_TIME
-abday   "dom";"lun";/
-	"mar";"mi<U00E9>";/
-	"jue";"vie";/
-	"s<U00E1>b"
-day     "domingo";/
-	"lunes";/
-	"martes";/
-	"mi<U00E9>rcoles";/
-	"jueves";/
-	"viernes";/
-	"s<U00E1>bado"
-abmon   "ene";"feb";/
-	"mar";"abr";/
-	"may";"jun";/
-	"jul";"ago";/
-	"sep";"oct";/
-	"nov";"dic"
-mon     "enero";/
-	"febrero";/
-	"marzo";/
-	"abril";/
-	"mayo";/
-	"junio";/
-	"julio";/
-	"agosto";/
-	"septiembre";/
-	"octubre";/
-	"noviembre";/
-	"diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
-d_fmt   "%d//%m//%y"
-t_fmt   "%T"
-am_pm   "";""
-t_fmt_ampm ""
-week 7;19971130;1
-first_weekday 2
+copy "es_BO"
 END LC_TIME
 
 LC_PAPER
diff --git a/localedata/locales/es_CU b/localedata/locales/es_CU
index 230311a..a5ab099 100644
--- a/localedata/locales/es_CU
+++ b/localedata/locales/es_CU
@@ -91,42 +91,7 @@ grouping             0;0
 END LC_NUMERIC
 
 LC_TIME
-abday   "dom";"lun";/
-	"mar";"mi<U00E9>";/
-	"jue";"vie";/
-	"s<U00E1>b"
-day     "domingo";/
-	"lunes";/
-	"martes";/
-	"mi<U00E9>rcoles";/
-	"jueves";/
-	"viernes";/
-	"s<U00E1>bado"
-abmon   "ene";"feb";/
-	"mar";"abr";/
-	"may";"jun";/
-	"jul";"ago";/
-	"sep";"oct";/
-	"nov";"dic"
-mon     "enero";/
-	"febrero";/
-	"marzo";/
-	"abril";/
-	"mayo";/
-	"junio";/
-	"julio";/
-	"agosto";/
-	"septiembre";/
-	"octubre";/
-	"noviembre";/
-	"diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
-d_fmt   "%d//%m//%y"
-t_fmt   "%T"
-am_pm   "";""
-t_fmt_ampm ""
-week 7;19971130;1
-first_weekday 2
+copy "es_BO"
 END LC_TIME
 
 LC_PAPER
diff --git a/localedata/locales/es_EC b/localedata/locales/es_EC
index b05d5aa..244fe41 100644
--- a/localedata/locales/es_EC
+++ b/localedata/locales/es_EC
@@ -85,42 +85,7 @@ copy "es_ES"
 END LC_NUMERIC
 
 LC_TIME
-abday   "dom";"lun";/
-	"mar";"mi<U00E9>";/
-	"jue";"vie";/
-	"s<U00E1>b"
-day     "domingo";/
-	"lunes";/
-	"martes";/
-	"mi<U00E9>rcoles";/
-	"jueves";/
-	"viernes";/
-	"s<U00E1>bado"
-abmon   "ene";"feb";/
-	"mar";"abr";/
-	"may";"jun";/
-	"jul";"ago";/
-	"sep";"oct";/
-	"nov";"dic"
-mon     "enero";/
-	"febrero";/
-	"marzo";/
-	"abril";/
-	"mayo";/
-	"junio";/
-	"julio";/
-	"agosto";/
-	"septiembre";/
-	"octubre";/
-	"noviembre";/
-	"diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
-d_fmt   "%d//%m//%y"
-t_fmt   "%T"
-am_pm   "";""
-t_fmt_ampm ""
-week 7;19971130;1
-first_weekday 2
+copy "es_BO"
 END LC_TIME
 
 LC_PAPER

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

Summary of changes:
 ChangeLog                |   19 +++++++++++++++++++
 localedata/Makefile      |    2 +-
 localedata/locales/es_CL |   37 +------------------------------------
 localedata/locales/es_CU |   37 +------------------------------------
 localedata/locales/es_EC |   37 +------------------------------------
 localedata/locales/pt_BR |    2 +-
 localedata/locales/pt_PT |    2 +-
 7 files changed, 25 insertions(+), 111 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]