From 37429c45f17ae5be87e9eeee1ec78dcb68706182 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 21 Oct 2017 10:46:35 +0200 Subject: [PATCH] Rebuild to get dependency on cargo Signed-off-by: Igor Gnatenko --- rust-scoped-tls.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-scoped-tls.spec b/rust-scoped-tls.spec index 9783769..6be3708 100644 --- a/rust-scoped-tls.spec +++ b/rust-scoped-tls.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of the standard library's old `scoped_thread_local!` macro License: MIT or ASL 2.0 @@ -54,6 +54,9 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %changelog +* Sat Oct 21 2017 Igor Gnatenko - 0.1.0-3 +- Rebuild to get dependency on cargo + * Fri Sep 22 2017 Igor Gnatenko - 0.1.0-2 - Exclude appveyor.yml file