From patchwork Mon Sep 15 11:54:35 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: 70174 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 2A2EBCAC59C for ; Mon, 15 Sep 2025 11:54:37 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.30883.1757937275830919196 for ; Mon, 15 Sep 2025 04:54:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=Qgma8PFE; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=c5Erh5dD; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101994d3a1077-df192051-fd6a-4b49-a70a-8c70ab1b1294-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1757937275; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=twLHittzLi8PERVaeGAKgFQLOifyfVgF+gP2LTvlCYg=; b=Qgma8PFE+uc/vbbc8dilOix6inOYfj3e6+SmwlnqAQC1C/knFc/VRF46N4tQebn4 arhnfU1SV6MVic+AZVsSbkNbO+HqBUn1Zw6tAZ0ju2RVC28BwbUsS174PK+/K4rBOqu XhIgIi+++9Rv/+LaxhB9TxL19IedkSRqb57SSMfA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1757937275; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=twLHittzLi8PERVaeGAKgFQLOifyfVgF+gP2LTvlCYg=; b=c5Erh5dDkhvcozurLM5aKO+SWHYv6LIS8e92zCTyBAeGjfHlF3Us4A9KB8Rugs2h L9eqP5inkl+3uFT4DniLPZsh1bYiab2LG1sZnqb0OjZvLawwY26WARrrKp9VFJ8cAlD hQtFh3ynqFxNFLTkIBHpREJY/rf4YRnTmZ3/JSbU= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] xeyes: upgrading to 1.3.1 SUCCEEDED Message-ID: <010101994d3a1077-df192051-fd6a-4b49-a70a-8c70ab1b1294-000000@us-west-2.amazonses.com> Date: Mon, 15 Sep 2025 11:54:35 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.09.15-54.240.27.193 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 ; Mon, 15 Sep 2025 11:54:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/223407 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xeyes* to *1.3.1* has Succeeded. Next steps: - apply the patch: git am 0001-xeyes-upgrade-1.3.0-1.3.1.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 b5fa7a0b6e5891487c96f7e27591a24cb9fd9be5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Sep 2025 06:54:46 +0000 Subject: [PATCH] xeyes: upgrade 1.3.0 -> 1.3.1 --- .../{xeyes_1.3.0.bb => xeyes_1.3.1.bb} | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xeyes_1.3.0.bb => xeyes_1.3.1.bb} (29%) diff --git a/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb b/meta/recipes-graphics/xorg-app/xeyes_1.3.1.bb similarity index 29% rename from meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb rename to meta/recipes-graphics/xorg-app/xeyes_1.3.1.bb index 3d1a7063ea..1ded6d8e16 100644 --- a/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb +++ b/meta/recipes-graphics/xorg-app/xeyes_1.3.1.bb @@ -1,3 +1,22 @@ +# 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 +# @@ -1,4 +1,5 @@ +# Copyright (c) 1991 X Consortium +# +Copyright (c) 2023 q3k +# +# Permission is hereby granted, free of charge, to any person obtaining +# a copy of this software and associated documentation files (the +# +# + require xorg-app-common.inc SUMMARY = "X11 eyes that follow the mouse cursor demo" @@ -6,9 +25,9 @@ follow the location of the mouse cursor around the screen." PE = "1" -LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6" +LIC_FILES_CHKSUM = "file://COPYING;md5=29277094da1ef0646d5634a79cb0c1c5" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "0950c600bf33447e169a539ee6655ef9f36d6cebf2c1be67f7ab55dacb753023" +SRC_URI[sha256sum] = "5608d76b7b1aac5ed7f22f1b6b5ad74ef98c8693220f32b4b87dccee4a956eaa" DEPENDS += "libxau libxt libxext libxmu libxrender libxi"