diff --git a/.gitignore b/.gitignore index 2b28705..0530a0b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /sysinfo-0.11.6.crate /sysinfo-0.11.7.crate /sysinfo-0.12.0.crate +/sysinfo-0.13.2.crate diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index e2d70ee..20c9cae 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -5,7 +5,7 @@ %global crate sysinfo Name: rust-%{crate} -Version: 0.12.0 +Version: 0.13.2 Release: 1%{?dist} Summary: Library to get system information such as processes, processors, disks, components and networks @@ -99,6 +99,9 @@ which use "debug" feature of "%{crate}" crate. %endif %changelog +* Wed Apr 15 08:46:05 CEST 2020 Igor Raits - 0.13.2-1 +- Update to 0.13.2 + * Tue Mar 24 06:45:06 CET 2020 Igor Raits - 0.12.0-1 - Update to 0.12.0 diff --git a/sources b/sources index 7b75099..c30fc8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysinfo-0.12.0.crate) = c24998a60bafbee8167d480287dd5a030113d67a68bdb3d523b343000ddfbb3aa16ace2eb302b72ed9c8e56cb028fb717007ce58105cfce4b49dee7f339210cf +SHA512 (sysinfo-0.13.2.crate) = 84a1cf16323f06a09e4bb2984da6f136074e55786dde74a75d367247b4d9068b30272c5e1ba96e8777db65365e0a4f510cdeb2724e75c3560d55d999cfedd865 diff --git a/sysinfo-fix-metadata.diff b/sysinfo-fix-metadata.diff index 1fdbcc6..86b3933 100644 --- a/sysinfo-fix-metadata.diff +++ b/sysinfo-fix-metadata.diff @@ -1,5 +1,5 @@ ---- 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 +--- sysinfo-0.13.2/Cargo.toml 2020-04-13T14:35:48+00:00 ++++ sysinfo-0.13.2/Cargo.toml 2020-04-15T06:46:05.307672+00:00 @@ -42,12 +42,6 @@ debug = ["libc/extra_traits"] [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]