From c1a0ea7669bbe564e5d4c9ac0fb8c14f4e77a228 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:00:42 +0800 Subject: [PATCH] libspelling: upgrade 0.4.5 -> 0.4.6 Changelog: ========== * 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.5.bb => libspelling_0.4.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/libspelling/{libspelling_0.4.5.bb => libspelling_0.4.6.bb} (85%) diff --git a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.6.bb similarity index 85% rename from meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb rename to meta-gnome/recipes-gnome/libspelling/libspelling_0.4.6.bb index 064dd0018c..b19c5f51e0 100644 --- a/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb +++ b/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.6.bb @@ -16,4 +16,4 @@ GIDOCGEN_MESON_OPTION = 'docs' PACKAGECONFIG ?= "" PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof" -SRC_URI[archive.sha256sum] = "ec0372d83f42b65aee3734248ef8e2ffbfba4ea91268419c98ea44a00ef3e83f" +SRC_URI[archive.sha256sum] = "3248a9b5336ea2f727d2db912d2f0083accc0505ce707679b3d9b8266c0101f5"