update to 1.7.1, bootstrap on, rebuild for R 4.2.1
This commit is contained in:
parent
ae4256da63
commit
8d5220df4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/ps_1.4.0.tar.gz
|
||||
/ps_1.5.0.tar.gz
|
||||
/ps_1.6.0.tar.gz
|
||||
/ps_1.7.1.tar.gz
|
||||
|
17
R-ps.spec
17
R-ps.spec
@ -1,13 +1,13 @@
|
||||
# Tests requires processx which requires this package.
|
||||
%bcond_with bootstrap
|
||||
%bcond_without bootstrap
|
||||
|
||||
%global packname ps
|
||||
%global packver 1.6.0
|
||||
%global packver 1.7.1
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.6.0
|
||||
Release: 6%{?dist}
|
||||
Version: 1.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: List, Query, Manipulate System Processes
|
||||
|
||||
License: MIT
|
||||
@ -29,12 +29,12 @@ BuildRequires: R-utils
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-callr
|
||||
BuildRequires: R-curl
|
||||
BuildRequires: R-pillar
|
||||
BuildRequires: R-pingr
|
||||
BuildRequires: R-processx >= 3.1.0
|
||||
BuildRequires: R-R6
|
||||
BuildRequires: R-rlang
|
||||
BuildRequires: R-testthat
|
||||
BuildRequires: R-tibble
|
||||
BuildRequires: R-testthat >= 3.0.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -94,6 +94,11 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples --no
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 18 2022 Tom Callaway <spot@fedoraproject.org> - 1.7.1-1
|
||||
- update to 1.7.1
|
||||
- bootstrap
|
||||
- rebuild for R 4.2.1
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ps_1.6.0.tar.gz) = c5110e86ea72a3c1aff4d93fbcb630b00d9b59e49271530327dfa8f1f7f88b9caab909b76d1638f77518292bec438412961375035e156b3ceebe6fed381bae45
|
||||
SHA512 (ps_1.7.1.tar.gz) = 0a8fbec74a8f4efa374d091a70db68418c969c987af8211e73b6077a947634c8acdbc9768edda7c52332aec2ef9a7aabd4828df987c30cdc65698959f0104962
|
||||
|
Loading…
x
Reference in New Issue
Block a user