From patchwork Tue Apr 15 13:33:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 61336 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54DBEC369B8 for ; Tue, 15 Apr 2025 13:33:17 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.20191.1744723993671735255 for ; Tue, 15 Apr 2025 06:33:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=T2WrzXzz; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=BjnXt1J9; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019639a76146-9fa0c53f-dd68-49c7-b294-fc483c834e4e-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1744723993; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=DACl7XFiuT6BACM5au0FX8RfPMSWg2pY3oiuruqKAh0=; b=T2WrzXzzPmcJ2BGtf1mUXvsv5gy9r7dJDuuUVB/XAdmoskcTO8Y3mv3ywnABS5/c 3kiZe6VOuhcsjQTIGit3gVCGXhesplvR6BIauw+SnSuews0cCv6LC+13FSjA60w/7Qe kWsR1jGm2Z0ET98Si1vnkXlfvAjGUM+79IQ7BtUM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1744723993; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=DACl7XFiuT6BACM5au0FX8RfPMSWg2pY3oiuruqKAh0=; b=BjnXt1J9KELq+EvDNY9jgqs4a8fTIo8Hd5E2ra4RuOReQC+SW2rs39nmv+Qw+CuL SKCRp0hYWhJWw2FQjWdjbG7Cw+8iiPIpasG+Zs6YOG4zhQShSRktQ7hhLZjfEiq1mMW eoXSNKLBgtS4AaOgZUhPDUxnyApNLiIR8C31cGLU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Wang Mingyu Cc: openembedded-core@lists.openembedded.org Subject: [AUH] iso-codes: upgrading to 4.18.0 SUCCEEDED Message-ID: <0101019639a76146-9fa0c53f-dd68-49c7-b294-fc483c834e4e-000000@us-west-2.amazonses.com> Date: Tue, 15 Apr 2025 13:33:12 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.15-54.240.27.191 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Apr 2025 13:33:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214939 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *iso-codes* to *4.18.0* has Succeeded. Next steps: - apply the patch: git am 0001-iso-codes-upgrade-4.17.0-4.18.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 2933bd271de58be49ecb91a8a1e3c234aa603e2b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Apr 2025 13:01:39 +0000 Subject: [PATCH] iso-codes: upgrade 4.17.0 -> 4.18.0 --- ...so-codes_4.17.0.bb => iso-codes_4.18.0.bb} | 46 ++++++++++++++++++- 1 file changed, 44 insertions(+), 2 deletions(-) rename meta/recipes-support/iso-codes/{iso-codes_4.17.0.bb => iso-codes_4.18.0.bb} (31%) diff --git a/meta/recipes-support/iso-codes/iso-codes_4.17.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb similarity index 31% rename from meta/recipes-support/iso-codes/iso-codes_4.17.0.bb rename to meta/recipes-support/iso-codes/iso-codes_4.18.0.bb index bba2cd9de1..519c108473 100644 --- a/meta/recipes-support/iso-codes/iso-codes_4.17.0.bb +++ b/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb @@ -1,3 +1,45 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- COPYING +# +++ COPYING +# @@ -2,7 +2,7 @@ +# Version 2.1, February 1999 +# +# Copyright (C) 1991, 1999 Free Software Foundation, Inc. +# - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + +# Everyone is permitted to copy and distribute verbatim copies +# of this license document, but changing it is not allowed. +# +# @@ -484,8 +484,7 @@ +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# - License along with this library; if not, write to the Free Software +# - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + License along with this library; if not, see . +# +# Also add information on how to contact you by electronic and paper mail. +# +# @@ -496,7 +495,7 @@ +# Yoyodyne, Inc., hereby disclaims all copyright interest in the +# library `Frob' (a library for tweaking knobs) written by James Random Hacker. +# +# - , 1 April 1990 +# - Ty Coon, President of Vice +# + , 1 April 1990 +# + Moe Ghoul, President of Vice +# +# That's all there is to it! +# +# + SUMMARY = "ISO language, territory, currency, script codes and their translations" DESCRIPTION = "Provides lists of various ISO standards (e.g. country, \ language, language scripts, and currency names) in one place, rather \ @@ -6,10 +48,10 @@ HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes" BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" +LIC_FILES_CHKSUM = "file://COPYING;md5=4bf661c1e3793e55c8d1051bc5e0ae21" SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;" -SRCREV = "0640070a001ca6edfa8ab6b61fe3230e66b3963b" +SRCREV = "5be4d112d420706eacd913a3ebd85549fe9eeae4" # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which # are inhibited by allarch