diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-26 16:22:45 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-28 12:37:46 +0100 |
| commit | c5bf34523d96043ed76290df812535302f2181a9 (patch) | |
| tree | 333af4f04269e89dfc2f669b1cb6d6e17289c4c1 /meta/recipes-support | |
| parent | d73e8796c6ff949db9525f125a448bf1adb5b74a (diff) | |
| download | poky-c5bf34523d96043ed76290df812535302f2181a9.tar.gz | |
enchant2: upgrade 2.5.0 -> 2.6.1
Changelog:
==========
-This version tweaks normalization of language tags so that only the part of
the tag that specifies country and language is altered; any extra that is
not removed is left alone.
-This version removes validation of language tags; dictionary names no longer
have to be valid language tags.
-Debug output now uses GLib's debug system, and can be enabled at run-time by
setting the environment variable G_MESSAGES_DEBUG to 'libenchant'.
-The Aspell back-end has a fix to let it work with language variants such as
"en_GB-ize".
-There's more code clean-up, build system updates, and a couple of null
-pointer dereference fixes
(From OE-Core rev: a0aa3a7211a44b6d152efd1c576dd78e313424b1)
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>
Diffstat (limited to 'meta/recipes-support')
| -rw-r--r-- | meta/recipes-support/enchant/enchant2_2.6.1.bb (renamed from meta/recipes-support/enchant/enchant2_2.5.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.5.0.bb b/meta/recipes-support/enchant/enchant2_2.6.1.bb index f5ec1ef522..a3510a8705 100644 --- a/meta/recipes-support/enchant/enchant2_2.5.0.bb +++ b/meta/recipes-support/enchant/enchant2_2.6.1.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native" | |||
| 12 | inherit autotools pkgconfig github-releases | 12 | inherit autotools pkgconfig github-releases |
| 13 | 13 | ||
| 14 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" | 14 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" |
| 15 | SRC_URI[sha256sum] = "149e224cdd2ca825d874639578b6246e07f37d5b8f3970658a377a1ef46f2e15" | 15 | SRC_URI[sha256sum] = "f24e12469137ae1d03140bb9032a47a5947c36f4d1e2f12b929061005eb15279" |
| 16 | 16 | ||
| 17 | GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" | 17 | GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" |
| 18 | 18 | ||
