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
%bcond_with check
# Generated by rust2rpm 9
%bcond_without check
%global debug_package %{nil}
%global crate itoa
Name: rust-%{crate}
Version: 0.4.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Fast functions for printing integer primitives to an io::Write
# Upstream license specification: MIT/Apache-2.0
@ -15,11 +15,14 @@ URL: https://crates.io/crates/itoa
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description \
Fast functions for printing integer primitives to an io::Write.
%global _description %{expand:
Fast functions for printing integer primitives to an io::Write.}
%description %{_description}
@ -89,6 +92,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%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
- Update to 0.4.4

Loading…
Cancel
Save