Update to 0.2.1
This commit is contained in:
parent
e5a72bfe58
commit
acc11ddcc3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/gspell-0.1.2.tar.xz
|
||||
/gspell-0.2.1.tar.xz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user