Update to 1.3.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 7488f06ca3
commit cb445bf320
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: 1.3.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for reading/writing numbers in big-endian and little-endian
# Upstream license specification: Unlicense OR MIT
@ -20,13 +20,6 @@ BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
%if %{with check}
BuildRequires: (crate(doc-comment/default) >= 0.3.0 with crate(doc-comment/default) < 0.4.0)
BuildRequires: (crate(quickcheck) >= 0.8.0 with crate(quickcheck) < 0.9.0)
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
%endif
%endif
%global _description %{expand:
Library for reading/writing numbers in big-endian and little-endian.}
@ -87,6 +80,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
@ -99,6 +95,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jun 19 23:11:29 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.2-2
- Regenerate
* Sun Jun 09 17:01:45 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.2-1
- Update to 1.3.2

Loading…
Cancel
Save