Update to latest version.
This commit is contained in:
parent
bbe5a2f7e6
commit
85e772a20f
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/openssl_1.3.tar.gz
|
||||
/openssl_1.4.tar.gz
|
||||
/openssl_1.4.1.tar.gz
|
||||
/openssl_1.4.2.tar.gz
|
||||
|
@ -1,4 +1,5 @@
|
||||
%global packname openssl
|
||||
%global packname openssl
|
||||
%global packver 1.4.2
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
# Skip examples or tests that use the network.
|
||||
@ -8,18 +9,18 @@
|
||||
%global with_doc 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.4.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Toolkit for Encryption, Signatures and Certificates Based on OpenSSL
|
||||
|
||||
License: MIT
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-askpass
|
||||
# Suggests: R-testthat, R-digest, R-knitr, R-rmarkdown, R-jsonlite, R-jose, R-sodium
|
||||
# Suggests: R-testthat >= 2.1.0, R-digest, R-knitr, R-rmarkdown, R-jsonlite, R-jose, R-sodium
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -27,7 +28,7 @@ BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: openssl-devel >= 1.0.1
|
||||
BuildRequires: R-askpass
|
||||
BuildRequires: R-testthat
|
||||
BuildRequires: R-testthat >= 2.1.0
|
||||
BuildRequires: R-sodium
|
||||
%if %{with_doc}
|
||||
BuildRequires: R-digest
|
||||
@ -54,7 +55,7 @@ multibyte integers.
|
||||
%prep
|
||||
%setup -q -c -n %{packname}
|
||||
|
||||
%if !%{with network}
|
||||
%if %{without network}
|
||||
rm %{packname}/tests/testthat/test_google.R
|
||||
%endif
|
||||
|
||||
@ -70,7 +71,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
%if !%{with network}
|
||||
%if %{without network}
|
||||
args="--no-examples"
|
||||
%endif
|
||||
%if %{with_doc}
|
||||
@ -98,6 +99,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.2-1
|
||||
- Update to latest version
|
||||
|
||||
* Sun Jun 7 2020 Tom Callaway <spot@fedoraproject.org> - 1.4.1-3
|
||||
- turn off with_doc to break loop
|
||||
- rebuild for R 4
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openssl_1.4.1.tar.gz) = 52549f5f301deab4252db0ff7f450d879b3cf6f716fe1dd6c4b5cce3f95d988ac1eeeb6a5fc719dadc072bfac37f5a341e5e5a0155e9268638e4885375013b23
|
||||
SHA512 (openssl_1.4.2.tar.gz) = 8b30bf1c6a5c50c4e52e3c82535afd102e6fa1bbcdf919f9082bdeb2e062efa39256a3a39e4c5845ae076a95416e28518988d62526705f2b1b1402e4678fe76b
|
||||
|
Loading…
Reference in New Issue
Block a user