summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-01 17:03:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-02 15:16:35 +0100
commit22eb71161ce5303290dab9c81966f823c482ed9c (patch)
treea0b6ed8d892564177c44213bec3d3574d4d35823
parent8728f950b6db1ff03ac89a8a0827d0d85187d9cc (diff)
downloadpoky-22eb71161ce5303290dab9c81966f823c482ed9c.tar.gz
enchant2: upgrade 2.3.4 -> 2.5.0
Changelog: ========= * A new dictionary method remove_from_session() allows providers to stay in sync with Enchant's personal wordlist, by removing as well as adding words in the spelling session. * The public API enchant_dict_store_replacement() is deprecated, and no longer does anything. It only previously had an effect with the Aspell provider. * The APIs enchant_dict_add() and enchant_dict_remove() also respectively add the word to the session or remove it. (From OE-Core rev: c21b5b930430f5fbf47866380f94c088dd809089) 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>
-rw-r--r--meta/recipes-support/enchant/enchant2_2.5.0.bb (renamed from meta/recipes-support/enchant/enchant2_2.3.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.3.4.bb b/meta/recipes-support/enchant/enchant2_2.5.0.bb
index 5a6a3157a6..f5ec1ef522 100644
--- a/meta/recipes-support/enchant/enchant2_2.3.4.bb
+++ b/meta/recipes-support/enchant/enchant2_2.5.0.bb
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native"
12inherit autotools pkgconfig github-releases 12inherit autotools pkgconfig github-releases
13 13
14SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" 14SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
15SRC_URI[sha256sum] = "1f7e26744db1c9a0fea61d2169f4e5c1ce435cf8c2731c37e3e4054119e994a0" 15SRC_URI[sha256sum] = "149e224cdd2ca825d874639578b6246e07f37d5b8f3970658a377a1ef46f2e15"
16 16
17GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" 17GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"
18 18