diff --git a/.gitignore b/.gitignore index 17b5053..84099f8 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /sysinfo-0.15.3.crate /sysinfo-0.15.4.crate /sysinfo-0.15.6.crate +/sysinfo-0.15.7.crate diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index f49fcc9..6f2d55d 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -5,7 +5,7 @@ %global crate sysinfo Name: rust-%{crate} -Version: 0.15.6 +Version: 0.15.7 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 +* Sun Jan 10 2021 Fabio Valentini - 0.15.7-1 +- Update to version 0.15.7. +- Fixes RHBZ#1914578 + * Sat Jan 09 2021 Fabio Valentini - 0.15.6-1 - Update to version 0.15.6. - Fixes RHBZ#1913228 diff --git a/sources b/sources index d2b6f22..282ce58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysinfo-0.15.6.crate) = 2094995fec226511ed0b90ce055aaf4f137fc0895287310381504908b60e5058c0e7ac4506c97e12d5f7a883bfc725e40e7e70eb9687079a6640063ea835a682 +SHA512 (sysinfo-0.15.7.crate) = aa08be55c9e5e0367c69406ed97e71c51a48e973d4bbc0e5f186be96241c6a2313b2b665e29a8bd1d5da8df38402b482e523ed9671df88bb570a516d5eaddd1c diff --git a/sysinfo-fix-metadata.diff b/sysinfo-fix-metadata.diff index b7ba79e..eba4236 100644 --- a/sysinfo-fix-metadata.diff +++ b/sysinfo-fix-metadata.diff @@ -1,6 +1,6 @@ ---- sysinfo-0.15.6/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ sysinfo-0.15.6/Cargo.toml 2021-01-09T19:41:00.521881+00:00 -@@ -43,18 +43,8 @@ +--- sysinfo-0.15.7/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ sysinfo-0.15.7/Cargo.toml 2021-01-10T14:12:01.986095+00:00 +@@ -43,15 +43,5 @@ debug = ["libc/extra_traits"] default = ["multithread"] multithread = ["rayon"] @@ -16,6 +16,3 @@ -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["fileapi", "handleapi", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "powerbase", "netioapi", "lmcons", "lmaccess", "lmapibuf", "memoryapi", "shellapi"] - [badges.appveyor] - repository = "GuillaumeGomez/sysinfo" - service = "github"