Update to latest version.
This commit is contained in:
parent
92f4b72479
commit
53727a4ba9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/hunspell_2.9.tar.gz
|
||||
/hunspell_3.0.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
%bcond_with network 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 2.9
|
||||
Release: 3%{?dist}
|
||||
Version: 3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: High-Performance Stemmer, Tokenizer, and Spell Checker
|
||||
|
||||
License: GPLv2 or LGPLv2 or MPLv1.1
|
||||
@ -47,7 +47,7 @@ BuildRequires: R-wordcloud2
|
||||
|
||||
# Not currently possible to unbundle at the moment.
|
||||
# https://github.com/ropensci/hunspell/issues/34
|
||||
Provides: bundled(hunspell) = 1.6.1
|
||||
Provides: bundled(hunspell) = 1.7.0
|
||||
|
||||
%description
|
||||
Low level spell checker and morphological analyzer based on the famous
|
||||
@ -112,6 +112,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} $ARGS
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 10 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.0-1
|
||||
- Update to latest version
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hunspell_2.9.tar.gz) = ddd0e378772c034bc8f1fa7bb89a9f8597f379e8aa8f7b4abef4c6ce0f8e07cacc063db9de70f154ba431e659b2143ab1479a397f3d26f0fce80e934aaad2df9
|
||||
SHA512 (hunspell_3.0.tar.gz) = c6fbd7a8ba8a02d59945e82953268001d008bc5df0f444600fc0186e267753afbc4a9bf269802696341c18c1930f115c6f0449665ae24947a89d3c53d7b0b646
|
||||
|
Loading…
Reference in New Issue
Block a user