From: Wang Mingyu Date: Fri, 21 Jun 2024 02:16:32 +0000 (+0800) Subject: enchant2: upgrade 2.7.3 -> 2.8.1 X-Git-Tag: uninative-4.6~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=952609eb258e58121679ec8300e4fbb7749f6a04;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git enchant2: upgrade 2.7.3 -> 2.8.1 Changelog: - restores an optimization removed in 2.8.0 that reduces the frequency with which personal wordlists are reloaded. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-support/enchant/enchant2_2.7.3.bb b/meta/recipes-support/enchant/enchant2_2.8.1.bb similarity index 91% rename from meta/recipes-support/enchant/enchant2_2.7.3.bb rename to meta/recipes-support/enchant/enchant2_2.8.1.bb index d5073b6f31a..825cf2e388c 100644 --- a/meta/recipes-support/enchant/enchant2_2.7.3.bb +++ b/meta/recipes-support/enchant/enchant2_2.8.1.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] = "fe6ad4cbe8c71b9384ffdef962be52d4d2bd5ebfb6351435bb390543d4f78b1e" +SRC_URI[sha256sum] = "ff79de470b8eb16f53849dc49f2bce8ca4eb7decabfc1349716fe12616e52f4e" GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"