diff --git a/.gitignore b/.gitignore index 20b05bf..66c115b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /gspell-0.1.2.tar.xz /gspell-0.2.1.tar.xz +/gspell-0.2.2.tar.xz diff --git a/gspell.spec b/gspell.spec index e7d6e6d..f188936 100644 --- a/gspell.spec +++ b/gspell.spec @@ -1,15 +1,12 @@ %global glib2_version 2.44 %global gtk3_version 3.16 -%global gtksourceview3_version 3.16 Name: gspell -Version: 0.2.1 +Version: 0.2.2 Release: 1%{?dist} Summary: Spell-checking library for GTK+ -# Some files are GPLv2+, some are LGPLv2+. Since they are compiled together -# into libgspell-1.so binary, this makes the combined work GPLv2+. -License: GPLv2+ +License: LGPLv2+ URL: https://wiki.gnome.org/Projects/gspell Source0: https://download.gnome.org/sources/gspell/0.2/gspell-%{version}.tar.xz @@ -18,14 +15,11 @@ BuildRequires: gobject-introspection-devel BuildRequires: pkgconfig(enchant) BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version} -BuildRequires: pkgconfig(gtksourceview-3.0) >= %{gtksourceview3_version} BuildRequires: pkgconfig(iso-codes) -BuildRequires: pkgconfig(libxml-2.0) BuildRequires: vala-tools Requires: glib2%{?_isa} >= %{glib2_version} Requires: gtk3%{?_isa} >= %{gtk3_version} -Requires: gtksourceview3%{?_isa} >= %{gtksourceview3_version} Requires: iso-codes %description @@ -89,6 +83,10 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %changelog +* Mon Dec 14 2015 Kalev Lember - 0.2.2-1 +- Update to 0.2.2 +- This update relicensed gspell from GPLv2+ to LGPLv2+ + * Mon Dec 07 2015 Kalev Lember - 0.2.1-1 - Update to 0.2.1 diff --git a/sources b/sources index 8c76430..1c6010d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a07ee8983f9ec069e1154374c258f9a gspell-0.2.1.tar.xz +6faf345b19c7c53e8e080578cfbd1a79 gspell-0.2.2.tar.xz