diff --git a/.gitignore b/.gitignore index 7ea9ffc..b450e27 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ libvoikko-3.0.tar.gz /libvoikko-3.4.1.tar.gz /libvoikko-3.5.tar.gz /libvoikko-3.6.tar.gz +/libvoikko-3.6.1.tar.gz diff --git a/libvoikko.spec b/libvoikko.spec index fffd090..5f7a0d0 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -1,13 +1,13 @@ Name: libvoikko -Version: 3.6 -Release: 3%{?dist} +Version: 3.6.1 +Release: 1%{?dist} Summary: Voikko is a library for spellcheckers and hyphenators Group: System Environment/Libraries License: GPLv2+ -URL: http://voikko.sourceforge.net/ +URL: http://voikko.puimula.org # The usual format of stable release URLs -Source0: http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz +Source0: http://www.puimula.org/voikko-sources/%{name}/%{name}-%{version}.tar.gz # The usual format of test release URLs #Source0: http://www.puimula.org/htp/testing/%%{name}-%%{version}rc1.tar.gz @@ -98,11 +98,9 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/ %{_bindir}/voikkospell %{_bindir}/voikkohyphenate %{_bindir}/voikkogc -%{_bindir}/voikkovfstc %{_mandir}/man1/voikkohyphenate.1.gz %{_mandir}/man1/voikkospell.1.gz %{_mandir}/man1/voikkogc.1.gz -%{_mandir}/man1/voikkovfstc.1.gz %files devel %{_includedir}/* @@ -113,6 +111,11 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/ %{python_sitelib}/%{name}.py* %changelog +* Fri Oct 18 2013 Ville-Pekka Vainio - 3.6.1-1 +- New upstream release +- Remove voikkovfstc from the package, it is not built by default anymore +- Update upstream URLs + * Mon Jul 29 2013 Parag - 3.6-2 - Ah don't add %%{?_isa} for noarch packages diff --git a/sources b/sources index 27eb439..48ab516 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -690412f69a06a602411af8db565a1330 libvoikko-3.6.tar.gz +eb7c765dfa3b6b3d2d2bea404309fb11 libvoikko-3.6.1.tar.gz