From bc90bf10a2e44465b4bb5e388211d84e907f4644 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 4 Sep 2026 05:38:11 +0000 Subject: [PATCH] enchant2: upgrade 2.8.19 -> 2.8.21 Source: NEWS 2.8.21 (September 3, 2026) -------------------------- This release fixes two bugs in composite dictionaries: first, if any dictionary creation failed during creation of a composite dictionary, dictionaries already created would be leaked; and secondly, the broker error status could end up indicating an error incorrectly when one provider or language failed and a fallback later succeeded. Thanks to @lpyuu for the report and fixes. 2.8.20 (August 25, 2026) ------------------------ This release improves the man page for enchant(1), mostly by documenting Ispell command-line options and pipe-mode commands that it ignores. --- .../enchant/{enchant2_2.8.19.bb => enchant2_2.8.21.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/enchant/{enchant2_2.8.19.bb => enchant2_2.8.21.bb} (91%) diff --git a/meta/recipes-support/enchant/enchant2_2.8.19.bb b/meta/recipes-support/enchant/enchant2_2.8.21.bb similarity index 91% rename from meta/recipes-support/enchant/enchant2_2.8.19.bb rename to meta/recipes-support/enchant/enchant2_2.8.21.bb index f5d5897fd0..49d953a6c8 100644 --- a/meta/recipes-support/enchant/enchant2_2.8.19.bb +++ b/meta/recipes-support/enchant/enchant2_2.8.21.bb @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native" inherit autotools pkgconfig github-releases SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" -SRC_URI[sha256sum] = "c8d70991d544ee39274b96bd01d2858a009fe732ff43f2aaf605fd61ecd06f60" +SRC_URI[sha256sum] = "dd2a762697c463148a8f59867089a5ebf2dd1449d869f93764b76c12bcf8acc0" GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases" -- 2.47.1