From patchwork Thu Oct 10 19:36:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 50403 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 EA074D0D789 for ; Thu, 10 Oct 2024 19:36:41 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.53260.1728588944661100897 for ; Thu, 10 Oct 2024 12:36:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=hk4BljOZ; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=HvbC1833; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019277eecce7-c8818b79-6a83-45f8-936f-17e9a423e8f4-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=1728588991; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=slzA648qAxXaMDbvLno5DmalZC47PeRfqUnmvabfk/c=; b=hk4BljOZoF03o/ZuG76xwA/HhlWtM4DD8/zbTdICSqFfAXi5/7OjspcbpEHBQGH8 dQ4Wq50gLOVhSnoh3seHuM/jk80lPbPEFr3+maaG4IF9aZOLr5Lo8dUT3U9h6G9g3Rg BHvGqU28uz1qTrj5kvIWll2Ehror9O6VQe6e3NZs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728588991; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=slzA648qAxXaMDbvLno5DmalZC47PeRfqUnmvabfk/c=; b=HvbC1833GII0DejDeK1PtwpdzKblm2jaG+100DWcCaaw3B8yOxK/xVGA6m9pc74+ AQZAKy9t3Ybh4JjPSWv1COV1H65TmD0d1oNE0NKVmGuS7Mp4FVaM3VrIDUvUhYSaRFe 9hE/D5etQrwx1SPo/Yd6jAUfJ9h6F7seRJAGSlV0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Markus Volk Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gtk4: upgrading to 4.16.3 SUCCEEDED Message-ID: <0101019277eecce7-c8818b79-6a83-45f8-936f-17e9a423e8f4-000000@us-west-2.amazonses.com> Date: Thu, 10 Oct 2024 19:36:31 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.10-54.240.27.23 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, 10 Oct 2024 19:36:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205598 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gtk4* to *4.16.3* has Succeeded. Next steps: - apply the patch: git am 0001-gtk4-upgrade-4.16.1-4.16.3.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 021482b0f7891448bdce0a5bb7dc2715e7e9b7cd Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 10 Oct 2024 14:54:43 +0000 Subject: [PATCH] gtk4: upgrade 4.16.1 -> 4.16.3 --- meta/recipes-gnome/gtk+/{gtk4_4.16.1.bb => gtk4_4.16.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gtk+/{gtk4_4.16.1.bb => gtk4_4.16.3.bb} (98%) diff --git a/meta/recipes-gnome/gtk+/gtk4_4.16.1.bb b/meta/recipes-gnome/gtk+/gtk4_4.16.3.bb similarity index 98% rename from meta/recipes-gnome/gtk+/gtk4_4.16.1.bb rename to meta/recipes-gnome/gtk+/gtk4_4.16.3.bb index 30b2b16a6f..b8dce36c0d 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.16.1.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.16.3.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] = "926a1eabd481f9bfa25538f95016fdfcfaf963b2f90b40ae69e90def5499215c" +SRC_URI[sha256sum] = "2ec53e07d18c9f003b39e4a6a838054d9259e048b6c4c05d80c0d05aa721d944" S = "${WORKDIR}/gtk-${PV}"