From patchwork Sun Mar 16 16:16:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 59192 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 463D8C282DE for ; Sun, 16 Mar 2025 16:15:33 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.web10.31892.1742141728214566168 for ; Sun, 16 Mar 2025 09:15:28 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd71.aul.t-online.de (fwd71.aul.t-online.de [10.223.144.97]) by mailout01.t-online.de (Postfix) with SMTP id 87AD586E for ; Sun, 16 Mar 2025 17:15:26 +0100 (CET) Received: from intel-corei7-64.fritz.box ([79.219.236.70]) by fwd71.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1ttqe5-07nPyj0; Sun, 16 Mar 2025 17:15:25 +0100 From: Markus Volk To: openembedded-core@lists.openembedded.org Subject: [oe-core][PATCH 1/2] gobject-introspection: update 1.82.0 -> 1.84.0 Date: Sun, 16 Mar 2025 17:16:02 +0100 Message-ID: <20250316161604.2331834-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1742141725-EEA2F594-052FACE7/0/0 CLEAN NORMAL X-TOI-MSGID: a259f9f9-7e92-4a2f-8d5c-e3f78c6e5e97 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 ; Sun, 16 Mar 2025 16:15:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/213047 1.84.0 - 2025-03-15 ------------------- * No changes 1.83.4 - 2025-03-08 ------------------- * Revert support for "static" virtual functions [!526] 1.83.2 - 2025-03-01 ------------------- * Improve GType inspection helper [!494] * Parse C11's _Alignas [#520] * Respect custom Python binary [!503] * Fix build on the latest Windows SDK [!498] * Small performance improvement when looking up a signal information [!504] * Use standard imports in the JavaScript templates for g-ir-doctool [!501] * Ensure that enumeration members can be marked as deprecated [!512] * Add more test coverage for structured union types [!348] * Add an option to skip tests when building [!507] * Fix various MSVC compatibility issues [!511] * Add support for "static" virtual functions [!361] * Allow specifying the format of the documentation inside doc blocks [!401] * Handle C99's _Complex [!515] * Consider UCRT64 and CLANG64 as mingw32 compilers [!516] * Handle static NSString syntax [!518] * Add instance parameter checks to strict validation [!506, !521] * Documentation improvements [!481, !483, !485, !500] Signed-off-by: Markus Volk --- ...-introspection_1.82.0.bb => gobject-introspection_1.84.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gobject-introspection/{gobject-introspection_1.82.0.bb => gobject-introspection_1.84.0.bb} (99%) diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.82.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb similarity index 99% rename from meta/recipes-gnome/gobject-introspection/gobject-introspection_1.82.0.bb rename to meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb index 15032520bb..1a2434e832 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.82.0.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c434e8128a68bedd59b80b2ac1eb1c4a \ SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 2)}/${BPN}-${PV}.tar.xz \ " -SRC_URI[sha256sum] = "0f5a4c1908424bf26bc41e9361168c363685080fbdb87a196c891c8401ca2f09" +SRC_URI[sha256sum] = "86f02e689ff4df362b2d0f0a9acc262ace5dc3e71c9078bdba69246748213855" SRC_URI:append:class-native = " file://0001-Relocate-the-repository-directory-for-native-builds.patch"