Update to 0.3.5

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 40a432c99a
commit 7c22b68a3d

1
.gitignore vendored

@ -1 +1,2 @@
/thread_local-0.3.4.crate /thread_local-0.3.4.crate
/thread_local-0.3.5.crate

@ -5,16 +5,13 @@
%global crate thread_local %global crate thread_local
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.4 Version: 0.3.5
Release: 2%{?dist} Release: 1%{?dist}
Summary: Per-object thread-local storage Summary: Per-object thread-local storage
License: ASL 2.0 or MIT License: ASL 2.0 or MIT
URL: https://crates.io/crates/thread_local URL: https://crates.io/crates/thread_local
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate 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} ExclusiveArch: %{rust_arches}
@ -57,6 +54,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Mon Dec 11 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.5-1
- Update to 0.3.5
* Thu Nov 30 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.4-2 * Thu Nov 30 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.4-2
- Bump lazy_static to 1 - Bump lazy_static to 1

@ -1 +1 @@
SHA512 (thread_local-0.3.4.crate) = 51fc5e1f5046fafe794128e6655c3ed5fa54446d9db151abb5da6e2599b6fb03200746ff4e6adffb6b8a04d015966fd4860ea3eac50bc169ec04ba33978f849d SHA512 (thread_local-0.3.5.crate) = c17bb6bb58e8ef5f27cd6b0a4290752ec00c9856753c9800664e1debc347a26930970b073ba87d6f95936b1be540f87559a8410151b18d01ecc3fe77c45d6cb6

@ -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"
Loading…
Cancel
Save