From 53bdef3c897ca6d4f139c64bc5ec04b29db21be3 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 1 Jul 2021 12:35:40 -0400 Subject: [PATCH] update to 3.0.4 --- R-testthat.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/R-testthat.spec b/R-testthat.spec index 892c5d1..59a1c3f 100644 --- a/R-testthat.spec +++ b/R-testthat.spec @@ -1,7 +1,7 @@ %bcond_with check %global packname testthat -%global packver 3.0.3 +%global packver 3.0.4 %global __suggests_exclude ^R\\((devtools)\\) @@ -9,7 +9,6 @@ Name: R-%{packname} Version: %{packver} Release: 1%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz -Patch0: R-testthat-sigstksz-not-constant.patch License: MIT URL: https://cran.r-project.org/package=testthat Summary: Unit Testing for R @@ -55,7 +54,6 @@ A unit testing system designed to be fun, flexible, and easy to set up. %prep %setup -q -c -n %{packname} -%patch0 -p1 -b .sigstksz-not-constant # Don't need coverage; it's not packaged either. sed -i 's/covr, //g' %{packname}/DESCRIPTION @@ -94,6 +92,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8 %{_libdir}/R/library/%{packname}/include/ %changelog +* Thu Jul 1 2021 Tom Callaway - 3.0.4-1 +- update to 3.0.4 + * Wed Jun 23 2021 Tom Callaway - 3.0.3-1 - update to 3.0.3