update to version 0.15.9

epel9
Fabio Valentini 4 years ago
parent 9a00680a6b
commit ad93662b8d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -22,3 +22,4 @@
/sysinfo-0.15.6.crate /sysinfo-0.15.6.crate
/sysinfo-0.15.7.crate /sysinfo-0.15.7.crate
/sysinfo-0.15.8.crate /sysinfo-0.15.8.crate
/sysinfo-0.15.9.crate

@ -5,7 +5,7 @@
%global crate sysinfo %global crate sysinfo
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.15.8 Version: 0.15.9
Release: 1%{?dist} Release: 1%{?dist}
Summary: Library to get system information such as processes, processors, disks, components and networks 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 %endif
%changelog %changelog
* Wed Jan 13 2021 Fabio Valentini <decathorpe@gmail.com> - 0.15.9-1
- Update to version 0.15.9.
- Fixes RHBZ#1915951
* Tue Jan 12 2021 Fabio Valentini <decathorpe@gmail.com> - 0.15.8-1 * Tue Jan 12 2021 Fabio Valentini <decathorpe@gmail.com> - 0.15.8-1
- Update to version 0.15.8. - Update to version 0.15.8.
- Fixes RHBZ#1915036 - Fixes RHBZ#1915036

@ -1 +1 @@
SHA512 (sysinfo-0.15.8.crate) = a8122b3aeb83d40a3cbf9bbf87b7ff664ee9466753a40c2dbe01dbe185cdc369ce2dafc95a87708721a85301eab45fafc5ec18b165bdc3dc3ba5eb669bdbe91a SHA512 (sysinfo-0.15.9.crate) = 25ad303ffd8109c9b259ffe3c929b7724e97d05172e1253cc91faccd545ceb35988fb70a575f30ca1fb589850425cadaddf31b4882c3c0780d25473dbb3ff15b

@ -1,13 +1,11 @@
--- sysinfo-0.15.8/Cargo.toml 1970-01-01T00:00:00+00:00 --- sysinfo-0.15.9/Cargo.toml 1970-01-01T00:00:00+00:00
+++ sysinfo-0.15.8/Cargo.toml 2021-01-12T21:03:44.143553+00:00 +++ sysinfo-0.15.9/Cargo.toml 2021-01-13T22:14:55.761574+00:00
@@ -43,15 +43,5 @@ @@ -45,13 +45,5 @@
debug = ["libc/extra_traits"] debug = ["libc/extra_traits"]
default = ["multithread"] default = ["multithread"]
multithread = ["rayon"] multithread = ["rayon"]
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys] -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys]
-version = "0.8" -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] [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]
version = "0.2" version = "0.2"
-[target."cfg(windows)".dependencies.ntapi] -[target."cfg(windows)".dependencies.ntapi]

Loading…
Cancel
Save