diff --git a/.gitignore b/.gitignore index dbd2206..e350bcd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /gspell-0.2.3.tar.xz /gspell-0.2.4.tar.xz /gspell-0.2.6.tar.xz +/gspell-1.0.0.tar.xz diff --git a/gspell.spec b/gspell.spec index 4765658..3c23084 100644 --- a/gspell.spec +++ b/gspell.spec @@ -2,13 +2,13 @@ %global gtk3_version 3.19.11 Name: gspell -Version: 0.2.6 +Version: 1.0.0 Release: 1%{?dist} Summary: Spell-checking library for GTK+ License: LGPLv2+ URL: https://wiki.gnome.org/Projects/gspell -Source0: https://download.gnome.org/sources/%{name}/0.2/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz BuildRequires: gettext BuildRequires: gobject-introspection-devel @@ -83,6 +83,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %changelog +* Sun Mar 20 2016 Kalev Lember - 1.0.0-1 +- Update to 1.0.0 + * Mon Mar 14 2016 Kalev Lember - 0.2.6-1 - Update to 0.2.6 diff --git a/sources b/sources index 3a04988..a6250b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -525f2450cdcded8cb1bfa7a61187b99a gspell-0.2.6.tar.xz +597badf88c251cf7712470cb14dfc59c gspell-1.0.0.tar.xz