Update to 0.3.6

epel9
Josh Stone 7 years ago
parent 64fdba133f
commit afc6dc6015

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate thread_local %global crate thread_local
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.5 Version: 0.3.6
Release: 4%{?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
@ -18,7 +18,6 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
# [dependencies] # [dependencies]
BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0) BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
BuildRequires: (crate(unreachable) >= 1.0.0 with crate(unreachable) < 2.0.0)
%description %description
%{summary}. %{summary}.
@ -54,6 +53,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Thu Aug 30 2018 Josh Stone <jistone@redhat.com> - 0.3.6-1
- Update to 0.3.6
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-4 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (thread_local-0.3.5.crate) = c17bb6bb58e8ef5f27cd6b0a4290752ec00c9856753c9800664e1debc347a26930970b073ba87d6f95936b1be540f87559a8410151b18d01ecc3fe77c45d6cb6 SHA512 (thread_local-0.3.6.crate) = cd783d3d9caec43868da1f6118d4c4d520e03b9f1049d8f15d2c12482989401d3aee748e04a149953d35e5d6487355c2891d44569ef688bc1d45f01b6461d253

Loading…
Cancel
Save