3.0.2
This commit is contained in:
parent
1610a31588
commit
335487079b
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/testthat_2.3.2.tar.gz
|
||||
/testthat_3.0.0.tar.gz
|
||||
/testthat_3.0.1.tar.gz
|
||||
/testthat_3.0.2.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%bcond_with check
|
||||
|
||||
%global packname testthat
|
||||
%global packver 3.0.1
|
||||
%global packver 3.0.2
|
||||
|
||||
%global __suggests_exclude ^R\\((devtools)\\)
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz
|
||||
License: MIT
|
||||
URL: https://cran.r-project.org/package=testthat
|
||||
@ -32,7 +32,7 @@ BuildRequires: R-ps >= 1.3.4
|
||||
BuildRequires: R-R6 >= 2.2.0
|
||||
BuildRequires: R-rlang >= 0.4.9
|
||||
BuildRequires: R-utils
|
||||
BuildRequires: R-waldo >= 0.2.1
|
||||
BuildRequires: R-waldo >= 0.2.4
|
||||
BuildRequires: R-withr >= 2.3.0
|
||||
%if %{with check}
|
||||
BuildRequires: R-covr
|
||||
@ -92,6 +92,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8
|
||||
%{_libdir}/R/library/%{packname}/include/
|
||||
|
||||
%changelog
|
||||
* Mon Feb 15 2021 Tom Callaway <spot@fedoraproject.org> - 3.0.2-1
|
||||
- update to 3.0.2
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (testthat_3.0.1.tar.gz) = 2608bacb54f03795d7ce3dfa45b9041c03d423cd8bc99427efd010b464b9a1e4602e9fb56560c484083eddd4c42b15f82c8135a14241f1e2c08665456eddeeb3
|
||||
SHA512 (testthat_3.0.2.tar.gz) = b6ce23dc72a7568722524435aae850831e8605edd22cc11aa6724cbdc830198ce8365d4bf5ebdcfbf739a7776ee80c069e0681b3e2f1d21cfc1bacfe201a5791
|
||||
|
Loading…
Reference in New Issue
Block a user