diff mbox series

[AUH] gtk4: upgrading to 4.12.0 SUCCEEDED

Message ID 0101018a006e6875-d767e033-fc26-4828-a64b-ffe3f2b3a1fc-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] gtk4: upgrading to 4.12.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 16, 2023, 10:19 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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<pver>\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}"