bootstrap, rebuild for R 4.1.0

This commit is contained in:
Tom spot Callaway 2021-06-09 11:53:23 -04:00
parent c634a19705
commit b313087a0b
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Tests requires processx which requires this package.
%bcond_with bootstrap
%bcond_without bootstrap
%global packname ps
%global packver 1.6.0
@ -7,7 +7,7 @@
Name: R-%{packname}
Version: 1.6.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: List, Query, Manipulate System Processes
License: MIT
@ -94,6 +94,10 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples --no
%changelog
* Wed Jun 9 2021 Tom Callaway <spot@fedoraproject.org> - 1.6.0-2
- bootstrap
- Rebuilt for R 4.1.0
* Sun Feb 28 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.6.0-1
- Update to latest version (#1933522)