Author: aurel32 Date: 2014-05-05 12:24:31 +0000 (Mon, 05 May 2014) New Revision: 6043
Added: glibc-package/branches/glibc-branch-wheezy/debian/patches/localedata/cvs-de_AT-Februar.diff Modified: glibc-package/branches/glibc-branch-wheezy/debian/changelog glibc-package/branches/glibc-branch-wheezy/debian/patches/series Log: debian/patches/localedata/cvs-de_AT-Februar.diff: new patch from upstream to fix February month name in de_AT locale. Closes: #738544. Modified: glibc-package/branches/glibc-branch-wheezy/debian/changelog =================================================================== --- glibc-package/branches/glibc-branch-wheezy/debian/changelog 2014-05-05 11:08:59 UTC (rev 6042) +++ glibc-package/branches/glibc-branch-wheezy/debian/changelog 2014-05-05 12:24:31 UTC (rev 6043) @@ -1,3 +1,11 @@ +eglibc (2.13-38+deb7u2) UNRELEASED; urgency=medium + + [ Aurelien Jarno ] + * debian/patches/localedata/cvs-de_AT-Februar.diff: new patch from + upstream to fix February month name in de_AT locale. Closes: #738544. + + -- Aurelien Jarno <[email protected]> Mon, 05 May 2014 14:21:03 +0200 + eglibc (2.13-38+deb7u1) wheezy; urgency=low [ Aurelien Jarno ] Added: glibc-package/branches/glibc-branch-wheezy/debian/patches/localedata/cvs-de_AT-Februar.diff =================================================================== --- glibc-package/branches/glibc-branch-wheezy/debian/patches/localedata/cvs-de_AT-Februar.diff (rev 0) +++ glibc-package/branches/glibc-branch-wheezy/debian/patches/localedata/cvs-de_AT-Februar.diff 2014-05-05 12:24:31 UTC (rev 6043) @@ -0,0 +1,18 @@ +2012-10-19 Florian Pritz <[email protected]> + + [BZ #13758] + * locales/de_AT (LC_TIME): Change month name from "FebruAr" to + "Februar". + +diff --git a/localedata/locales/de_AT b/localedata/locales/de_AT +--- a/localedata/locales/de_AT ++++ b/localedata/locales/de_AT +@@ -100,7 +100,7 @@ abmon "<U004A><U00E4><U006E>";"<U0046><U0065><U0062>";/ + "<U0053><U0065><U0070>";"<U004F><U006B><U0074>";/ + "<U004E><U006F><U0076>";"<U0044><U0065><U007A>" + mon "<U004A><U00E4><U006E><U006E><U0065><U0072>";/ +- "<U0046><U0065><U0062><U0072><U0075><U0041><U0072>";/ ++ "<U0046><U0065><U0062><U0072><U0075><U0061><U0072>";/ + "<U004D><U00E4><U0072><U007A>";/ + "<U0041><U0070><U0072><U0069><U006C>";/ + "<U004D><U0061><U0069>";/ Modified: glibc-package/branches/glibc-branch-wheezy/debian/patches/series =================================================================== --- glibc-package/branches/glibc-branch-wheezy/debian/patches/series 2014-05-05 11:08:59 UTC (rev 6042) +++ glibc-package/branches/glibc-branch-wheezy/debian/patches/series 2014-05-05 12:24:31 UTC (rev 6043) @@ -52,6 +52,7 @@ localedata/submitted-en_AU-date_fmt.diff localedata/cvs-rupeesign.diff localedata/submitted-es_MX-decimal_point.diff +localedata/cvs-de_AT-Februar.diff alpha/local-gcc4.1.diff alpha/submitted-creat64.diff -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

