Author: barbier Date: 2006-01-15 17:19:28 +0000 (Sun, 15 Jan 2006) New Revision: 1104
Added: glibc-package/trunk/debian/patches/localedata/tl_PH-yesexpr.diff Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/patches/series Log: * debian/patches/localedata/tl_PH-yesexpr.diff: New file, to fix yesexpr/noexpr in tl_PH locale. Reported by eric pareja <[EMAIL PROTECTED]>. (Closes: #295810) Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2006-01-15 09:39:26 UTC (rev 1103) +++ glibc-package/trunk/debian/changelog 2006-01-15 17:19:28 UTC (rev 1104) @@ -1,3 +1,11 @@ +glibc (2.3.5-13) UNRELEASED; urgency=low + + * debian/patches/localedata/tl_PH-yesexpr.diff: New file, to fix + yesexpr/noexpr in tl_PH locale. Reported by eric pareja + <[EMAIL PROTECTED]>. (Closes: #295810) + + -- Denis Barbier <[EMAIL PROTECTED]> Sun, 15 Jan 2006 18:20:16 +0100 + glibc (2.3.5-12) unstable; urgency=low * debian/patches/glibc235-nis-netgrp.diff: New file to fix assertion Added: glibc-package/trunk/debian/patches/localedata/tl_PH-yesexpr.diff =================================================================== --- glibc-package/trunk/debian/patches/localedata/tl_PH-yesexpr.diff 2006-01-15 09:39:26 UTC (rev 1103) +++ glibc-package/trunk/debian/patches/localedata/tl_PH-yesexpr.diff 2006-01-15 17:19:28 UTC (rev 1104) @@ -0,0 +1,33 @@ +# All lines beginning with `# DP:' are a description of the patch. +# DP: Description: Fix yesexpr/noexpr/yesstr/nostr +# DP: Related bugs: #295810 +# DP: Dpatch author: Denis Barbier <[EMAIL PROTECTED]> +# DP: Patch author: eric pareja <xenos at upm edu ph> +# DP: Upstream status: not submitted +# DP: Date: 2006-01-10 + +Index: glibc-2.3.5/localedata/locales/tl_PH +=================================================================== +--- glibc-2.3.5.orig/localedata/locales/tl_PH ++++ glibc-2.3.5/localedata/locales/tl_PH +@@ -140,7 +140,19 @@ + END LC_TIME + + LC_MESSAGES +-copy "en_US" ++ ++% "^[oOyY].*" for "Yes" ++yesexpr "<U005E><U005B><U006F><U004F><U0079><U0059><U005D><U002E><U002A>" ++ ++% "^[hHnN].*" for "No" ++noexpr "<U005E><U005B><U0068><U0048><U006E><U004E><U005D><U002E><U002A>" ++ ++% "Oo" for "Yes" ++yesstr "<U004F><U006F>" ++ ++% "Hindi" for "No" ++nostr "<U0048><U0069><U006E><U0064><U0069>" ++ + END LC_MESSAGES + + LC_PAPER Modified: glibc-package/trunk/debian/patches/series =================================================================== --- glibc-package/trunk/debian/patches/series 2006-01-15 09:39:26 UTC (rev 1103) +++ glibc-package/trunk/debian/patches/series 2006-01-15 17:19:28 UTC (rev 1104) @@ -111,3 +111,4 @@ locale/LC_IDENTIFICATION-optional-fields.diff locale/LC_COLLATE-keywords-ordering.diff locale/locale-print-LANGUAGE.diff +localedata/tl_PH-yesexpr.diff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

