[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1118 - in glibc-package/trunk/debian: . patches patches/localedata



Author: barbier
Date: 2006-01-16 23:11:46 +0000 (Mon, 16 Jan 2006)
New Revision: 1118

Added:
   glibc-package/trunk/debian/patches/localedata/locale-pl_PL.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
Fix LC_MONETARY section of pl_PL.  (Closes: #227214)


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-01-16 23:05:43 UTC (rev 1117)
+++ glibc-package/trunk/debian/changelog	2006-01-16 23:11:46 UTC (rev 1118)
@@ -18,6 +18,8 @@
   * Fix LC_MONETARY section of en_DK and provide en_DK.ISO-8859-15.
     (Closes: #323159)
   * Improve localedef(1) manual page, by Lars Wirzenius (Closes: #309846)
+  * Fix LC_MONETARY section of pl_PL. Reported by Michał Politowski.
+    (Closes: #227214)
 
  -- Denis Barbier <barbier@debian.org>  Sun, 15 Jan 2006 18:20:16 +0100
 

Added: glibc-package/trunk/debian/patches/localedata/locale-pl_PL.diff
===================================================================
--- glibc-package/trunk/debian/patches/localedata/locale-pl_PL.diff	2006-01-16 23:05:43 UTC (rev 1117)
+++ glibc-package/trunk/debian/patches/localedata/locale-pl_PL.diff	2006-01-16 23:11:46 UTC (rev 1118)
@@ -0,0 +1,37 @@
+# All lines beginning with `# DP:' are a description of the patch.
+# DP: Description: Fix LC_MONETARY section of pl_PL
+# DP: Related bugs: #227214
+# DP: Dpatch author: Denis Barbier
+# DP: Patch author: Michał Politowski" <mpol@charybda.icm.edu.pl>
+# DP: Upstream status: not submitted, but message sent to
+# DP:   http://sources.redhat.com/ml/bug-glibc/2002-11/msg00131.html
+# DP: Date: 2006-01-16
+
+Index: localedata/locales/pl_PL
+===================================================================
+--- localedata/locales/pl_PL.orig
++++ localedata/locales/pl_PL
+@@ -2123,7 +2123,7 @@
+ 
+ LC_MONETARY
+ int_curr_symbol           "<U0050><U004C><U004E><U0020>"
+-currency_symbol           "<U005A><U0142>"
++currency_symbol           "<U007A><U0142>"
+ mon_decimal_point         "<U002C>"
+ mon_thousands_sep         "<U002E>"
+ mon_grouping              3;3
+@@ -2131,10 +2131,10 @@
+ negative_sign             "<U002D>"
+ int_frac_digits           2
+ frac_digits               2
+-p_cs_precedes             1
+-p_sep_by_space            0
+-n_cs_precedes             1
+-n_sep_by_space            0
++p_cs_precedes             0
++p_sep_by_space            1
++n_cs_precedes             0
++n_sep_by_space            1
+ p_sign_posn               1
+ n_sign_posn               1
+ END LC_MONETARY

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2006-01-16 23:05:43 UTC (rev 1117)
+++ glibc-package/trunk/debian/patches/series	2006-01-16 23:11:46 UTC (rev 1118)
@@ -116,4 +116,5 @@
 localedata/locale-sa_IN.diff -p0
 localedata/locale-en_DK.diff
 localedata/locale-hy_AM.diff
+localedata/locale-pl_PL.diff -p0
 localedata/first_weekday.diff



Reply to: