3.0.2
This commit is contained in:
parent
6c7fcbd0e6
commit
439bc8620d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/hunspell_2.9.tar.gz
|
||||
/hunspell_3.0.tar.gz
|
||||
/hunspell_3.0.1.tar.gz
|
||||
/hunspell_3.0.2.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
%global packname hunspell
|
||||
%global packver 3.0.1
|
||||
%global packver 3.0.2
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
%global __suggests_exclude ^R\\((janeaustenr|stopwords|wordcloud2)\\)
|
||||
@ -12,8 +12,8 @@
|
||||
%bcond_with network
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 3.0.1
|
||||
Release: 7%{?dist}
|
||||
Version: %{packver}
|
||||
Release: 1%{?dist}
|
||||
Summary: High-Performance Stemmer, Tokenizer, and Spell Checker
|
||||
|
||||
License: GPLv2 or LGPLv2 or MPLv1.1
|
||||
@ -113,6 +113,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} $ARGS
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Sep 24 2022 Tom Callaway <spot@fedoraproject.org> - 3.0.2-1
|
||||
- update to 3.0.2
|
||||
|
||||
* Wed Aug 24 2022 Tom Callaway <spot@fedoraproject.org> - 3.0.1-7
|
||||
- rebuild for R 4.2.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hunspell_3.0.1.tar.gz) = 8e305bd773bd3428aee95c371f8261252d241f9760dd2595d664bfcf375fa52376acc767ea851992b06bf9863d71ad4ae9d81d6a709d7e01f1d83c3e7f44338b
|
||||
SHA512 (hunspell_3.0.2.tar.gz) = d2238a3356bc9ee0cc4661161d45972602c813b03cfa18b538813cb131b48699b7cacf26517c50a0d08aed7c5f7800c1581937bb0c665b6eb58deff57b71c64e
|
||||
|
Loading…
Reference in New Issue
Block a user