Update to 0.2.1

This commit is contained in:
Kalev Lember 2015-12-07 15:57:52 +01:00
parent e5a72bfe58
commit acc11ddcc3
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/gspell-0.1.2.tar.xz
/gspell-0.2.1.tar.xz

View File

@ -3,7 +3,7 @@
%global gtksourceview3_version 3.16
Name: gspell
Version: 0.1.2
Version: 0.2.1
Release: 1%{?dist}
Summary: Spell-checking library for GTK+
@ -11,7 +11,7 @@ Summary: Spell-checking library for GTK+
# into libgspell-1.so binary, this makes the combined work GPLv2+.
License: GPLv2+
URL: https://wiki.gnome.org/Projects/gspell
Source0: https://download.gnome.org/sources/gspell/0.1/gspell-%{version}.tar.xz
Source0: https://download.gnome.org/sources/gspell/0.2/gspell-%{version}.tar.xz
BuildRequires: gettext
BuildRequires: gobject-introspection-devel
@ -89,6 +89,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%changelog
* Mon Dec 07 2015 Kalev Lember <klember@redhat.com> - 0.2.1-1
- Update to 0.2.1
* Sun Dec 06 2015 Kalev Lember <klember@redhat.com> - 0.1.2-1
- Update to 0.1.2

View File

@ -1 +1 @@
053b9dc5833d3699a71f153ed41f4d89 gspell-0.1.2.tar.xz
3a07ee8983f9ec069e1154374c258f9a gspell-0.2.1.tar.xz