From 4f9a338b49604c3a228d4981bd967ebbd29b51f8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Mar 2025 17:01:23 +0800 Subject: [PATCH] libspelling: upgrade 0.4.6 -> 0.4.7 Changelog: ============ - Fix a potential assertion failure in B+Tree item removal - Translation updates - Improve detection of asynchronous fragment cancellation to break out of long-running spellchecking. - Fix Rust example and documentation links. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libspelling/{libspelling_0.4.6.bb => libspelling_0.4.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/libspelling/{libspelling_0.4.6.bb => libspelling_0.4.7.bb} (85%) diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.6.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.7.bb similarity index 85% rename from meta-gnome/recipes-gnome/libspelling/libspelling_0.4.6.bb rename to meta-gnome/recipes-gnome/libspelling/libspelling_0.4.7.bb index b19c5f51e0..38476a6787 100644 --- a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.6.bb +++ b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.7.bb @@ -16,4 +16,4 @@ GIDOCGEN_MESON_OPTION = 'docs' PACKAGECONFIG ?= "" PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof" -SRC_URI[archive.sha256sum] = "3248a9b5336ea2f727d2db912d2f0083accc0505ce707679b3d9b8266c0101f5" +SRC_URI[archive.sha256sum] = "42f130f295f5addb6e9e8e74ccfbb709794bd2dfd021293e2875b9481bbd4e88"