From patchwork Tue Sep 15 07:43:24 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98290 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 8B141C982CA for ; Tue, 15 Sep 2026 07:44:40 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18115.1789458273668615242 for ; Tue, 15 Sep 2026 00:44:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=DiAwd+wC; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id F0B871C400 for ; Tue, 15 Sep 2026 09:44:19 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npq-00ds5n0; Tue, 15 Sep 2026 09:44:10 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 08/31] gnome-calculator: upgrade 50.0 -> 51.0 Date: Tue, 15 Sep 2026 09:43:24 +0200 Message-ID: <20260915074347.6003-8-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458250-EBFFC9B9-8498D5BC/0/0 CLEAN NORMAL X-TOI-MSGID: c1c84569-da07-43f1-8bc5-104fb93aa610 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458259; i=f_l_k@t-online.de; bh=e/jcavlG52grOxAB9TIf60rc3t0+ZXwpbYkIfHw5z4o=; h=From:To:Subject:Date:In-Reply-To:References; b=DiAwd+wC1myAyRXzAwdTcz/2TQQ8pnObxt45Wb55y0vUiTqWpcYV31Z8MPxN4zd6s A6W3LEYkcudkBVlKNG7PUlQVUi1q7oo4boN4YwdQ3qznIviWIKdhcwr1NSQ7HhW2jq sxoyzO/EfB+BCJO/lCjeWO7l7NTvY4+Dc7GV4lfjlZ6lwHNmvcqltqPtirPo4MGpMG 8OVOfE8tbQpRPVuIF1EDtyyKiIgFcgZ7ZlvTVZHb3OEjyQxLZ1EUkjB8EYKwYYPF99 X8mtnfN1+wlgVNvvSWnDuXO3IcfvwBy9ppa8VKoXv3vhXMuzngfe1Z4I4Q4KK9gRcN 3oFaILfqUdI1g== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130054 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../{gnome-calculator_50.0.bb => gnome-calculator_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-calculator/{gnome-calculator_50.0.bb => gnome-calculator_51.0.bb} (89%) diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_50.0.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_51.0.bb similarity index 89% rename from meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_50.0.bb rename to meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_51.0.bb index 4330e25df1..a8d0d6e2ac 100644 --- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_50.0.bb +++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_51.0.bb @@ -32,7 +32,7 @@ REQUIRED_DISTRO_FEATURES = "x11 opengl" export GI_TYPELIB_PATH = "${STAGING_LIBDIR}/girepository-1.0/" -SRC_URI[archive.sha256sum] = "8053d6891565e882874b65c1db51c5bf310005eb788b8bac3546390743350a90" +SRC_URI[archive.sha256sum] = "5bfb4c53eec61feb6c03faf85218804e87413ecb647e08fde6379bf2b1839190" FILES:${PN} += " \ ${datadir}/dbus-1 \