Update to 1.10.0

epel9
Josh Stone 6 years ago
parent 40cd32b8bd
commit 9fec5098b9

1
.gitignore vendored

@ -1,3 +1,4 @@
/num_cpus-1.7.0.crate /num_cpus-1.7.0.crate
/num_cpus-1.8.0.crate /num_cpus-1.8.0.crate
/num_cpus-1.9.0.crate /num_cpus-1.9.0.crate
/num_cpus-1.10.0.crate

@ -6,14 +6,14 @@
%global crate num_cpus %global crate num_cpus
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.9.0 Version: 1.10.0
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
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/num_cpus URL: https://crates.io/crates/num_cpus
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -52,7 +52,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%build %build
@ -67,6 +67,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Feb 11 2019 Josh Stone <jistone@redhat.com> - 1.10.0-1
- Update to 1.10.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (num_cpus-1.9.0.crate) = 8e51f266dfa1b9837f677d41a7edafe3768a9a0fea552ff5e63ca52874d1bf174b7fab018b1a6c130cc33259d0ff81e31d3933a376535f63c28d6da206d05c02 SHA512 (num_cpus-1.10.0.crate) = a97b282da6323fa37b93caaaa262e699f0a219f08d32bc8531363daa57ae3ea397927d09c36d38615dcd372443aa65a43b91f4a7a59910273b581b5322946a02

Loading…
Cancel
Save