From 578672e6d0e47d0b1cb80211f1c50aae3a414525 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 30 Sep 2020 14:51:34 +0200 Subject: [PATCH] bump procfs to 0.8.0 --- procs-fix-metadata.diff | 10 +++++++--- rust-procs.spec | 6 +++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/procs-fix-metadata.diff b/procs-fix-metadata.diff index a6283b4..7859a0e 100644 --- a/procs-fix-metadata.diff +++ b/procs-fix-metadata.diff @@ -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" diff --git a/rust-procs.spec b/rust-procs.spec index a105b5f..c77d9ba 100644 --- a/rust-procs.spec +++ b/rust-procs.spec @@ -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 - 0.10.3-6 +- Bump procfs to 0.8.0. + * Fri Sep 18 2020 Fabio Valentini - 0.10.3-5 - Bump which to 4.