Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 10:46:49 +02:00
parent 5e7e44b217
commit 0d78eecaa6

View File

@ -4,7 +4,7 @@
Name: libvoikko
Version: 3.8
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Voikko is a library for spellcheckers and hyphenators
Group: System Environment/Libraries
@ -123,6 +123,9 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/
%endif
%changelog
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.8-10
- Rebuilt for Python 3.7
* Wed May 23 2018 Mike FABIAN <mfabian@redhat.com> - 3.8-9
- Add python3-devel to BuildRequires.
- Resolves: rhbz#1580782