|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.1.42
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Complex numbers implementation for Rust
|
|
|
|
|
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
@ -51,9 +51,13 @@ which use %{crate} from crates.io.
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
|
%doc README.md RELEASES.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Feb 08 2018 Josh Stone <jistone@redhat.com> - 0.1.42-2
|
|
|
|
|
- Add doc files
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2018 Josh Stone <jistone@redhat.com> - 0.1.42-1
|
|
|
|
|
- Update to 0.1.42
|
|
|
|
|
|
|
|
|
|