diff --git a/rand-0.5.3-fix-metadata.diff b/rand-0.5.3-fix-metadata.diff index faf642a..1587c5c 100644 --- a/rand-0.5.3-fix-metadata.diff +++ b/rand-0.5.3-fix-metadata.diff @@ -4,7 +4,7 @@ categories = ["algorithms", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang-nursery/rand" -+exclude = ["utils"] ++exclude = ["utils/**"] [package.metadata.docs.rs] all-features = true [dependencies.log] diff --git a/rust-rand.spec b/rust-rand.spec index cb3047a..39963a3 100644 --- a/rust-rand.spec +++ b/rust-rand.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.5.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Random number generators License: MIT or ASL-2.0 @@ -66,6 +66,9 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %changelog +* Thu Jul 05 2018 Josh Stone - 0.5.3-2 +- Fix the python2 exclusion + * Sat Jun 30 2018 Josh Stone - 0.5.3-1 - Update to 0.5.3