update to version 0.15.7

epel9
Fabio Valentini 4 years ago
parent c34cf37e13
commit 10fc9dac94
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -20,3 +20,4 @@
/sysinfo-0.15.3.crate
/sysinfo-0.15.4.crate
/sysinfo-0.15.6.crate
/sysinfo-0.15.7.crate

@ -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 <decathorpe@gmail.com> - 0.15.7-1
- Update to version 0.15.7.
- Fixes RHBZ#1914578
* Sat Jan 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.15.6-1
- Update to version 0.15.6.
- Fixes RHBZ#1913228

@ -1 +1 @@
SHA512 (sysinfo-0.15.6.crate) = 2094995fec226511ed0b90ce055aaf4f137fc0895287310381504908b60e5058c0e7ac4506c97e12d5f7a883bfc725e40e7e70eb9687079a6640063ea835a682
SHA512 (sysinfo-0.15.7.crate) = aa08be55c9e5e0367c69406ed97e71c51a48e973d4bbc0e5f186be96241c6a2313b2b665e29a8bd1d5da8df38402b482e523ed9671df88bb570a516d5eaddd1c

@ -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"

Loading…
Cancel
Save