From patchwork Tue Jul 21 06:39:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 7772 Received: (qmail 44576 invoked by alias); 21 Jul 2015 06:39:55 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 44559 invoked by uid 89); 21 Jul 2015 06:39:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f179.google.com X-Received: by 10.107.132.15 with SMTP id g15mr39795382iod.134.1437460791950; Mon, 20 Jul 2015 23:39:51 -0700 (PDT) From: Khem Raj To: libc-alpha@sourceware.org Cc: vapier@gentoo.org, Khem Raj Subject: [PATCH] locale: Do not define lang_ab for tcy_IN and bhb_IN Date: Mon, 20 Jul 2015 23:39:42 -0700 Message-Id: <1437460782-26082-1-git-send-email-raj.khem@gmail.com> After renaming localedef now complains and build fails LC_ADDRESS: field `lang_ab' must not be defined earlier the names were similar to lang_ab definitions 'tu' or 'bh' but after rename they are not. --- localedata/ChangeLog | 6 ++++++ localedata/locales/bhb_IN | 2 +- localedata/locales/tcy_IN | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 030326b..0a91680 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,6 +1,12 @@ 2015-07-21 Khem Raj [BZ #17475] + * locales/bhb_IN: Do not define lang_ab. + * locales/tcy_IN: Ditto. + +2015-07-21 Khem Raj + + [BZ #17475] * SUPPORTED: Rename tu_IN to tcy_IN and bh_IN to bhb_IN. 2015-07-20 Chris Metcalf diff --git a/localedata/locales/bhb_IN b/localedata/locales/bhb_IN index 8521257..b98d67d 100644 --- a/localedata/locales/bhb_IN +++ b/localedata/locales/bhb_IN @@ -163,7 +163,7 @@ country_ab3 "" country_car "" country_num 356 lang_name "" -lang_ab "" +lang_ab "" lang_term "" lang_lib "" END LC_ADDRESS diff --git a/localedata/locales/tcy_IN b/localedata/locales/tcy_IN index 3fc1e1a..a737bb3 100644 --- a/localedata/locales/tcy_IN +++ b/localedata/locales/tcy_IN @@ -179,7 +179,7 @@ country_ab3 "" country_car "" country_num 356 lang_name "" -lang_ab "" +lang_ab "" lang_term "" lang_lib "" END LC_ADDRESS