|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.2.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Complex numbers implementation for Rust
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
@ -24,7 +24,7 @@ BuildRequires: (crate(rand) >= 0.5.0 with crate(rand) < 0.6.0)
|
|
|
|
|
BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0)
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
|
Complex numbers implementation for Rust
|
|
|
|
|
Complex numbers implementation for Rust.
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -118,6 +118,9 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Nov 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.1-3
|
|
|
|
|
- Fix description
|
|
|
|
|
|
|
|
|
|
* Fri Nov 09 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.1-2
|
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|