1.7.5
This commit is contained in:
parent
7b01932d6e
commit
61ad9160a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/ps_1.5.0.tar.gz
|
/ps_1.5.0.tar.gz
|
||||||
/ps_1.6.0.tar.gz
|
/ps_1.6.0.tar.gz
|
||||||
/ps_1.7.1.tar.gz
|
/ps_1.7.1.tar.gz
|
||||||
|
/ps_1.7.5.tar.gz
|
||||||
|
14
R-ps.spec
14
R-ps.spec
@ -2,12 +2,12 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
%global packname ps
|
%global packname ps
|
||||||
%global packver 1.7.1
|
%global packver 1.7.5
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 1.7.1
|
Version: %{packver}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: List, Query, Manipulate System Processes
|
Summary: List, Query, Manipulate System Processes
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -19,7 +19,7 @@ Patch0001: 0001-Don-t-run-example-that-uses-the-network.patch
|
|||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends:
|
# Depends:
|
||||||
# Imports: R-utils
|
# Imports: R-utils
|
||||||
# Suggests: R-callr, R-covr, R-curl, R-pingr, R-processx >= 3.1.0, R-R6, R-rlang, R-testthat, R-tibble
|
# Suggests: R-callr, R-covr, R-curl, R-pillar, R-pingr, R-processx >= 3.1.0, R-R6, R-rlang, R-testthat >= 3.0.0, R-webfakes
|
||||||
# LinkingTo:
|
# LinkingTo:
|
||||||
# Enhances:
|
# Enhances:
|
||||||
|
|
||||||
@ -35,6 +35,7 @@ BuildRequires: R-processx >= 3.1.0
|
|||||||
BuildRequires: R-R6
|
BuildRequires: R-R6
|
||||||
BuildRequires: R-rlang
|
BuildRequires: R-rlang
|
||||||
BuildRequires: R-testthat >= 3.0.0
|
BuildRequires: R-testthat >= 3.0.0
|
||||||
|
BuildRequires: R-webfakes
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -46,7 +47,7 @@ List, query and manipulate all system processes, on 'Windows', 'Linux' and
|
|||||||
%setup -q -c -n %{packname}
|
%setup -q -c -n %{packname}
|
||||||
|
|
||||||
pushd %{packname}
|
pushd %{packname}
|
||||||
%patch0001 -p1
|
%patch -P0001 -p1
|
||||||
|
|
||||||
# Don't need coverage; it's not packaged either.
|
# Don't need coverage; it's not packaged either.
|
||||||
sed -i 's/covr, //g' DESCRIPTION
|
sed -i 's/covr, //g' DESCRIPTION
|
||||||
@ -94,6 +95,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples --no
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 19 2023 Tom Callaway <spot@fedoraproject.org> - 1.7.5-1
|
||||||
|
- update to 1.7.5
|
||||||
|
|
||||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ps_1.7.1.tar.gz) = 0a8fbec74a8f4efa374d091a70db68418c969c987af8211e73b6077a947634c8acdbc9768edda7c52332aec2ef9a7aabd4828df987c30cdc65698959f0104962
|
SHA512 (ps_1.7.5.tar.gz) = f5b6a82493f184eb3737108b8984801469ba11033e6e96957eb2f42f121610816e801cb4f0a9e03dbeb3f8f8653e037a5771eab731af77617cd76d02d07b594a
|
||||||
|
Loading…
Reference in New Issue
Block a user