From patchwork Tue Apr 15 13:33:06 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: 61352 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 201FFC3ABAD for ; Tue, 15 Apr 2025 13:33:07 +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.web10.20156.1744723977141998501 for ; Tue, 15 Apr 2025 06:33:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=VcyId3th; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=IAFTZHZ6; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019639a7469e-13fda2a4-2538-4540-b060-831db4972e69-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=1744723986; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=AgcNZ56iPmYRi72XztqLJ+aOkz5vEn6aHBCFou2H0as=; b=VcyId3thOJ2lcbTKo3d5DAYvdT8NSsQXmIT/C7uUfTzU/tm3rBfe6Fn7isbwJwZp oIxJWDe1JG09R/eqDdhTG+BEkyvGUeOw7PN/z/B1JXYoNBTAkkEJbcfglhxLL4uRG1e 5rU+YuUEUuQWTSTMWgMAR3gvMANg1TquPQ8iWzcU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1744723986; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=AgcNZ56iPmYRi72XztqLJ+aOkz5vEn6aHBCFou2H0as=; b=IAFTZHZ6WzXbMZX7BR7NWUlxCWK2LBI1eXI2wb0XPLU9BYAZFQYQYV+9fz0i45tM efPe+DGGvzUfrFNQ7CzqPWNXHGXSizCrXTmJpQn5aE+Ol74DAzywk5HFN4HvOGKDCkM IlKauIr2eyZW5p4dKWBYYd1f66qWTSgQHa7aqQRE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Markus Volk Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gtk4: upgrading to 4.18.4 SUCCEEDED Message-ID: <0101019639a7469e-13fda2a4-2538-4540-b060-831db4972e69-000000@us-west-2.amazonses.com> Date: Tue, 15 Apr 2025 13:33:06 +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:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214911 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gtk4* to *4.18.4* has Succeeded. Next steps: - apply the patch: git am 0001-gtk4-upgrade-4.18.3-4.18.4.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 9fba812200d471f66181549ad8ee50d473fba6b2 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Apr 2025 09:22:07 +0000 Subject: [PATCH] gtk4: upgrade 4.18.3 -> 4.18.4 --- meta/recipes-gnome/gtk+/{gtk4_4.18.3.bb => gtk4_4.18.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gtk+/{gtk4_4.18.3.bb => gtk4_4.18.4.bb} (98%) diff --git a/meta/recipes-gnome/gtk+/gtk4_4.18.3.bb b/meta/recipes-gnome/gtk+/gtk4_4.18.4.bb similarity index 98% rename from meta/recipes-gnome/gtk+/gtk4_4.18.3.bb rename to meta/recipes-gnome/gtk+/gtk4_4.18.4.bb index 6995cfa725..bb26123195 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.18.3.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.18.4.bb @@ -38,7 +38,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" UPSTREAM_CHECK_REGEX = "gtk-(?P\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz" SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz" -SRC_URI[sha256sum] = "081e1bc0b17db41a935af8d1f6f090fb1988936c42ff734d149f3d004119f8bb" +SRC_URI[sha256sum] = "d4783ac15037c2c4275a8f1acc94f5fede28a516243fccb92ff54a11c15775ff" S = "${WORKDIR}/gtk-${PV}"