From patchwork Fri Jun 29 19:55:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 937128 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-93863-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lingonborough.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="LtAmreyF"; dkim-atps=neutral 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 41HS763TQWz9rvt for ; Sat, 30 Jun 2018 05:55:30 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:to:message-id:subject :mime-version:content-type; q=dns; s=default; b=ybDtQBoNkv3mnNkF bvuvZfq6dMyiw4qPUbd+zc4S7mD/fhiwHiwdW3j9urMTnw95XeLEjHINrVQ+M30u ZzMxLW2uoehkUhhR7zJBViYsq6zTOrSfXq1xDmNvqTsA3fY4UDrYBgRf0a6UckfW UJuolG/beSFi8KLYucmlYx2dWSY= 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:date:from:reply-to:to:message-id:subject :mime-version:content-type; s=default; bh=z6cSkD9s0M8KO1ZMR6CiJn KQKYo=; b=LtAmreyF/h6SWhA2M3Q2MyWkUnXDw7IC1vr+0s1iyQuXmqHczKUhlC HE4Z2FzeZRQ1liuy9PjOG2VXiuUML2PSR8Duuns7aiVMFl40kOpRRIMqPniBhu/U w6oog8mthgBNUFxNZeNhjXRGfMYRSJ7IuoDbOqUvnLIEs252RzgqE= Received: (qmail 16780 invoked by alias); 29 Jun 2018 19:55:24 -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 16410 invoked by uid 89); 29 Jun 2018 19:55:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=H*c:PHrt, countries, day, research X-HELO: ano163.rev.netart.pl X-Spam-Score: 0 Date: Fri, 29 Jun 2018 21:55:18 +0200 (CEST) From: Rafal Luzynski Reply-To: Rafal Luzynski To: libc-alpha@sourceware.org Message-ID: <526323302.1160849.1530302119013@poczta.nazwa.pl> Subject: [PATCH COMMITTED] es_BO locale: Change LC_PAPER to en_US (bug 22996). MIME-Version: 1.0 Since the change is trivial and according to some research which I did the other day it is correct and also complete (checking some LATAM countries I found no other which uses US paper size while glibc locale provides ISO) I committed this. By the way, is it OK to cherry-pick to 2.27? Regards, Rafal From 7f5b42eff7b15c7ec6568ff61d565f70342b3b05 Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Fri, 29 Jun 2018 20:55:59 +0200 Subject: [PATCH] es_BO locale: Change LC_PAPER to en_US (bug 22996). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [BZ #22996] * localedata/locales/es_BO (LC_PAPER): Change to “copy "en_US"”. --- ChangeLog | 5 +++++ localedata/locales/es_BO | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3a5e52b..2f08bf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-06-29 Sylvain Lesage + + [BZ #22996] + * localedata/locales/es_BO (LC_PAPER): Change to “copy "en_US"”. + 2018-06-29 Siddhesh Poyarekar * sysdeps/aarch64/multiarch/memcpy_falkor.S (__memcpy_falkor): diff --git a/localedata/locales/es_BO b/localedata/locales/es_BO index 4202c5a..5b6c6e2 100644 --- a/localedata/locales/es_BO +++ b/localedata/locales/es_BO @@ -124,7 +124,7 @@ first_weekday 2 END LC_TIME LC_PAPER -copy "i18n" +copy "en_US" END LC_PAPER LC_TELEPHONE -- 2.7.5