This is the mail archive of the libc-alpha@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]

Re: glibc 2.18 freeze!


On 06/13/2013 02:18 AM, keld@keldix.com wrote:
> On Tue, Jun 11, 2013 at 08:19:44PM +0200, Andreas Jaeger wrote:
>> On 06/04/2013 08:07 AM, Marko Myllynen wrote:
>>> Hi,
>>>
>>> On 2013-06-03 23:36, Carlos O'Donell wrote:
>>>> Community,
>>>>
>>>> The glibc 2.18 freeze is almost upon us.
>>>>
>>>> What things are still outstanding that we want to see get into 2.18?
>>>
>>> FWIW, the two patches in these BZs look good to me:
>>>
>>> http://sourceware.org/bugzilla/show_bug.cgi?id=15431
>>
>> Keld, could you review the patch above? It looks fine to me in general.
>>
>>> http://sourceware.org/bugzilla/show_bug.cgi?id=15432
> 
> Yes, looks good.
> 
> BTW, my address is now keld@keldix.com

Thanks for the review.

Here's what I'm committing now (as two separate patches plus update
for NEWS),

Andreas

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 8c6ab6f..3bc2fcf 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,15 @@
+2013-06-13  Johan Heikkila  <johan.heikkila@gmail.com>
+
+	[BZ#15432]
+	* locales/sv_FI@euro: Add LC_MEASUREMENT.
+
+	[BZ#15431]
+	* locales/sv_FI: Add LC_MEASUREMENT, use copy in LC_TELEPHONE,
+	update LC_ADDRESS with using postal_fmt from Finnish Post Office
+	recommendations at
+	http://www.posti.fi/hinnatjaohjeet/osoitejakuorimerkinnat/osoitemerkinnat.html
+	and add missing entries.
+
 2013-06-11  Andreas Schwab  <schwab@suse.de>
 
 	[BZ #14991]
diff --git a/localedata/locales/sv_FI b/localedata/locales/sv_FI
index 0b77f9c..87430b8 100644
--- a/localedata/locales/sv_FI
+++ b/localedata/locales/sv_FI
@@ -6,7 +6,7 @@ escape_char  /
 % Address: Sankt Jo//rgens Alle 8
 %    DK-1615 Ko//benhavn V, Danmark
 % Contact: Keld Simonsen
-% Email: Keld.Simonsen@dkuug.dk
+% Email:keld@keldix.com
 % Tel: +45 - 31226543
 % Fax: +45 - 33256543
 % Language: sv
@@ -40,6 +40,7 @@ category  "sv_FI:2000";LC_NUMERIC
 category  "sv_FI:2000";LC_MONETARY
 category  "sv_FI:2000";LC_MESSAGES
 category  "sv_FI:2000";LC_PAPER
+category  "sv_FI:2000";LC_MEASUREMENT
 category  "sv_FI:2000";LC_NAME
 category  "sv_FI:2000";LC_ADDRESS
 category  "sv_FI:2000";LC_TELEPHONE
@@ -117,9 +118,7 @@ width    210
 END LC_PAPER
 
 LC_TELEPHONE
-tel_int_fmt    "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025>/
-<U006C>"
-int_prefix     "<U0033><U0035><U0038>"
+copy "fi_FI"
 END LC_TELEPHONE
 
 LC_MEASUREMENT
@@ -132,12 +131,20 @@ name_fmt    "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
 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><U007A><U0020><U0025><U0054><U0025>/
+postal_fmt    "<U0025><U0066><U0025><U004E><U0025><U0064><U0025><U004E>/
+<U0025><U0062><U0025><U004E><U0025><U0061><U0025><U004E><U0025><U0073>/
+<U0020><U0025><U0068><U0025><U0074><U0025><U0065><U0025><U0074><U0025>/
+<U0072><U0025><U004E><U0025><U007A><U0020><U0025><U0054><U0025>/
 <U004E><U0025><U0063><U0025><U004E>"
 country_ab2 "<U0046><U0049>"
 country_ab3 "<U0046><U0049><U004E>"
 country_num 246
+country_name "<U0046><U0069><U006E><U006C><U0061><U006E><U0064>"
+country_post "<U0046><U0049>"
+country_car  "<U0046><U0049><U004E>"
+country_isbn 952
+lang_name    "<U0073><U0076><U0065><U006E><U0073><U006B><U0061>"
+lang_ab      "<U0073><U0076>"
+lang_term    "<U0073><U0077><U0065>"
+lang_lib     "<U0073><U0077><U0065>"
 END LC_ADDRESS
diff --git a/localedata/locales/sv_FI@euro b/localedata/locales/sv_FI@euro
index f69e5b5..7e174a7 100644
--- a/localedata/locales/sv_FI@euro
+++ b/localedata/locales/sv_FI@euro
@@ -32,6 +32,7 @@ category  "sv_FI@euro:2000";LC_NUMERIC
 category  "sv_FI@euro:2000";LC_MONETARY
 category  "sv_FI@euro:2000";LC_MESSAGES
 category  "sv_FI@euro:2000";LC_PAPER
+category  "sv_FI@euro:2000";LC_MEASUREMENT
 category  "sv_FI@euro:2000";LC_NAME
 category  "sv_FI@euro:2000";LC_ADDRESS
 category  "sv_FI@euro:2000";LC_TELEPHONE

-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]