Update to 1.12.0

epel9
Josh Stone 5 years ago
parent dcab4b78b0
commit f1f1a98bae

1
.gitignore vendored

@ -4,3 +4,4 @@
/num_cpus-1.10.0.crate
/num_cpus-1.10.1.crate
/num_cpus-1.11.1.crate
/num_cpus-1.12.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate num_cpus
Name: rust-%{crate}
Version: 1.11.1
Version: 1.12.0
Release: 1%{?dist}
Summary: Get the number of CPUs on a machine
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md CONTRIBUTING.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -53,7 +53,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
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jan 16 2020 Josh Stone <jistone@redhat.com> - 1.12.0-1
- Update to 1.12.0
* Tue Nov 19 08:26:51 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.11.1-1
- Update to 1.11.1

@ -1 +1 @@
SHA512 (num_cpus-1.11.1.crate) = c3a943f5ff82eccee6f2e8af73e12fc83a82590030381cfdfa52c79b2f53012012b246fe8fa682606b7ddc011892d72d5579bc17ed072498170b51060c7e7f5b
SHA512 (num_cpus-1.12.0.crate) = 502cb7c7abdaaa42e849847313e6e12b34d9d619b58dccf7f3e80458b5b7778657f352828481daa21d482c247cfbf6d167f9ada8bbf0c3186b82d30a93a6e381

Loading…
Cancel
Save