Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent a32f6bb5af
commit 754a621c7f
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,4 +1,4 @@
# Generated by rust2rpm 9
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.4.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Core random number generator traits and tools for implementation
# Upstream license specification: MIT/Apache-2.0
@ -116,6 +116,9 @@ which use "std" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -128,6 +131,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jun 20 12:00:23 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-5
- Regenerate
* Sun Jun 09 15:33:46 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-4
- Regenerate

Loading…
Cancel
Save