From 55dc9bef87190cd927c64714cefbabb52ad2e713 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 5 Jul 2018 16:31:05 -0700 Subject: [PATCH] Fix the python2 exclusion --- rand-0.5.3-fix-metadata.diff | 2 +- rust-rand.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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