From e8a5746c546db83fc8d1b246aabcb12bc64bb81c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 4 Jan 2021 14:03:28 +0100 Subject: [PATCH] update to version 0.15.4 --- .gitignore | 1 + rust-sysinfo.spec | 7 ++++++- sources | 2 +- sysinfo-fix-metadata.diff | 12 +++++++++--- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6faa878..1860630 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /sysinfo-0.14.5.crate /sysinfo-0.14.11.crate /sysinfo-0.15.3.crate +/sysinfo-0.15.4.crate diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index a1ccb48..95e7671 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -5,7 +5,7 @@ %global crate sysinfo Name: rust-%{crate} -Version: 0.15.3 +Version: 0.15.4 Release: 1%{?dist} Summary: Library to get system information such as processes, processors, disks, components and networks @@ -15,6 +15,7 @@ URL: https://crates.io/crates/sysinfo Source: %{crates_source} # Initial patched metadata # * No Windows deps +# * No Mac OS deps Patch0: sysinfo-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -100,6 +101,10 @@ which use "debug" feature of "%{crate}" crate. %endif %changelog +* Mon Jan 04 2021 Fabio Valentini - 0.15.4-1 +- Update to version 0.15.4. +- Fixes RHBZ#1911919 + * Sun Dec 27 11:19:13 CET 2020 Igor Raits - 0.15.3-1 - Update to 0.15.3 (Fixes: RHBZ#1855975) diff --git a/sources b/sources index 1f4a262..956b6ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysinfo-0.15.3.crate) = 99fcb2474ef96aedcacc898576bcd2329b86e75f0b36bc825ea93c956ab3cc6f1fbed6199e4c0ec9fb725deaa6a0b6bef50dcc15441a39b59f1e40b7da0e8bc5 +SHA512 (sysinfo-0.15.4.crate) = 47452fc3f3327a6a7307dd4dca1393c42f36233a248e77755d926962b1fd6486d0c60c7dbc98f571365f45ab45c8ee93936ff885f2e4d3552e6237ac7b9b061d diff --git a/sysinfo-fix-metadata.diff b/sysinfo-fix-metadata.diff index 9be7c74..dfb8440 100644 --- a/sysinfo-fix-metadata.diff +++ b/sysinfo-fix-metadata.diff @@ -1,7 +1,13 @@ ---- sysinfo-0.15.3/Cargo.toml 2020-10-02T21:43:02+00:00 -+++ sysinfo-0.15.3/Cargo.toml 2020-12-27T10:19:13.531749+00:00 -@@ -42,12 +42,6 @@ +--- sysinfo-0.15.4/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ sysinfo-0.15.4/Cargo.toml 2021-01-04T12:57:49.531780+00:00 +@@ -40,18 +40,8 @@ + [features] + c-interface = [] debug = ["libc/extra_traits"] +-[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]