bump procfs to 0.8.0
This commit is contained in:
parent
3bc6081747
commit
578672e6d0
@ -1,5 +1,5 @@
|
||||
--- procs-0.10.3/Cargo.toml 2020-05-11T04:13:58+00:00
|
||||
+++ procs-0.10.3/Cargo.toml 2020-09-18T13:53:23.150580+00:00
|
||||
+++ procs-0.10.3/Cargo.toml 2020-09-30T12:43:30.233949+00:00
|
||||
@@ -81,10 +81,6 @@
|
||||
[dependencies.directories]
|
||||
version = "2.0"
|
||||
@ -21,8 +21,12 @@
|
||||
[target."cfg(target_os = \"linux\")".dependencies.pager]
|
||||
version = "0.15"
|
||||
|
||||
@@ -122,30 +115,11 @@
|
||||
version = "0.7.1"
|
||||
@@ -119,33 +112,14 @@
|
||||
version = "0.1"
|
||||
|
||||
[target."cfg(target_os = \"linux\")".dependencies.procfs]
|
||||
-version = "0.7.1"
|
||||
+version = "0.8.0"
|
||||
|
||||
[target."cfg(target_os = \"linux\")".dependencies.users]
|
||||
-version = "0.9"
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.10.3
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Modern replacement for ps
|
||||
|
||||
# Upstream license specification: MIT
|
||||
@ -18,6 +18,7 @@ Source: %{crates_source}
|
||||
# * Remove docker feature
|
||||
# * Update users to 0.10, https://github.com/dalance/procs/pull/61
|
||||
# * Update which to 4, https://github.com/dalance/procs/pull/72
|
||||
# * Update procfs to 0.8
|
||||
Patch0: procs-fix-metadata.diff
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
@ -65,6 +66,9 @@ License: MIT and ASL 2.0 and zlib
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 30 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.3-6
|
||||
- Bump procfs to 0.8.0.
|
||||
|
||||
* Fri Sep 18 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.3-5
|
||||
- Bump which to 4.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user