update to 3.1.2
This commit is contained in:
parent
16682582b5
commit
f9aa8bd320
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/testthat_3.0.4.tar.gz
|
||||
/testthat_3.1.0.tar.gz
|
||||
/testthat_3.1.1.tar.gz
|
||||
/testthat_3.1.2.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%bcond_with check
|
||||
|
||||
%global packname testthat
|
||||
%global packver 3.1.1
|
||||
%global packver 3.1.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
|
||||
@ -33,7 +33,7 @@ BuildRequires: R-R6 >= 2.2.0
|
||||
BuildRequires: R-rlang >= 0.4.9
|
||||
BuildRequires: R-utils
|
||||
BuildRequires: R-waldo >= 0.2.4
|
||||
BuildRequires: R-withr >= 2.3.0
|
||||
BuildRequires: R-withr >= 2.4.3
|
||||
%if %{with check}
|
||||
BuildRequires: R-covr
|
||||
BuildRequires: R-curl >= 0.9.5
|
||||
@ -92,6 +92,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8
|
||||
%{_libdir}/R/library/%{packname}/include/
|
||||
|
||||
%changelog
|
||||
* Fri Jan 21 2022 Tom Callaway <spot@fedoraproject.org> - 3.1.2-1
|
||||
- update to 3.1.2
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (testthat_3.1.1.tar.gz) = a59aa87f6a3fde1f206d5566c96eb680b68dacb7d976eaf07f84ea3d6e97f46fb8940fc49ddaaaf3241a0e168b071d4d2da1a2f055f3846a65bde3e0fc546e30
|
||||
SHA512 (testthat_3.1.2.tar.gz) = b68695474de58adfa5a7cf987766b96647c0953c55eb0f9b3cca7d01b03fcb484acadf9c33b271a85ae680dff8027911111ba57b32881b38e177564e8585fea1
|
||||
|
Loading…
Reference in New Issue
Block a user