From 832e270c867bca0b7b72a126ad695569fed9ff3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 9 Jun 2021 08:38:15 +0200 Subject: [PATCH] gspell: upgrade 1.8.4 -> 1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit News in 1.9.1, 2020-10-10 ------------------------- * gspell_language_get_name() is now implemented with the ICU library, not with the iso-codes package. As a result, gspell no longer depends on the iso-codes, and has the ICU as a new dependency. * Translation updates. Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-gnome/gspell/{gspell_1.8.4.bb => gspell_1.9.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gspell/{gspell_1.8.4.bb => gspell_1.9.1.bb} (75%) diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.8.4.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.9.1.bb similarity index 75% rename from meta-gnome/recipes-gnome/gspell/gspell_1.8.4.bb rename to meta-gnome/recipes-gnome/gspell/gspell_1.9.1.bb index f7f493dc30..d6de146b16 100644 --- a/meta-gnome/recipes-gnome/gspell/gspell_1.8.4.bb +++ b/meta-gnome/recipes-gnome/gspell/gspell_1.9.1.bb @@ -7,4 +7,4 @@ DEPENDS = "gtk+3 iso-codes enchant2" inherit gnomebase gettext gobject-introspection -SRC_URI[archive.sha256sum] = "cf4d16a716e813449bd631405dc1001ea89537b8cdae2b8abfb3999212bd43b4" +SRC_URI[archive.sha256sum] = "dcbb769dfdde8e3c0a8ed3102ce7e661abbf7ddf85df08b29915e92cd723abdd"