Update to latest version.

This commit is contained in:
Elliott Sales de Andrade 2019-08-19 01:04:38 -04:00
parent e4172f2036
commit 4793c68a18
3 changed files with 17 additions and 13 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/curl_3.1.tar.gz /curl_3.1.tar.gz
/curl_3.2.tar.gz /curl_3.2.tar.gz
/curl_3.3.tar.gz /curl_3.3.tar.gz
/curl_4.0.tar.gz

View File

@ -7,7 +7,7 @@
%global with_test 0 %global with_test 0
Name: R-%{packname} Name: R-%{packname}
Version: 3.3 Version: 4.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: A Modern and Flexible Web Client for R Summary: A Modern and Flexible Web Client for R
@ -18,7 +18,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.
# Here's the R view of the dependencies world: # Here's the R view of the dependencies world:
# Depends: # Depends:
# Imports: # Imports:
# Suggests: R-spelling, R-testthat >= 1.0.0, R-knitr, R-jsonlite, R-rmarkdown, R-magrittr, R-httpuv >= 1.4.4, R-webutils # Suggests: R-askpass, R-spelling, R-testthat >= 1.0.0, R-knitr, R-jsonlite, R-rmarkdown, R-magrittr, R-httpuv >= 1.4.4, R-webutils
# LinkingTo: # LinkingTo:
# Enhances: # Enhances:
@ -26,6 +26,7 @@ Suggests: R-httpuv >= 1.4.4
BuildRequires: R-devel BuildRequires: R-devel
BuildRequires: tex(latex) BuildRequires: tex(latex)
BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libcurl)
BuildRequires: R-askpass
BuildRequires: R-spelling BuildRequires: R-spelling
BuildRequires: R-testthat >= 1.0.0 BuildRequires: R-testthat >= 1.0.0
BuildRequires: R-jsonlite BuildRequires: R-jsonlite
@ -40,15 +41,15 @@ BuildRequires: R-webutils
%endif %endif
%description %description
The curl() and curl_download() functions provide highly configurable The curl() and curl_download() functions provide highly configurable drop-in
drop-in replacements for base url() and download.file() with better replacements for base url() and download.file() with better performance,
performance, support for encryption (https, ftps), gzip compression, support for encryption (https, ftps), gzip compression, authentication, and
authentication, and other 'libcurl' goodies. The core of the package other 'libcurl' goodies. The core of the package implements a framework for
implements a framework for performing fully customized requests where performing fully customized requests where data can be processed either in
data can be processed either in memory, on disk, or streaming via the memory, on disk, or streaming via the callback or connection interfaces. Some
callback or connection interfaces. Some knowledge of 'libcurl' is knowledge of 'libcurl' is recommended; for a more-user-friendly web client see
recommended; for a more-user-friendly web client see the 'httr' package the 'httr' package which builds on this package with http specific tools and
which builds on this package with http specific tools and logic. logic.
%prep %prep
@ -90,13 +91,15 @@ ARGS="$ARGS --ignore-vignettes"
%{rlibdir}/%{packname}/Meta %{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R %{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help %{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/WORDLIST %{rlibdir}/%{packname}/WORDLIST
%dir %{rlibdir}/%{packname}/libs %dir %{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/libs/%{packname}.so %{rlibdir}/%{packname}/libs/%{packname}.so
%changelog %changelog
* Sat Aug 17 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 4.0-1
- Update to latest version
* Sat Feb 16 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.3-1 * Sat Feb 16 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.3-1
- Update to latest version - Update to latest version
- Enable documentation - Enable documentation

View File

@ -1 +1 @@
SHA512 (curl_3.3.tar.gz) = d5919a683005726001b4ed97948e606d74c0f82abb36d6ab5740a2ee0fb5d60be504422bdbeae38a7afe3a43a218c5dd3e10283c4392223cc54b99a326e77d35 SHA512 (curl_4.0.tar.gz) = c35d96727d8bc2b4d41e651edc337f63a44fd3c56dab09abc90ef7cf63b65c11e74fb8598d1a08cc1ce6671c6e75babddebbada7e2099929f306dff50c7a2c84