Update to 1.0.0
This commit is contained in:
parent
a2cbba0cbe
commit
ce3d94de96
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/gspell-0.2.3.tar.xz
|
/gspell-0.2.3.tar.xz
|
||||||
/gspell-0.2.4.tar.xz
|
/gspell-0.2.4.tar.xz
|
||||||
/gspell-0.2.6.tar.xz
|
/gspell-0.2.6.tar.xz
|
||||||
|
/gspell-1.0.0.tar.xz
|
||||||
|
|||||||
@ -2,13 +2,13 @@
|
|||||||
%global gtk3_version 3.19.11
|
%global gtk3_version 3.19.11
|
||||||
|
|
||||||
Name: gspell
|
Name: gspell
|
||||||
Version: 0.2.6
|
Version: 1.0.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Spell-checking library for GTK+
|
Summary: Spell-checking library for GTK+
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/gspell
|
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: gettext
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -83,6 +83,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 20 2016 Kalev Lember <klember@redhat.com> - 1.0.0-1
|
||||||
|
- Update to 1.0.0
|
||||||
|
|
||||||
* Mon Mar 14 2016 Kalev Lember <klember@redhat.com> - 0.2.6-1
|
* Mon Mar 14 2016 Kalev Lember <klember@redhat.com> - 0.2.6-1
|
||||||
- Update to 0.2.6
|
- Update to 0.2.6
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user