Update to latest version.
This commit is contained in:
parent
d1bfb753e6
commit
98465fa3d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/curl_3.0.tar.gz
|
||||
/curl_3.1.tar.gz
|
||||
/curl_3.2.tar.gz
|
||||
/curl_3.3.tar.gz
|
||||
|
25
R-curl.spec
25
R-curl.spec
@ -7,8 +7,8 @@
|
||||
%global with_test 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 3.2
|
||||
Release: 4%{?dist}
|
||||
Version: 3.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A Modern and Flexible Web Client for R
|
||||
|
||||
License: MIT
|
||||
@ -18,20 +18,22 @@ 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, R-webutils
|
||||
# Suggests: R-spelling, R-testthat >= 1.0.0, R-knitr, R-jsonlite, R-rmarkdown, R-magrittr, R-httpuv >= 1.4.4, R-webutils
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
Suggests: R-httpuv >= 1.4.4
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: R-spelling
|
||||
BuildRequires: R-testthat >= 1.0.0
|
||||
BuildRequires: R-httpuv
|
||||
BuildRequires: R-jsonlite
|
||||
BuildRequires: R-httpuv >= 1.4.4
|
||||
%if %{with_doc}
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-magrittr
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-magrittr
|
||||
%endif
|
||||
%if %{with_test}
|
||||
BuildRequires: R-webutils
|
||||
@ -42,11 +44,11 @@ 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.
|
||||
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
|
||||
@ -95,6 +97,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> - 3.3-1
|
||||
- Update to latest version
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (curl_3.2.tar.gz) = 48310b5134ef59aaba0012b7b5e307e01249527e5e9ef986b366907ad6d13184beb81ece4185bd4bebe7d5a027a9069c345033188e65dd06dd21e06b260906d3
|
||||
SHA512 (curl_3.3.tar.gz) = d5919a683005726001b4ed97948e606d74c0f82abb36d6ab5740a2ee0fb5d60be504422bdbeae38a7afe3a43a218c5dd3e10283c4392223cc54b99a326e77d35
|
||||
|
Loading…
Reference in New Issue
Block a user