Update to 0.14.2

epel9
Josh Stone 5 years ago
parent d95975414d
commit 6434095d94

1
.gitignore vendored

@ -13,3 +13,4 @@
/sysinfo-0.12.0.crate
/sysinfo-0.13.2.crate
/sysinfo-0.14.1.crate
/sysinfo-0.14.2.crate

@ -5,7 +5,7 @@
%global crate sysinfo
Name: rust-%{crate}
Version: 0.14.1
Version: 0.14.2
Release: 1%{?dist}
Summary: Library to get system information such as processes, processors, disks, components and networks
@ -95,11 +95,13 @@ which use "debug" feature of "%{crate}" crate.
%if %{with check}
%check
# https://github.com/GuillaumeGomez/sysinfo/issues/300
%cargo_test -- -- --skip test_disks
%cargo_test
%endif
%changelog
* Thu May 14 2020 Josh Stone <jistone@redhat.com> - 0.14.2-1
- Update to 0.14.2
* Tue May 05 2020 Josh Stone <jistone@redhat.com> - 0.14.1-1
- Update to 0.14.1

@ -1 +1 @@
SHA512 (sysinfo-0.14.1.crate) = a0c00f23249e50544fad111edab9b71d512aa41804293a4893c06dfc22f9848d3f5043f92e58b884b3c35b7f30e87e30da3910afe38c7406e0a9e0e5f9168876
SHA512 (sysinfo-0.14.2.crate) = 5679d5eababb466afe8a37642a559078151997541fcca8a97fcfc0225970bfcb42d521e40d3aa9d5da003138bbff1b8fd326c19d894e8b40ab725b9c4e53f2f6

Loading…
Cancel
Save