From bb37bf94c65db49520bdf8a6c93cf40225270154 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 13 Jun 2022 16:51:54 +0800 Subject: gspell: upgrade 1.10.0 -> 1.11.1 News in 1.11.1, 2022-06-10 -------------------------- * Build: minor improvements, small change to how enum-types are built. * A few documentation improvements. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gspell/gspell_1.10.0.bb | 10 ---------- meta-gnome/recipes-gnome/gspell/gspell_1.11.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gspell/gspell_1.10.0.bb create mode 100644 meta-gnome/recipes-gnome/gspell/gspell_1.11.1.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.10.0.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.10.0.bb deleted file mode 100644 index fe1b3ea67c..0000000000 --- a/meta-gnome/recipes-gnome/gspell/gspell_1.10.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "gspell adds spell-checking to a GTK+ applications" -HOMEPAGE = "https://wiki.gnome.org/Projects/gspell" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=8c2e1ec1540fb3e0beb68361344cba7e" - -DEPENDS = "gtk+3 iso-codes enchant2" - -inherit gnomebase gettext gobject-introspection vala - -SRC_URI[archive.sha256sum] = "803bb884c0215d3fd22a85d7f30423aff88d9792f05a5199d8a489a2ffaae1da" diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.11.1.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.11.1.bb new file mode 100644 index 0000000000..c76a48f19a --- /dev/null +++ b/meta-gnome/recipes-gnome/gspell/gspell_1.11.1.bb @@ -0,0 +1,10 @@ +SUMMARY = "gspell adds spell-checking to a GTK+ applications" +HOMEPAGE = "https://wiki.gnome.org/Projects/gspell" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=8c2e1ec1540fb3e0beb68361344cba7e" + +DEPENDS = "gtk+3 iso-codes enchant2" + +inherit gnomebase gettext gobject-introspection vala + +SRC_URI[archive.sha256sum] = "ef6aa4e3f711775158a7e241a5f809cf2426bc0e02c23a7d2b5c71fc3de00292" -- cgit v1.2.3-54-g00ecf