To: ['Wang Mingyu '] To: openembedded-core@lists.openembedded.org Subject: [AUH] iso-codes: upgrading to 4.18.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250501050045/all/iso-codes/0001-iso-codes-upgrade-4.17.0-4.18.0.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250501050045/all/iso-codes/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250501050045/all/iso-codes/buildhistory-diff.txt 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 -- 2.47.1