From eab114d7d774956bd314a5de930586d34e499145 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mon, 6 Jan 2020 08:35:59 +0200 Subject: [PATCH] Update to 0.10.4 --- .gitignore | 1 + rust-sysinfo.spec | 7 +++++-- sources | 2 +- sysinfo-fix-metadata.diff | 10 +++++----- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 3fa6ac1..ab74a9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sysinfo-0.10.2.crate /sysinfo-0.10.3.crate +/sysinfo-0.10.4.crate diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index 5f3f1b0..d392e97 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -5,7 +5,7 @@ %global crate sysinfo Name: rust-%{crate} -Version: 0.10.3 +Version: 0.10.4 Release: 1%{?dist} Summary: Library to handle processes @@ -14,7 +14,7 @@ License: MIT URL: https://crates.io/crates/sysinfo Source: %{crates_source} # Initial patched metadata -# * Remove Windows only dependencies +# * No Windows deps Patch0: sysinfo-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -99,6 +99,9 @@ which use "debug" feature of "%{crate}" crate. %endif %changelog +* Mon Jan 06 08:24:39 EET 2020 Artem Polishchuk - 0.10.4-1 +- Update to 0.10.4 + * Sat Dec 21 01:11:12 EET 2019 Artem Polishchuk - 0.10.3-1 - Update to 0.10.3 diff --git a/sources b/sources index bd6d072..38c1abc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysinfo-0.10.3.crate) = 0a30d1a76a3bf766b56215bb7badd991d7b8b11de4dd24607249e174ea240d336e57e648db43b755678cf2aa34bc49eb51cf85a8fe3f449604fb8714ff6c62af +SHA512 (sysinfo-0.10.4.crate) = a3cde7fb0a61f243ca23d57a3cc8556ae58a9d45371ad06bffa7ba0f7d6fd9ecd7167dc9a312a6ef9cce77243540373367bfd9f7da8f2944c327b28aec8e903c diff --git a/sysinfo-fix-metadata.diff b/sysinfo-fix-metadata.diff index 480cfce..a3cb34e 100644 --- a/sysinfo-fix-metadata.diff +++ b/sysinfo-fix-metadata.diff @@ -1,9 +1,9 @@ ---- sysinfo-0.10.3/Cargo.toml 2019-12-16T23:24:19+00:00 -+++ sysinfo-0.10.3/Cargo.toml 2019-12-20T23:19:05.377217+00:00 -@@ -39,12 +39,7 @@ - debug = ["libc/extra_traits"] - [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] +--- sysinfo-0.10.4/Cargo.toml 2020-01-06T03:08:46+00:00 ++++ sysinfo-0.10.4/Cargo.toml 2020-01-06T06:29:16.186246+00:00 +@@ -41,12 +41,7 @@ version = "0.2" + [target."cfg(unix)".dependencies.once_cell] + version = "1.0" -[target."cfg(windows)".dependencies.ntapi] -version = "0.3"