From afb8666b16abeb2040f8c5b081b132370d02d145 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Tue, 24 Mar 2020 06:46:26 +0100 Subject: [PATCH] Update to 0.12.0 Signed-off-by: Igor Raits --- .gitignore | 1 + rust-sysinfo.spec | 9 ++++----- sources | 2 +- sysinfo-fix-metadata.diff | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index f38a6f4..2b28705 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /sysinfo-0.11.5.crate /sysinfo-0.11.6.crate /sysinfo-0.11.7.crate +/sysinfo-0.12.0.crate diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index 03fca93..e2d70ee 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -5,7 +5,7 @@ %global crate sysinfo Name: rust-%{crate} -Version: 0.11.7 +Version: 0.12.0 Release: 1%{?dist} Summary: Library to get system information such as processes, processors, disks, components and networks @@ -23,10 +23,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if %{with check} -BuildRequires: iputils -%endif - %global _description %{expand: Library to get system information such as processes, processors, disks, @@ -103,6 +99,9 @@ which use "debug" feature of "%{crate}" crate. %endif %changelog +* Tue Mar 24 06:45:06 CET 2020 Igor Raits - 0.12.0-1 +- Update to 0.12.0 + * Thu Mar 12 2020 Josh Stone - 0.11.7-1 - Update to 0.11.7 diff --git a/sources b/sources index e99763f..7b75099 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysinfo-0.11.7.crate) = 8828649f4be9de51c2c6bb60e952f05f878e84335d10e482aed63d3a21f26215f303da26ff2de2caf075c7afe082caba591fb46fd791ae8feb0b9653b6508984 +SHA512 (sysinfo-0.12.0.crate) = c24998a60bafbee8167d480287dd5a030113d67a68bdb3d523b343000ddfbb3aa16ace2eb302b72ed9c8e56cb028fb717007ce58105cfce4b49dee7f339210cf diff --git a/sysinfo-fix-metadata.diff b/sysinfo-fix-metadata.diff index 57a189f..1fdbcc6 100644 --- a/sysinfo-fix-metadata.diff +++ b/sysinfo-fix-metadata.diff @@ -1,5 +1,5 @@ ---- sysinfo-0.11.6/Cargo.toml 2020-03-07T23:47:07+00:00 -+++ sysinfo-0.11.6/Cargo.toml 2020-03-10T17:39:52.142928+00:00 +--- sysinfo-0.12.0/Cargo.toml 2020-03-20T16:16:29+00:00 ++++ sysinfo-0.12.0/Cargo.toml 2020-03-24T05:45:06.075361+00:00 @@ -42,12 +42,6 @@ debug = ["libc/extra_traits"] [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]