From patchwork Sun Oct 15 19:45:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 32326 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 363A7CDB48D for ; Sun, 15 Oct 2023 19:45:21 +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.web11.102717.1697399115394401974 for ; Sun, 15 Oct 2023 12:45:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=UP+kSnoR; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=hbh2a4an; spf=pass (domain: automation.yoctoproject.org, ip: 54.240.27.30, mailfrom: 0101018b34df0f40-10aac0c7-295b-46ea-8783-46ad8d933138-000000@automation.yoctoproject.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1697399115; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=Hpku0qqvilP6Aatw5VcwAP0DfZNQc9l+GHV5+pxsr+c=; b=UP+kSnoR+X/Xbu3EFhMjDojCeY0MaUbVrjYh69SP/b8hlip1izoK41v98pVAon80 uNCnHGkmtkclnlzWxe2gYEYw4FQwXc3MvUzQRflZKCMdVwERyQQ1NgNX1IZAtyysqMC sz2TmKzytq6tZ7X8tcNqTnED/ZG6Ifcu6XxY8gmU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1697399115; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=Hpku0qqvilP6Aatw5VcwAP0DfZNQc9l+GHV5+pxsr+c=; b=hbh2a4anq1vwLKZUjkpjbf5qWRsD9fVRoUSlfPuo2uiOGk6M+ZCXkQA5POGLOVyG Abzkudd+J3cEjPFYpSWIiBCOJ1uDMRaK8BzCe9BOlrKnSmgUFDBtBEKrKkwbsSOa4Fr pxXD+K7hxZ758SNJlqbueVIG7b+XMhJb6Ekjh7TI= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] xkeyboard-config: upgrading to 2.40 SUCCEEDED Message-ID: <0101018b34df0f40-10aac0c7-295b-46ea-8783-46ad8d933138-000000@us-west-2.amazonses.com> Date: Sun, 15 Oct 2023 19:45:15 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.10.15-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 ; Sun, 15 Oct 2023 19:45:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189236 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xkeyboard-config* to *2.40* has Succeeded. Next steps: - apply the patch: git am 0001-xkeyboard-config-upgrade-2.39-2.40.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 5b9f5c1cfb7df2ea1ed96a63bcfbdcfbdd8a6339 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Oct 2023 17:58:53 +0000 Subject: [PATCH] xkeyboard-config: upgrade 2.39 -> 2.40 --- ...onfig_2.39.bb => xkeyboard-config_2.40.bb} | 54 ++++++++++++++++++- 1 file changed, 52 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.39.bb => xkeyboard-config_2.40.bb} (27%) diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.39.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb similarity index 27% rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.39.bb rename to meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb index 4795464ac0..361cccc2d3 100644 --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.39.bb +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.40.bb @@ -1,3 +1,53 @@ +# 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 +# @@ -44,7 +44,7 @@ +# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +# THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# -Except as contained in this notice, the name of the Digital Equipment +# +Except as contained in this notice, the name of the Digital Equipment +# Corporation shall not be used in advertising or otherwise to promote +# the sale, use or other dealings in this Software without prior written +# authorization from Digital Equipment Corporation. +# @@ -104,19 +104,19 @@ +# fee is hereby granted, provided that the above copyright +# notice appear in all copies and that both that copyright +# notice and this permission notice appear in supporting +# -documentation, and that the name of Silicon Graphics not be +# -used in advertising or publicity pertaining to distribution +# +documentation, and that the name of Silicon Graphics not be +# +used in advertising or publicity pertaining to distribution +# of the software without specific prior written permission. +# -Silicon Graphics makes no representation about the suitability +# +Silicon Graphics makes no representation about the suitability +# of this software for any purpose. It is provided "as is" +# without any express or implied warranty. +# +# -SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS +# -SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +# +SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS +# +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +# AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON +# -GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL +# -DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +# -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +# +GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL +# +DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +# +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH +# THE USE OR PERFORMANCE OF THIS SOFTWARE. +# +# +# + SUMMARY = "Keyboard configuration database for X Window" DESCRIPTION = "The non-arch keyboard configuration database for X \ @@ -10,10 +60,10 @@ HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig" BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config" LICENSE = "MIT & MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9" +LIC_FILES_CHKSUM = "file://COPYING;md5=8fc8ae699974c360e2e2e883a63ce264" SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "5ac5f533eff7b0c116805fe254fd79b2c9882700a4f9f2c070f8c4eae5aaa682" +SRC_URI[sha256sum] = "7a3dba1bec7dc7191432da021242d17c9cf6c89690e6c57b0de048ff8c9d2ae3" SECTION = "x11/libs" DEPENDS = "util-macros libxslt-native"