Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 3f258931e0
commit ef06cc88ab
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.1.5
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Determine displayed width of `char` and `str` types
# Upstream license specification: MIT/Apache-2.0
@ -84,6 +84,9 @@ which use "no_std" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -96,6 +99,9 @@ which use "no_std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jun 20 09:37:48 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.5-10
- Regenerate
* Sun Jun 09 11:08:56 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.5-9
- Regenerate

Loading…
Cancel
Save