From b313087a0b41f0973c0acb5c9104e0698735a330 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Wed, 9 Jun 2021 11:53:23 -0400 Subject: [PATCH] bootstrap, rebuild for R 4.1.0 --- R-ps.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/R-ps.spec b/R-ps.spec index 0c77332..e2fae20 100644 --- a/R-ps.spec +++ b/R-ps.spec @@ -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 - 1.6.0-2 +- bootstrap +- Rebuilt for R 4.1.0 + * Sun Feb 28 2021 Elliott Sales de Andrade - 1.6.0-1 - Update to latest version (#1933522)