update to 1.4.4, bootstrap, rebuild for R 4.1.0
This commit is contained in:
parent
290344651d
commit
e56d0e9530
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/openssl_1.4.1.tar.gz
|
||||
/openssl_1.4.2.tar.gz
|
||||
/openssl_1.4.3.tar.gz
|
||||
/openssl_1.4.4.tar.gz
|
||||
|
@ -1,5 +1,7 @@
|
||||
%bcond_without bootstrap
|
||||
|
||||
%global packname openssl
|
||||
%global packver 1.4.3
|
||||
%global packver 1.4.4
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
# Skip examples or tests that use the network.
|
||||
@ -9,8 +11,8 @@
|
||||
%global with_doc 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.4.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.4.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Toolkit for Encryption, Signatures and Certificates Based on OpenSSL
|
||||
|
||||
License: MIT
|
||||
@ -28,6 +30,7 @@ BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: openssl-devel >= 1.0.1
|
||||
BuildRequires: R-askpass
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-testthat >= 2.1.0
|
||||
BuildRequires: R-sodium
|
||||
%if %{with_doc}
|
||||
@ -38,6 +41,7 @@ BuildRequires: R-jsonlite
|
||||
BuildRequires: R-jose
|
||||
BuildRequires: glyphicons-halflings-fonts
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%description
|
||||
Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers.
|
||||
@ -71,6 +75,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
%if %{without bootstrap}
|
||||
%if %{without network}
|
||||
args="--no-examples"
|
||||
%endif
|
||||
@ -79,6 +84,7 @@ args="--no-examples"
|
||||
%else
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes $args
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
@ -99,6 +105,11 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 14 2021 Tom Callaway <spot@fedoraproject.org> - 1.4.4-1
|
||||
- update to 1.4.4
|
||||
- bootstrap
|
||||
- Rebuilt for R 4.1.0
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openssl_1.4.3.tar.gz) = 8e138f7ce31c5c596bb42da36772488e47163d867fecfe44fc191c47a1d1fad562fdcbc42280c5d331b37be8538765502dad524d7f57ad90baa9161119bdbd72
|
||||
SHA512 (openssl_1.4.4.tar.gz) = bc87d2760256d059b461527e822f1abe4bd808ca8062797ecd2d3e9c1bd33698cfac73693d0311a4982e7f7759927b7b0eb11bd6a84f3dde41a80caf74609dd9
|
||||
|
Loading…
Reference in New Issue
Block a user