From 7c22b68a3d883393d2e62d6be610830d8ed4c48b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 11 Dec 2017 09:50:52 +0100 Subject: [PATCH] Update to 0.3.5 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + rust-thread_local.spec | 10 +++++----- sources | 2 +- thread_local-0.3.4-fix-metadata.diff | 8 -------- 4 files changed, 7 insertions(+), 14 deletions(-) delete mode 100644 thread_local-0.3.4-fix-metadata.diff diff --git a/.gitignore b/.gitignore index 3652590..54c6076 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /thread_local-0.3.4.crate +/thread_local-0.3.5.crate diff --git a/rust-thread_local.spec b/rust-thread_local.spec index 55794bb..5acbf5f 100644 --- a/rust-thread_local.spec +++ b/rust-thread_local.spec @@ -5,16 +5,13 @@ %global crate thread_local Name: rust-%{crate} -Version: 0.3.4 -Release: 2%{?dist} +Version: 0.3.5 +Release: 1%{?dist} Summary: Per-object thread-local storage License: ASL 2.0 or MIT URL: https://crates.io/crates/thread_local Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate -# Initial patched metadata -# * Bump lazy_static to 1, https://github.com/Amanieu/thread_local-rs/pull/11 -Patch0: thread_local-0.3.4-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -57,6 +54,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Mon Dec 11 2017 Igor Gnatenko - 0.3.5-1 +- Update to 0.3.5 + * Thu Nov 30 2017 Igor Gnatenko - 0.3.4-2 - Bump lazy_static to 1 diff --git a/sources b/sources index 02c5afc..e20d916 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (thread_local-0.3.4.crate) = 51fc5e1f5046fafe794128e6655c3ed5fa54446d9db151abb5da6e2599b6fb03200746ff4e6adffb6b8a04d015966fd4860ea3eac50bc169ec04ba33978f849d +SHA512 (thread_local-0.3.5.crate) = c17bb6bb58e8ef5f27cd6b0a4290752ec00c9856753c9800664e1debc347a26930970b073ba87d6f95936b1be540f87559a8410151b18d01ecc3fe77c45d6cb6 diff --git a/thread_local-0.3.4-fix-metadata.diff b/thread_local-0.3.4-fix-metadata.diff deleted file mode 100644 index 96eb575..0000000 --- a/thread_local-0.3.4-fix-metadata.diff +++ /dev/null @@ -1,8 +0,0 @@ ---- thread_local-0.3.4/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ thread_local-0.3.4/Cargo.toml 2017-11-30T18:10:41.919586+01:00 -@@ -24,4 +24,4 @@ - version = "1.0" - - [dependencies.lazy_static] --version = "0.2" -+version = "1"