Update to latest version.
This commit is contained in:
parent
05a1d06684
commit
fa80a560e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/foreach_1.4.7.tar.gz
|
||||
/foreach_1.4.8.tar.gz
|
||||
/foreach_1.5.0.tar.gz
|
||||
/foreach_1.5.1.tar.gz
|
||||
|
@ -1,14 +1,14 @@
|
||||
%bcond_without bootstrap
|
||||
|
||||
%global packname foreach
|
||||
%global packver 1.5.0
|
||||
%global packver 1.5.1
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
|
||||
%global __suggests_exclude ^R\\((randomForest)\\)
|
||||
|
||||
%global with_suggests 0
|
||||
%global __suggests_exclude ^R\\((doMC|randomForest)\\)
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.5.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Provides Foreach Looping Construct
|
||||
|
||||
License: ASL 2.0
|
||||
@ -28,7 +28,7 @@ BuildRequires: tex(latex)
|
||||
BuildRequires: R-codetools
|
||||
BuildRequires: R-utils
|
||||
BuildRequires: R-iterators
|
||||
%if %{with_suggests}
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-randomForest
|
||||
BuildRequires: R-doMC
|
||||
BuildRequires: R-doParallel
|
||||
@ -62,7 +62,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
%if %{with_suggests}
|
||||
%if %{without bootstrap}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%else
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes --no-tests
|
||||
@ -85,6 +85,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 15 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.5.1-1
|
||||
- Update to latest version (#1888528)
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (foreach_1.5.0.tar.gz) = 95c34fce653999f9837bba1a4e94fc79db35fa238df577d7154a84309db20d544a2caf16f124185a22149c509e40f7e8b13e6e29ce8bc99ddd7f9429e2adc665
|
||||
SHA512 (foreach_1.5.1.tar.gz) = b641f953bebfa1c2f0a9e707ea601261b386b5e3b53d37c6ffde13bda8b513ae30e9a075924d6a2fe004ac919550f4f615ffa1b42fdca4dabdf5afeae6e3f86c
|
||||
|
Loading…
Reference in New Issue
Block a user