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

@ -1,12 +1,12 @@
# Generated by rust2rpm # Generated by rust2rpm 9
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate itoa %global crate itoa
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.4 Version: 0.4.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: Fast functions for printing integer primitives to an io::Write Summary: Fast functions for printing integer primitives to an io::Write
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -15,11 +15,14 @@ URL: https://crates.io/crates/itoa
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description \ %global _description %{expand:
Fast functions for printing integer primitives to an io::Write. Fast functions for printing integer primitives to an io::Write.}
%description %{_description} %description %{_description}
@ -89,6 +92,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 10:13:08 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.4-2
- Regenerate
* Thu May 02 08:37:44 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.4-1 * Thu May 02 08:37:44 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.4-1
- Update to 0.4.4 - Update to 0.4.4

Loading…
Cancel
Save