2.3.1
This commit is contained in:
parent
aa6a3da2f5
commit
3ed15b64e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/testthat_2.1.1.tar.gz
|
||||
/testthat_2.2.1.tar.gz
|
||||
/testthat_2.3.0.tar.gz
|
||||
/testthat_2.3.1.tar.gz
|
||||
|
@ -1,16 +1,16 @@
|
||||
%bcond_with check
|
||||
|
||||
%global packname testthat
|
||||
%global packver 2.3.0
|
||||
%global packver 2.3.1
|
||||
|
||||
%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: http://cran.r-project.org/web/packages/testthat/index.html
|
||||
URL: https://cran.r-project.org/package=testthat
|
||||
Summary: Unit Testing for R
|
||||
BuildRequires: R-devel >= 3.4.0, tetex-latex
|
||||
BuildRequires: R-cli
|
||||
@ -79,6 +79,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8
|
||||
%{_libdir}/R/library/%{packname}/include/
|
||||
|
||||
%changelog
|
||||
* Mon Dec 2 2019 Tom Callaway <spot@fedoraproject.org> - 2.3.1-1
|
||||
- update to 2.3.1
|
||||
|
||||
* Thu Nov 21 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.0-2
|
||||
- Exclude Suggests for unavailable packages
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (testthat_2.3.0.tar.gz) = dfcff2ade13ff8caa748da78925375a9788a58109744ca2b622c98154e11731dd248bffe6555e87fe414b9106a848bdb75ec3b2b4a430f7bdc094c8fd01bebec
|
||||
SHA512 (testthat_2.3.1.tar.gz) = e47df4cacad0c5267c1992cd045c55ab03998750aeb110affca2b62fb301444e397666004f4f67dfa6ce21e56dc7f8fef2a76e3e4354518c3986c27e1219c656
|
||||
|
Loading…
Reference in New Issue
Block a user