diff --git a/rust-num-complex.spec b/rust-num-complex.spec index f8310be..c40ca7f 100644 --- a/rust-num-complex.spec +++ b/rust-num-complex.spec @@ -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 - 0.1.42-2 +- Add doc files + * Thu Feb 08 2018 Josh Stone - 0.1.42-1 - Update to 0.1.42