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: 498013 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 7558E140DFC for ; Tue, 21 Jul 2015 16:40:04 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=YocysQK/; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; q=dns; s= default; b=v/rlxp6k8CElfn5OKZvpNHWYI5YMj6ac6ZmifwPRXd/jP7zcP2cQL md7vU5hvyQLeKyR4hI1+n/5A62BXw8b0t/ChoNShxigMklB9OGRxLCTg9duqrZZV r4lTj6+kV5aH1Xsk8uG1g+cc2Ji2k62H/xVB2xDmIbnj0zKS0P+sP8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; s=default; bh=EF2LhDN//MWkoLwbbLQ36D6XaZo=; b=YocysQK/IE1awkzvji6DCtCiWKzP UbN8rscJd8Agj61ZkSw5u+IfRKhx/2YqsUjw+3CJOjYfRszjJAt9/Zu6bbJN5rqb N0xv2yU6UmxK4GGRzYcE1NxtLQynx1fN+sQCBpuid6Bb9zov5+InwYSqETnnaxIN 8e0kdzGZ1e2SBfs= 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