update to 0.8.27, bootstrap on, rebuild for R 4.2.1
This commit is contained in:
parent
048477955d
commit
42ce245e3f
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/rsconnect_0.8.16.tar.gz
|
||||
/rsconnect_0.8.17.tar.gz
|
||||
/rsconnect_0.8.18.tar.gz
|
||||
/rsconnect_0.8.27.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%bcond_with bootstrap
|
||||
%bcond_without bootstrap
|
||||
|
||||
%global packname rsconnect
|
||||
%global packver 0.8.18
|
||||
%global packver 0.8.27
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
|
||||
%global __suggests_exclude ^R\\((plumber)\\)
|
||||
@ -10,8 +10,8 @@
|
||||
%global with_suggests 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.8.18
|
||||
Release: 5%{?dist}
|
||||
Version: %{packver}
|
||||
Release: 1%{?dist}
|
||||
Summary: Deployment Interface for R Markdown Documents and Shiny Applications
|
||||
|
||||
License: GPLv2
|
||||
@ -32,11 +32,13 @@ BuildRequires: tex(latex)
|
||||
BuildRequires: R-curl
|
||||
BuildRequires: R-digest
|
||||
BuildRequires: R-jsonlite
|
||||
BuildRequires: R-openssl
|
||||
BuildRequires: R-openssl >= 2.0.0
|
||||
BuildRequires: R-packrat >= 0.6
|
||||
BuildRequires: R-rstudioapi >= 0.5
|
||||
BuildRequires: R-tools
|
||||
BuildRequires: R-yaml >= 2.1.5
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-MASS
|
||||
BuildRequires: R-RCurl
|
||||
BuildRequires: R-callr
|
||||
BuildRequires: R-httpuv
|
||||
@ -106,6 +108,11 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 1 2022 Tom Callaway <spot@fedoraproject.org> - 0.8.27-1
|
||||
- update to 0.8.27
|
||||
- rebuild for R 4.2.1
|
||||
- bootstrap on
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.18-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rsconnect_0.8.18.tar.gz) = 62d14314508705d0c84d047d21a1776525d0c224b7259d84fc42dc7fec64c71d57198b3390162583f431fa9037261adc84e4fb136f8c8206875426ae476706b6
|
||||
SHA512 (rsconnect_0.8.27.tar.gz) = 38c482061fc1592002e5cbfabfbfdbee52d6ffc0a55369e6cb2aea13460daff6e7f18a116ee33a197df51e9e714b97b116eb92a6d4c5b86c15a59cbbdc6fe8f5
|
||||
|
Loading…
x
Reference in New Issue
Block a user