From: wangmy Date: Mon, 18 Apr 2022 12:10:53 +0000 (+0800) Subject: enchant2: upgrade 2.3.2 -> 2.3.3 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e760c97164c1ad70fb0b88ddf2ffe8b7b0173e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git enchant2: upgrade 2.3.2 -> 2.3.3 Changelog: ========== Update Nuspell provider, requiring Nuspell 5.1.0. The new provider takes advantage of recently-added Nuspell APIs to be smaller and simpler. Fix the C++ API is_added() method to return a boolean rather than void. Require C99 and POSIX 2008, and as a result use fewer gnulib modules, which gives a modest build time reduction. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/enchant/enchant2_2.3.2.bb b/meta/recipes-support/enchant/enchant2_2.3.3.bb similarity index 92% rename from meta/recipes-support/enchant/enchant2_2.3.2.bb rename to meta/recipes-support/enchant/enchant2_2.3.3.bb index 101a42b59d2..96d56c2ea4e 100644 --- a/meta/recipes-support/enchant/enchant2_2.3.2.bb +++ b/meta/recipes-support/enchant/enchant2_2.3.3.bb @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0" inherit autotools pkgconfig SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz" -SRC_URI[sha256sum] = "ce9ba47fd4d34031bd69445598a698a6611602b2b0e91d705e91a6f5099ead6e" +SRC_URI[sha256sum] = "3da12103f11cf49c3cf2fd2ce3017575c5321a489e5b9bfa81dd91ec413f3891" UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases"