Update to 0.1.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent a973e74445
commit 9d47a65a91
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/scoped-tls-0.1.0.crate
/scoped-tls-0.1.1.crate

@ -5,8 +5,8 @@
%global crate scoped-tls
Name: rust-%{crate}
Version: 0.1.0
Release: 5%{?dist}
Version: 0.1.1
Release: 1%{?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
* Mon Mar 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-1
- Update to 0.1.1
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (scoped-tls-0.1.0.crate) = 3791153856298ffe3821d6cce5c8dd011c068e859e5f7598d05b85885eadeb4e6edc1befa9fdb27f708d13d5d7c20645ba8f29637026c9d0ff105255e019b9ea
SHA512 (scoped-tls-0.1.1.crate) = 6feea7f837713c90189d50b06d025db266a81dacfbc0bcd97e4dfed1900cc9d03e74e6d66864236a0652f04c80d57f6f8cb760ee6942c51a3e351e7cb88ad9d8

Loading…
Cancel
Save