rebuild for R 4
broom is now an R package so it does not need to be excluded
This commit is contained in:
parent
a8b6a17b68
commit
4c965a26a0
@ -2,10 +2,10 @@
|
|||||||
%global packver 0.8.5
|
%global packver 0.8.5
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
%global __suggests_exclude ^R\\((Lahman|RMySQL|RPostgreSQL|broom)\\)
|
%global __suggests_exclude ^R\\((Lahman|RMySQL|RPostgreSQL)\\)
|
||||||
|
|
||||||
# When we are bootstrapping, we drop some dependencies, and/or build time tests.
|
# When we are bootstrapping, we drop some dependencies, and/or build time tests.
|
||||||
%bcond_without bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 0.8.5
|
Version: 0.8.5
|
||||||
@ -128,6 +128,7 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
|||||||
%changelog
|
%changelog
|
||||||
* Sun Jun 7 2020 Tom Callaway <spot@fedoraproject.org> - 0.8.5-2
|
* Sun Jun 7 2020 Tom Callaway <spot@fedoraproject.org> - 0.8.5-2
|
||||||
- rebuild for R 4
|
- rebuild for R 4
|
||||||
|
- broom is now an R package so it does not need to be excluded
|
||||||
|
|
||||||
* Sun Mar 15 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.8.5-1
|
* Sun Mar 15 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.8.5-1
|
||||||
- Update to latest version
|
- Update to latest version
|
||||||
|
Loading…
Reference in New Issue
Block a user