]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
enchant2: upgrade 2.6.4 -> 2.6.5
authorJiang Kai <jiangkai@fujitsu.com>
Tue, 16 Jan 2024 02:06:38 +0000 (10:06 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Jan 2024 12:27:09 +0000 (12:27 +0000)
Changelog:
============
-permits error messages from spelling providers not to be valid UTF-8.
-The --with-hunspell-dir configure option is removed (along with all the
 other ---with-PROVIDER-dir options, which did nothing).
-Doxygen API documentation is now included in the release tarball

Signed-off-by: Jiang Kai <jiangkai@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/enchant/enchant2_2.6.5.bb [moved from meta/recipes-support/enchant/enchant2_2.6.4.bb with 91% similarity]

similarity index 91%
rename from meta/recipes-support/enchant/enchant2_2.6.4.bb
rename to meta/recipes-support/enchant/enchant2_2.6.5.bb
index 431d02ea25a5cf3fbe762918a2b6dde664f4577d..1d5c716bab990fd0aaa897627f2aa9ff6a1c45e8 100644 (file)
@@ -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] = "833b4d5600dbe9ac867e543aac6a7a40ad145351495ca41223d4499d3ddbbd2c"
+SRC_URI[sha256sum] = "9e8fd28cb65a7b6da3545878a5c2f52a15f03c04933a5ff48db89fe86845728e"
 
 GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"