Update to 1.1.2

This commit is contained in:
Kalev Lember 2016-07-17 21:44:39 +02:00
parent 4b995351cf
commit 85b73afdea
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/gspell-1.0.1.tar.xz
/gspell-1.0.2.tar.xz
/gspell-1.0.3.tar.xz
/gspell-1.1.2.tar.xz

View File

@ -2,13 +2,13 @@
%global gtk3_version 3.20
Name: gspell
Version: 1.0.3
Version: 1.1.2
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}/1.0/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/1.1/%{name}-%{version}.tar.xz
BuildRequires: gettext
BuildRequires: gobject-introspection-devel
@ -83,6 +83,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%changelog
* Sun Jul 17 2016 Kalev Lember <klember@redhat.com> - 1.1.2-1
- Update to 1.1.2
* Sun Jul 10 2016 Kalev Lember <klember@redhat.com> - 1.0.3-1
- Update to 1.0.3

View File

@ -1 +1 @@
8e076363b7668d9bbd0b768278cc726f gspell-1.0.3.tar.xz
fe03aeedae1a72417129c915f3f2f05c gspell-1.1.2.tar.xz