diff --git a/.gitignore b/.gitignore index 662166f..4136789 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /curl_3.1.tar.gz /curl_3.2.tar.gz /curl_3.3.tar.gz +/curl_4.0.tar.gz diff --git a/R-curl.spec b/R-curl.spec index a05795f..c53663a 100644 --- a/R-curl.spec +++ b/R-curl.spec @@ -7,7 +7,7 @@ %global with_test 0 Name: R-%{packname} -Version: 3.3 +Version: 4.0 Release: 1%{?dist} 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: # Depends: # 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: # Enhances: @@ -26,6 +26,7 @@ Suggests: R-httpuv >= 1.4.4 BuildRequires: R-devel BuildRequires: tex(latex) BuildRequires: pkgconfig(libcurl) +BuildRequires: R-askpass BuildRequires: R-spelling BuildRequires: R-testthat >= 1.0.0 BuildRequires: R-jsonlite @@ -40,15 +41,15 @@ BuildRequires: R-webutils %endif %description -The curl() and curl_download() functions provide highly configurable -drop-in replacements for base url() and download.file() with better -performance, support for encryption (https, ftps), gzip compression, -authentication, and other 'libcurl' goodies. The core of the package -implements a framework for performing fully customized requests where -data can be processed either in memory, on disk, or streaming via the -callback or connection interfaces. Some knowledge of 'libcurl' is -recommended; for a more-user-friendly web client see the 'httr' package -which builds on this package with http specific tools and logic. +The curl() and curl_download() functions provide highly configurable drop-in +replacements for base url() and download.file() with better performance, +support for encryption (https, ftps), gzip compression, authentication, and +other 'libcurl' goodies. The core of the package implements a framework for +performing fully customized requests where data can be processed either in +memory, on disk, or streaming via the callback or connection interfaces. Some +knowledge of 'libcurl' is recommended; for a more-user-friendly web client see +the 'httr' package which builds on this package with http specific tools and +logic. %prep @@ -90,13 +91,15 @@ ARGS="$ARGS --ignore-vignettes" %{rlibdir}/%{packname}/Meta %{rlibdir}/%{packname}/R %{rlibdir}/%{packname}/help -%{rlibdir}/%{packname}/data %{rlibdir}/%{packname}/WORDLIST %dir %{rlibdir}/%{packname}/libs %{rlibdir}/%{packname}/libs/%{packname}.so %changelog +* Sat Aug 17 2019 Elliott Sales de Andrade - 4.0-1 +- Update to latest version + * Sat Feb 16 2019 Elliott Sales de Andrade - 3.3-1 - Update to latest version - Enable documentation diff --git a/sources b/sources index 3e2a5cb..e8ea993 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (curl_3.3.tar.gz) = d5919a683005726001b4ed97948e606d74c0f82abb36d6ab5740a2ee0fb5d60be504422bdbeae38a7afe3a43a218c5dd3e10283c4392223cc54b99a326e77d35 +SHA512 (curl_4.0.tar.gz) = c35d96727d8bc2b4d41e651edc337f63a44fd3c56dab09abc90ef7cf63b65c11e74fb8598d1a08cc1ce6671c6e75babddebbada7e2099929f306dff50c7a2c84