diff --git a/.gitignore b/.gitignore index d8ba3f1..570fbfb 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /sysinfo-0.15.6.crate /sysinfo-0.15.7.crate /sysinfo-0.15.8.crate +/sysinfo-0.15.9.crate diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index aa63bf9..e552821 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -5,7 +5,7 @@ %global crate sysinfo Name: rust-%{crate} -Version: 0.15.8 +Version: 0.15.9 Release: 1%{?dist} Summary: Library to get system information such as processes, processors, disks, components and networks @@ -125,6 +125,10 @@ which use "rayon" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 13 2021 Fabio Valentini - 0.15.9-1 +- Update to version 0.15.9. +- Fixes RHBZ#1915951 + * Tue Jan 12 2021 Fabio Valentini - 0.15.8-1 - Update to version 0.15.8. - Fixes RHBZ#1915036 diff --git a/sources b/sources index 595e6ea..8987ece 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysinfo-0.15.8.crate) = a8122b3aeb83d40a3cbf9bbf87b7ff664ee9466753a40c2dbe01dbe185cdc369ce2dafc95a87708721a85301eab45fafc5ec18b165bdc3dc3ba5eb669bdbe91a +SHA512 (sysinfo-0.15.9.crate) = 25ad303ffd8109c9b259ffe3c929b7724e97d05172e1253cc91faccd545ceb35988fb70a575f30ca1fb589850425cadaddf31b4882c3c0780d25473dbb3ff15b diff --git a/sysinfo-fix-metadata.diff b/sysinfo-fix-metadata.diff index f1d2c0b..5e663ac 100644 --- a/sysinfo-fix-metadata.diff +++ b/sysinfo-fix-metadata.diff @@ -1,13 +1,11 @@ ---- sysinfo-0.15.8/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ sysinfo-0.15.8/Cargo.toml 2021-01-12T21:03:44.143553+00:00 -@@ -43,15 +43,5 @@ +--- sysinfo-0.15.9/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ sysinfo-0.15.9/Cargo.toml 2021-01-13T22:14:55.761574+00:00 +@@ -45,13 +45,5 @@ debug = ["libc/extra_traits"] default = ["multithread"] multithread = ["rayon"] -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys] -version = "0.8" --[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".build-dependencies.cc] --version = "1.0" [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] version = "0.2" -[target."cfg(windows)".dependencies.ntapi]