rebuild for R 4.1.0, bootstrap

This commit is contained in:
Tom spot Callaway 2021-06-14 17:11:05 -04:00
parent 1fc5d9b26d
commit 6c86fb02da

View File

@ -1,5 +1,5 @@
# ggplot2 requires scales, which requires this package.
%bcond_with bootstrap
%bcond_without bootstrap
%global packname viridisLite
%global packver 0.4.0
@ -7,7 +7,7 @@
Name: R-%{packname}
Version: 0.4.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Colorblind-Friendly Color Maps (Lite Version)
License: MIT
@ -80,6 +80,10 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples
%changelog
* Mon Jun 14 2021 Tom Callaway <spot@fedoraproject.org> - 0.4.0-2
- Rebuilt for R 4.1.0
- bootstrap
* Sat Apr 24 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.4.0-1
- Update to latest version (#1949191)