|
|
@ -5,8 +5,8 @@
|
|
|
|
%global crate num_cpus
|
|
|
|
%global crate num_cpus
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.10.0
|
|
|
|
Version: 1.10.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Get the number of CPUs on a machine
|
|
|
|
Summary: Get the number of CPUs on a machine
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
@ -22,6 +22,9 @@ BuildArch: noarch
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
%if ! %{__cargo_skip_build}
|
|
|
|
%if ! %{__cargo_skip_build}
|
|
|
|
BuildRequires: (crate(libc/default) >= 0.2.26 with crate(libc/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(libc/default) >= 0.2.26 with crate(libc/default) < 0.3.0)
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
|
|
|
BuildRequires: (crate(doc-comment/default) >= 0.3.0 with crate(doc-comment/default) < 0.4.0)
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
@ -71,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jun 10 2019 Josh Stone <jistone@redhat.com> - 1.10.1-1
|
|
|
|
|
|
|
|
- Update to 1.10.1
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 09 10:18:07 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.10.0-2
|
|
|
|
* Sun Jun 09 10:18:07 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.10.0-2
|
|
|
|
- Regenerate
|
|
|
|
- Regenerate
|
|
|
|
|
|
|
|
|
|
|
|