From c4c14d60a45e963e1871589c0c66328ee54ab391 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Mon, 14 Jun 2021 10:48:59 -0400 Subject: [PATCH] update to 0.6.0, bootstrap, rebuild for R 4.1.0 --- .gitignore | 1 + R-packrat.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 43589ff..3328e6c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /packrat_0.5.0.tar.gz +/packrat_0.6.0.tar.gz diff --git a/R-packrat.spec b/R-packrat.spec index 07ec3ac..f6d6964 100644 --- a/R-packrat.spec +++ b/R-packrat.spec @@ -1,3 +1,5 @@ +%bcond_without bootstrap + %global packname packrat %global rlibdir %{_datadir}/R/library @@ -7,8 +9,8 @@ %global with_suggests 0 Name: R-%{packname} -Version: 0.5.0 -Release: 7%{?dist} +Version: 0.6.0 +Release: 1%{?dist} Summary: Dependency Management System for R Projects License: GPLv2 @@ -27,6 +29,7 @@ BuildRequires: R-devel BuildRequires: tex(latex) BuildRequires: R-tools BuildRequires: R-utils +%if %{without bootstrap} BuildRequires: R-testthat >= 0.7 BuildRequires: R-httr BuildRequires: R-knitr @@ -34,6 +37,7 @@ BuildRequires: R-rmarkdown %if %{with_suggests} BuildRequires: R-devtools %endif +%endif %description Manage the R packages your project depends on in an isolated, portable, and @@ -55,11 +59,13 @@ rm -f %{buildroot}%{rlibdir}/R.css %check +%if %{without bootstrap} %if %{with_suggests} %{_bindir}/R CMD check %{packname} %else _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} %endif +%endif %files @@ -76,6 +82,11 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} %changelog +* Mon Jun 14 2021 Tom Callaway - 0.6.0-1 +- update to 0.6.0 +- bootstrap +- Rebuilt for R 4.1.0 + * Mon Jan 25 2021 Fedora Release Engineering - 0.5.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 67dd8ab..95b9863 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packrat_0.5.0.tar.gz) = 52daa923bfd1db8727ab744d6df766155a9199526816788d1a6e69be6798f7ea0ecd79379c76d281e256eb5b02c7574488ec0d3f871438b8d511e31c6019c239 +SHA512 (packrat_0.6.0.tar.gz) = a7f7df8fe2d6b6f6c1e54a1b9b8c6045c8faf685517354f01344238c3044097f6e65eca4d7a6eb55f61cc56d54a7ec7d703c37809a04e4372417b9241cc242a6