Update to 1.2.0
This commit is contained in:
parent
a15b2bc532
commit
2e08f7eb98
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/gspell-1.0.3.tar.xz
|
||||
/gspell-1.1.2.tar.xz
|
||||
/gspell-1.1.3.tar.xz
|
||||
/gspell-1.2.0.tar.xz
|
||||
|
||||
@ -2,13 +2,13 @@
|
||||
%global gtk3_version 3.20
|
||||
|
||||
Name: gspell
|
||||
Version: 1.1.3
|
||||
Version: 1.2.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}/1.1/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.2/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gobject-introspection-devel
|
||||
@ -83,6 +83,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 1.2.0-1
|
||||
- Update to 1.2.0
|
||||
|
||||
* Sun Aug 14 2016 Kalev Lember <klember@redhat.com> - 1.1.3-1
|
||||
- Update to 1.1.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user