From patchwork Wed Aug 16 22:19:10 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: 29654 Return-Path: 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 45EA7C64ED3 for ; Wed, 16 Aug 2023 22:19:15 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.173810.1692224344757052186 for ; Wed, 16 Aug 2023 15:19:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=chWcEA8d; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=eSDp/0N2; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018a006e6875-d767e033-fc26-4828-a64b-ffe3f2b3a1fc-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1692224351; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=EQAS3L7I3cLM1gLZ/w6WKpsHdfDMnl/7TaF4Kf+9IlQ=; b=chWcEA8dBAhbPWCR98jOU4mT/PCeWvqeNagvsBntepOeOHLBxi7upoBtlXMYi/75 DkHzg1Ynh3/CzM6f0ZsmgQP552RNJS4WSPqJf30o3osvd/vYoCoXsgA+nXaTR6M2ZML UGvFHX7oPKow9zzgt/bT8Zr49m0tZPDdlgM2WvuY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1692224351; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=EQAS3L7I3cLM1gLZ/w6WKpsHdfDMnl/7TaF4Kf+9IlQ=; b=eSDp/0N2J5mkH14ksZ/Htr8PBlIocAVUrNv/Z1YEs2PuLCjpIPpTL8ii/5b+KTGM 8sDEb8KWfQ2x16cXgnfSPdEBfxAZMajI56ALf+bk3tYZ17SeGxRdwTrd4UK6Owcdvfc 05HKgwbcipKqDvd5FBLdMAp7BRbLToTBcCPQlZBg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Markus Volk Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gtk4: upgrading to 4.12.0 SUCCEEDED Message-ID: <0101018a006e6875-d767e033-fc26-4828-a64b-ffe3f2b3a1fc-000000@us-west-2.amazonses.com> Date: Wed, 16 Aug 2023 22:19:10 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.08.16-54.240.27.45 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 ; Wed, 16 Aug 2023 22:19:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/186230 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gtk4* to *4.12.0* has Succeeded. Next steps: - apply the patch: git am 0001-gtk4-upgrade-4.10.5-4.12.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 bd3a90adf631a4c46df98f9ce34f89ee6cf949f8 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 16 Aug 2023 11:50:41 +0000 Subject: [PATCH] gtk4: upgrade 4.10.5 -> 4.12.0 --- .../gtk+/{gtk4_4.10.5.bb => gtk4_4.12.0.bb} | 40 +++++++++++++++---- 1 file changed, 33 insertions(+), 7 deletions(-) rename meta/recipes-gnome/gtk+/{gtk4_4.10.5.bb => gtk4_4.12.0.bb} (80%) diff --git a/meta/recipes-gnome/gtk+/gtk4_4.10.5.bb b/meta/recipes-gnome/gtk+/gtk4_4.12.0.bb similarity index 80% rename from meta/recipes-gnome/gtk+/gtk4_4.10.5.bb rename to meta/recipes-gnome/gtk+/gtk4_4.12.0.bb index 85fff6c61e..c730e869eb 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.10.5.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.12.0.bb @@ -1,3 +1,30 @@ +# 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: +# +# --- gtk/gtk.h +# +++ gtk/gtk.h +# @@ -22,4 +22,4 @@ +# * GTK+ at ftp://ftp.gtk.org/pub/gtk/. +# */ +# +# -#ifndef __GTK_H__ +# +#pragma once +# --- gdk/gdk.h +# +++ gdk/gdk.h +# @@ -22,4 +22,4 @@ +# * GTK+ at ftp://ftp.gtk.org/pub/gtk/. +# */ +# +# -#ifndef __GDK_H__ +# +#pragma once +# +# + SUMMARY = "Multi-platform toolkit for creating GUIs" DESCRIPTION = "GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete \ set of widgets, GTK is suitable for projects ranging from small one-off projects to complete application suites." @@ -25,19 +52,18 @@ DEPENDS = " \ " LICENSE = "LGPL-2.0-only & LGPL-2.0-or-later & LGPL-2.1-or-later" -LIC_FILES_CHKSUM = " \ - file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ - file://gtk/gtk.h;endline=25;md5=1d8dc0fccdbfa26287a271dce88af737 \ - file://gdk/gdk.h;endline=25;md5=c920ce39dc88c6f06d3e7c50e08086f2 \ - file://tests/testgtk.c;endline=25;md5=49d06770681b8322466b52ed19d29fb2 \ -" +LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ + file://gtk/gtk.h;endline=25;md5=61900d77e8d5bc67cf15ad93de9a3490 \ + file://gdk/gdk.h;endline=25;md5=a0fb26c1f6b94e66d148279e192c333f \ + file://tests/testgtk.c;endline=25;md5=49d06770681b8322466b52ed19d29fb2 \ + " 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] = "9bd5e437e41d48e3d6a224c336b0fd3fd490036dceb8956ed74b956369af609b" +SRC_URI[sha256sum] = "a6d10829f405b1afc0b65e2a9642c04126a1d1b638d11c6d97426da4f84f1f6f" S = "${WORKDIR}/gtk-${PV}"