Update to latest version.
This commit is contained in:
parent
16efece72f
commit
a166a8439f
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/httpuv_1.4.5.1.tar.gz
|
||||
/httpuv_1.5.0.tar.gz
|
||||
/httpuv_1.5.1.tar.gz
|
||||
/httpuv_1.5.2.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.5.1
|
||||
Version: 1.5.2
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP and WebSocket Server Library
|
||||
|
||||
@ -15,7 +15,7 @@ Patch0001: 0001-Use-unbundled-libuv.patch
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-Rcpp >= 0.11.0, R-utils, R-R6, R-promises, R-later >= 0.8.0
|
||||
# Suggests: R-testthat, R-callr, R-curl
|
||||
# Suggests: R-testthat, R-callr, R-curl, R-websocket
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -34,6 +34,7 @@ BuildRequires: R-later-devel >= 0.8.0
|
||||
BuildRequires: R-testthat
|
||||
BuildRequires: R-callr
|
||||
BuildRequires: R-curl
|
||||
BuildRequires: R-websocket
|
||||
BuildRequires: R-BH-devel
|
||||
# Hopefully will be removable in the later releases, but for now it includes
|
||||
# some patches:
|
||||
@ -71,6 +72,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
export LANG=C.UTF-8
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
|
||||
|
||||
@ -91,6 +93,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 27 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.5.2-1
|
||||
- Update to latest version
|
||||
|
||||
* Sun Apr 07 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.5.1-1
|
||||
- Update to latest version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httpuv_1.5.1.tar.gz) = 17d1d9a922c17ebd738a59d3671e3d29f097937ef60774898f71dcfa0468d73d8c3b32915b6990941c9b7b03929fbdd6405932fa69672b004a0d129d3cded8c0
|
||||
SHA512 (httpuv_1.5.2.tar.gz) = c3617f3cfb12e1fb72f44ca61457f6cdebeba981c3fc4aed901d9ef4e8e0d53060aec19231d939fc23d22e535628a36f8f52977ea67256b179060b27384b86a8
|
||||
|
Loading…
Reference in New Issue
Block a user