Update to 1.9.0

epel9
Josh Stone 6 years ago
parent 54a3646595
commit 5e763bdc00

1
.gitignore vendored

@ -1,2 +1,3 @@
/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

@ -6,8 +6,8 @@
%global crate num_cpus %global crate num_cpus
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.8.0 Version: 1.9.0
Release: 6%{?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
@ -67,6 +67,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Dec 12 2018 Josh Stone <jistone@redhat.com> - 1.9.0-1
- Update to 1.9.0
* Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.0-6 * Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.0-6
- Adapt to new packaging - Adapt to new packaging

@ -1 +1 @@
SHA512 (num_cpus-1.8.0.crate) = cd25a8da1a7c2639f33c3d36382580788d8056bce30f87b89993b92f39ea6ccce0527a907eb38dfdbe9219ae3a2bf86449dcb43ece978f834679dd4a8f8f2ea8 SHA512 (num_cpus-1.9.0.crate) = 8e51f266dfa1b9837f677d41a7edafe3768a9a0fea552ff5e63ca52874d1bf174b7fab018b1a6c130cc33259d0ff81e31d3933a376535f63c28d6da206d05c02

Loading…
Cancel
Save