forked from pool/glibc
Andreas Schwab
384789b673
- Update to glibc 2.18.90 bd12ab55c05e: * New locales: ak_GH, anp_IN, ar_SS, cmn_TW, hak_TW, lzh_TW, nan_TW, pap_AW, pap_CW, quz_PE, the_NP. * Substantially revised locales: gd_GB, ht_HT * The LC_ADDRESS field was updated to support country_car for almost all supported locales. * ISO 1427 definitions were updated. * ISO 3166 definitions were updated. * The localedef utility now supports --big-endian and --little-endian command-line options to generate locales for a different system from that for which the C library was built. * Binary locale files now only depend on the endianness of the system for which they are generated and not on other properties of that system. * ISO 639 definitions were updated for Chiga (cgg) and Chinese (gan, hak, czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue). * SystemTap probes for malloc have been introduced. * Support for powerpc64le has been added. * The soft-float powerpc port now supports e500 processors. - Remove upstreamed patches: cbrtl-ldbl-96.patch fcntl-o-tmpfile.patch getaddrinfo-overflow.patch glibc-2.18.tar.xz glibc-ld-profile.patch glibc-nscd-hconf.diff i686-strcasecmp-fallback.patch m68k-Scrt1.patch malloc-overflows.patch nonascii-case.patch nss-database.patch OBS-URL: https://build.opensuse.org/request/show/208665 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=320
101 lines
2.1 KiB
Diff
101 lines
2.1 KiB
Diff
Index: glibc-2.18.90/intl/locale.alias
|
|
===================================================================
|
|
--- glibc-2.18.90.orig/intl/locale.alias
|
|
+++ glibc-2.18.90/intl/locale.alias
|
|
@@ -56,8 +56,6 @@ korean ko_KR.eucKR
|
|
korean.euc ko_KR.eucKR
|
|
ko_KR ko_KR.eucKR
|
|
lithuanian lt_LT.ISO-8859-13
|
|
-no_NO nb_NO.ISO-8859-1
|
|
-no_NO.ISO-8859-1 nb_NO.ISO-8859-1
|
|
norwegian nb_NO.ISO-8859-1
|
|
nynorsk nn_NO.ISO-8859-1
|
|
polish pl_PL.ISO-8859-2
|
|
Index: glibc-2.18.90/localedata/SUPPORTED
|
|
===================================================================
|
|
--- glibc-2.18.90.orig/localedata/SUPPORTED
|
|
+++ glibc-2.18.90/localedata/SUPPORTED
|
|
@@ -331,6 +331,8 @@ nl_NL/ISO-8859-1 \
|
|
nl_NL@euro/ISO-8859-15 \
|
|
nn_NO.UTF-8/UTF-8 \
|
|
nn_NO/ISO-8859-1 \
|
|
+no_NO.UTF-8/UTF-8 \
|
|
+no_NO/ISO-8859-1 \
|
|
nr_ZA/UTF-8 \
|
|
nso_ZA/UTF-8 \
|
|
oc_FR.UTF-8/UTF-8 \
|
|
Index: glibc-2.18.90/localedata/locales/no_NO
|
|
===================================================================
|
|
--- /dev/null
|
|
+++ glibc-2.18.90/localedata/locales/no_NO
|
|
@@ -0,0 +1,69 @@
|
|
+escape_char /
|
|
+comment_char %
|
|
+
|
|
+% Norwegian language locale for Norway
|
|
+% Source: Norsk Standardiseringsforbund
|
|
+% Address: University Library,
|
|
+% Drammensveien 41, N-9242 Oslo, Norge
|
|
+% Contact: Kolbjoern Aamboe
|
|
+% Tel: +47 - 22859109
|
|
+% Fax: +47 - 22434497
|
|
+% Email: kolbjorn.aambo@usit.uio.no
|
|
+% Language: no
|
|
+% Territory: NO
|
|
+% Revision: 4.3
|
|
+% Date: 1996-10-15
|
|
+% Application: general
|
|
+% Users: general
|
|
+% Repertoiremap: mnemonic.ds
|
|
+% Charset: ISO-8859-1
|
|
+% Distribution and use is free, also
|
|
+% for commercial purposes.
|
|
+
|
|
+LC_IDENTIFICATION
|
|
+copy "nb_NO"
|
|
+END LC_IDENTIFICATION
|
|
+
|
|
+LC_COLLATE
|
|
+copy "nb_NO"
|
|
+END LC_COLLATE
|
|
+
|
|
+LC_CTYPE
|
|
+copy "nb_NO"
|
|
+END LC_CTYPE
|
|
+
|
|
+LC_MONETARY
|
|
+copy "nb_NO"
|
|
+END LC_MONETARY
|
|
+
|
|
+LC_NUMERIC
|
|
+copy "nb_NO"
|
|
+END LC_NUMERIC
|
|
+
|
|
+LC_TIME
|
|
+copy "nb_NO"
|
|
+END LC_TIME
|
|
+
|
|
+LC_MESSAGES
|
|
+copy "nb_NO"
|
|
+END LC_MESSAGES
|
|
+
|
|
+LC_PAPER
|
|
+copy "nb_NO"
|
|
+END LC_PAPER
|
|
+
|
|
+LC_TELEPHONE
|
|
+copy "nb_NO"
|
|
+END LC_TELEPHONE
|
|
+
|
|
+LC_MEASUREMENT
|
|
+copy "nb_NO"
|
|
+END LC_MEASUREMENT
|
|
+
|
|
+LC_NAME
|
|
+copy "nb_NO"
|
|
+END LC_NAME
|
|
+
|
|
+LC_ADDRESS
|
|
+copy "nb_NO"
|
|
+END LC_ADDRESS
|