diff --git a/.gitignore b/.gitignore index 54b82d5..fb33da5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /sysinfo-0.11.3.crate /sysinfo-0.11.4.crate /sysinfo-0.11.5.crate +/sysinfo-0.11.6.crate diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index e0bacae..96b4ee7 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -5,7 +5,7 @@ %global crate sysinfo Name: rust-%{crate} -Version: 0.11.5 +Version: 0.11.6 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 +* Tue Mar 10 2020 Josh Stone - 0.11.6-1 +- Update to 0.11.6 + * Fri Mar 06 2020 Josh Stone - 0.11.5-1 - Update to 0.11.5 diff --git a/sources b/sources index 1659948..820e403 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysinfo-0.11.5.crate) = 682e754824c8d131f14d758cae34567abd5237a9823b7e27de0eb390a9310471ea8bf1f0c63f02483ae84d962f02efdbfa804f5266aa093fcb325e881eab05a5 +SHA512 (sysinfo-0.11.6.crate) = 0b5e71a1b5d459335356e7232123cb9e58c540e2a716078cdd6db846836a9bad8929a121282038934ab0a097216d953407369cfe2848e61927cff5e621e7081b diff --git a/sysinfo-fix-metadata.diff b/sysinfo-fix-metadata.diff index c15f827..57a189f 100644 --- a/sysinfo-fix-metadata.diff +++ b/sysinfo-fix-metadata.diff @@ -1,5 +1,5 @@ ---- sysinfo-0.11.4/Cargo.toml 2020-03-05T16:18:07+00:00 -+++ sysinfo-0.11.4/Cargo.toml 2020-03-05T19:39:33.756740+00:00 +--- 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 @@ -42,12 +42,6 @@ debug = ["libc/extra_traits"] [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] @@ -9,7 +9,7 @@ - -[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"] +-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"