update to 3.0.4
This commit is contained in:
parent
7e8e47e448
commit
53bdef3c89
@ -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 <spot@fedoraproject.org> - 3.0.4-1
|
||||
- update to 3.0.4
|
||||
|
||||
* Wed Jun 23 2021 Tom Callaway <spot@fedoraproject.org> - 3.0.3-1
|
||||
- update to 3.0.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user