rebuild for R 4

broom is now an R package so it does not need to be excluded
This commit is contained in:
José Matos 2020-07-06 12:04:03 +01:00
parent a8b6a17b68
commit 4c965a26a0

View File

@ -2,10 +2,10 @@
%global packver 0.8.5
%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.
%bcond_without bootstrap
%bcond_with bootstrap
Name: R-%{packname}
Version: 0.8.5
@ -128,6 +128,7 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
%changelog
* Sun Jun 7 2020 Tom Callaway <spot@fedoraproject.org> - 0.8.5-2
- 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
- Update to latest version