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

r6004 - in glibc-package/branches/eglibc-2.19/debian: . patches patches/locale



Author: adconrad
Date: 2014-03-24 03:59:50 +0000 (Mon, 24 Mar 2014)
New Revision: 6004

Added:
   glibc-package/branches/eglibc-2.19/debian/patches/locale/submitted-XDR-revert.diff
Modified:
   glibc-package/branches/eglibc-2.19/debian/changelog
   glibc-package/branches/eglibc-2.19/debian/patches/series
Log:
debian/patches/locale/submitted-XDR-revert.diff: Return the XDR currency
to locale/iso-4217.def because localedata/locales/i18n needs to have it.

Modified: glibc-package/branches/eglibc-2.19/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/changelog	2014-03-24 02:58:55 UTC (rev 6003)
+++ glibc-package/branches/eglibc-2.19/debian/changelog	2014-03-24 03:59:50 UTC (rev 6004)
@@ -42,6 +42,8 @@
   * debian/rules.d/tarball.mk: Add an update-from-upstream-git glibc target.
   * debian/patches/git-updates.diff: Updates to current release/2.19/master.
   * debian/sysdeps/arm64.mk: Enable IFUNC, now that binutils can support it.
+  * debian/patches/locale/submitted-XDR-revert.diff: Return the XDR currency
+    to locale/iso-4217.def because localedata/locales/i18n needs to have it.
 
   [ Aurelien Jarno ]
   * debian/debhelper.in/libc.preinst: remove check for sparc32 kernel, the

Added: glibc-package/branches/eglibc-2.19/debian/patches/locale/submitted-XDR-revert.diff
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/patches/locale/submitted-XDR-revert.diff	                        (rev 0)
+++ glibc-package/branches/eglibc-2.19/debian/patches/locale/submitted-XDR-revert.diff	2014-03-24 03:59:50 UTC (rev 6004)
@@ -0,0 +1,12 @@
+diff --git a/locale/iso-4217.def b/locale/iso-4217.def
+index bcc170b..414f69b 100644
+--- a/locale/iso-4217.def
++++ b/locale/iso-4217.def
+@@ -162,6 +162,7 @@ DEFINE_INT_CURR("VUV")		/* Vanuatu Vatu  */
+ DEFINE_INT_CURR("WST")		/* Samoa Tala  */
+ DEFINE_INT_CURR("XAF")		/* Central African Franc (United Republic of Cameroon, Central African Republic, Chad, Congo, Gabon)  */
+ DEFINE_INT_CURR("XCD")		/* East Caribbean Dollar (Antiqua, Dominica, Grenada, Montserrat, St. Kitts-Nevis-Anguilla, Saint Lucia, Saint Vincent and the Grenadines)  */
++DEFINE_INT_CURR("XDR")		/* International Monetary Fund  */
+ DEFINE_INT_CURR("XOF")		/* West African Franc (Benin, Ivory Coast, Niger, Senegal, Togo, Upper Volta)  */
+ DEFINE_INT_CURR("XPF")		/* French polynesia, New Caledonia, Wallis and Futuna Islands  */
+ DEFINE_INT_CURR("YER")		/* Yemeni Rial  */

Modified: glibc-package/branches/eglibc-2.19/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/patches/series	2014-03-24 02:58:55 UTC (rev 6003)
+++ glibc-package/branches/eglibc-2.19/debian/patches/series	2014-03-24 03:59:50 UTC (rev 6004)
@@ -7,6 +7,7 @@
 locale/locale-print-LANGUAGE.diff
 locale/LC_IDENTIFICATION-optional-fields.diff
 locale/LC_COLLATE-keywords-ordering.diff
+locale/submitted-XDR-revert.diff
 localedata/local-all-no-archive.diff
 localedata/sort-UTF8-first.diff
 localedata/supported.diff


Reply to: