To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] enchant2: upgrading to 2.8.21 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260904050053/all/enchant2/enchant2-changelog.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260904050053/all/enchant2/0001-enchant2-upgrade-2.8.19-2.8.21.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260904050053/all/enchant2/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260904050053/all/enchant2/buildhistory-diff.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *enchant2* to *2.8.21* has Succeeded. Next steps: - apply the patch: git am 0001-enchant2-upgrade-2.8.19-2.8.21.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- 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