From patchwork Sat Oct 12 00:48:52 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 50482 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 00B82D0EE3F for ; Sat, 12 Oct 2024 00:47:26 +0000 (UTC) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx.groups.io with SMTP id smtpd.web10.1754.1728694041814600650 for ; Fri, 11 Oct 2024 17:47:22 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.81, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout03.t-online.de (Postfix) with SMTP id 835402B689 for ; Sat, 12 Oct 2024 02:47:08 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.170.60]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1szQHj-30Avz70; Sat, 12 Oct 2024 02:47:07 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH] libspelling: update 0.4.0 -> 0.4.2 Date: Sat, 12 Oct 2024 02:48:52 +0200 Message-ID: <20241012004852.1630526-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.46.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1728694027-23FFD47E-C9CCD363/0/0 CLEAN NORMAL X-TOI-MSGID: 59d5f29e-e05c-4d56-b294-a52d84e15f77 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 ; Sat, 12 Oct 2024 00:47:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/112815 libspelling 0.4.2 ================= This is a bug-fix release for GNOME 47 * Limit the number of corrections to 10 in enchant backend to help with dictionary configurations which produce many results. * Hide add/ignore menu items when disabled. * Don't show word corrections when spellcheck is disabled. libspelling 0.4.1 ================= This is a bug-fix release for GNOME 47 * Fixes an important issue tracking weak pointers from a GtkTextBuffer. * Fixes an important issue where we could get invalid text iters from GtkTextBuffer::delete-range() after the deletion occurred when other signal handlers are in play. Signed-off-by: Markus Volk --- .../libspelling/{libspelling_0.4.0.bb => libspelling_0.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/libspelling/{libspelling_0.4.0.bb => libspelling_0.4.2.bb} (82%) diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.0.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb similarity index 82% rename from meta-gnome/recipes-gnome/libspelling/libspelling_0.4.0.bb rename to meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb index dd4c8891e..833fe65c3 100644 --- a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.0.bb +++ b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.2.bb @@ -13,4 +13,4 @@ GIDOCGEN_MESON_OPTION = 'docs' PACKAGECONFIG ?= "" PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof" -SRC_URI[archive.sha256sum] = "00c63970d708a0ef3bcba40e708a06d7030114cb9f210c74583ffad56d36e3dd" +SRC_URI[archive.sha256sum] = "b3e609b1a247e71bc097e262564f33f51fd7db566eeb0cd74ae5021536b878b5"