Update to latest version.
This commit is contained in:
parent
987f119b6b
commit
549a9eb144
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/openssl_1.0.1.tar.gz
|
||||
/openssl_1.0.2.tar.gz
|
||||
/openssl_1.2.1.tar.gz
|
||||
|
@ -8,8 +8,8 @@
|
||||
%global with_doc 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.0.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Toolkit for Encryption, Signatures and Certificates Based on OpenSSL
|
||||
|
||||
License: MIT
|
||||
@ -18,15 +18,17 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports:
|
||||
# Imports: R-askpass
|
||||
# Suggests: R-testthat, R-digest, R-knitr, R-rmarkdown, R-jsonlite, R-jose
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
Requires: R-askpass
|
||||
Suggests: R-jose
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: openssl-devel >= 1.0.1
|
||||
BuildRequires: R-askpass
|
||||
BuildRequires: R-testthat
|
||||
%if %{with_doc}
|
||||
BuildRequires: R-digest
|
||||
@ -66,6 +68,9 @@ mkdir -p %{buildroot}%{rlibdir}
|
||||
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
|
||||
rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
# Not needed for us.
|
||||
rm %{buildroot}%{rlibdir}/%{packname}/mac-askpass
|
||||
|
||||
|
||||
%check
|
||||
%if !%{with network}
|
||||
@ -96,6 +101,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 16 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.1-1
|
||||
- Update to latest version
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openssl_1.0.2.tar.gz) = a9fd2866219c62b300d5c945ec2590fcf42b366c7d326e19ead2e1a8a39875b4387c40433510a7eb0ef0fe6a922584f7968167c77a4246657d5f991cbd8aad55
|
||||
SHA512 (openssl_1.2.1.tar.gz) = a8ffd0a66310a1328a4c0012e838c84f7b12c7c98a7ebb7be631fd357308e452574afce55d648f1ce529f06a1e7a6dd0dbdad9f8904f475951465b873694f2a4
|
||||
|
Loading…
Reference in New Issue
Block a user