From patchwork Thu May 1 15:34:00 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: 62277 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 59252C3ABD4 for ; Thu, 1 May 2025 15:34:09 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.1781.1746113612966061701 for ; Thu, 01 May 2025 08:34:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=aVKXXZus; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=XC30jWZi; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 010101968c7bb82a-b5d6454f-b937-4a2e-b85f-75111c7c190e-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=1746113640; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=pUVmJBmSk9+A8xao9Exm2JPJ4d1J9Vd0rz02wNbcEbw=; b=aVKXXZuswB4x/xiYSt6IKYDtYxozbvN7Eb714jcQ013aPu3u1skRPMboKE9ql1Te A/zXlLq2DMO9QytocBeYeyguxIDs/B5IidQdUpHs02D7oRN5qnDyDgGBK3TiQAIyBp6 Byh7Wx+WxXH6XBs0Cc2jL85kJk/Qg5LY/fixonFg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1746113640; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=pUVmJBmSk9+A8xao9Exm2JPJ4d1J9Vd0rz02wNbcEbw=; b=XC30jWZiZXZq8TgRYwkvcKy+s5xSA9jvG/95Pcn6l7mvHVWWiif2aP/yCVJHKNOq THEKxgRFhVO/OHOBXAPGQXj9xgvPyo7jbh9hk7Z2hQHErzEc3cUzCqWDSIKgOQelxA8 xEySi4DjzPE6NU6gM6nfVwVjJEe2ZAMvjLDlcsQo= 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: <010101968c7bb82a-b5d6454f-b937-4a2e-b85f-75111c7c190e-000000@us-west-2.amazonses.com> Date: Thu, 1 May 2025 15:34:00 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.05.01-54.240.27.30 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 ; Thu, 01 May 2025 15:34:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/215896 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 4b4cf01fe1a675c6117c17ca5dffdaaf3cd76f96 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 May 2025 14:46:16 +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