|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
%global crate sysinfo
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.15.4
|
|
|
|
|
Version: 0.15.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Library to get system information such as processes, processors, disks, components and networks
|
|
|
|
|
|
|
|
|
@ -81,6 +81,30 @@ which use "debug" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+debug-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+multithread-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+multithread-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "multithread" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+multithread-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+rayon-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+rayon-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "rayon" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+rayon-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
@ -101,6 +125,10 @@ which use "debug" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jan 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.15.6-1
|
|
|
|
|
- Update to version 0.15.6.
|
|
|
|
|
- Fixes RHBZ#1913228
|
|
|
|
|
|
|
|
|
|
* Mon Jan 04 2021 Fabio Valentini <decathorpe@gmail.com> - 0.15.4-1
|
|
|
|
|
- Update to version 0.15.4.
|
|
|
|
|
- Fixes RHBZ#1911919
|
|
|
|
|