Update to 0.5.9

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent dee471dba0
commit 06715ff18d
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -4,3 +4,4 @@
/sys-info-0.5.6.crate
/sys-info-0.5.7.crate
/sys-info-0.5.8.crate
/sys-info-0.5.9.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate sys-info
Name: rust-%{crate}
Version: 0.5.8
Release: 2%{?dist}
Version: 0.5.9
Release: 1%{?dist}
Summary: Get system information in Rust
# Upstream license specification: MIT
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -68,15 +68,13 @@ which use "default" feature of "%{crate}" crate.
%if %{with check}
%check
# https://github.com/FillZpp/sys-info-rs/issues/25
%ifarch ppc64 ppc64le
%cargo_test -- -- --skip test::test_hostname --skip test::test_cpu_speed
%else
%cargo_test -- -- --skip test::test_hostname
%endif
%endif
%changelog
* Sat Feb 15 11:01:51 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.5.9-1
- Update to 0.5.9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (sys-info-0.5.8.crate) = d19bdb00c4c6a9ab2751c2b6821ed983ea7085d8260ad3cfcd879e6f9ff99e6bce74d7075b18cc731ab742b6413b814b24ad19117a43fee3452f4944b4787565
SHA512 (sys-info-0.5.9.crate) = ad0785662691ddce7adbca316630421453674d7a4e5e7b84092b1a4fcd1c068414a75191b4e5a32fab9df6d6b0a67b08a08a18cc5592e0181aee0613583837a5

Loading…
Cancel
Save