Update to 0.1.4

epel9
Josh Stone 6 years ago
parent 2ff647701a
commit dec3f23257

1
.gitignore vendored

@ -1 +1,2 @@
/lock_api-0.1.3.crate
/lock_api-0.1.4.crate

@ -5,12 +5,11 @@
%global crate lock_api
Name: rust-%{crate}
Version: 0.1.3
Version: 0.1.4
Release: 1%{?dist}
Summary: Wrappers to create fully-featured Mutex and RwLock types
# Upstream license specification: Apache-2.0/MIT
# https://github.com/Amanieu/parking_lot/issues/92
License: ASL 2.0 or MIT
URL: https://crates.io/crates/lock_api
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -53,8 +52,12 @@ which use %{crate} from crates.io.
%endif
%files devel
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.1.4-1
- Update to 0.1.4
* Mon Sep 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.3-1
- Initial package

@ -1 +1 @@
SHA512 (lock_api-0.1.3.crate) = 5c088cdc3a5321ac9e9f488acca11c554be5d91b2de0e48171d2ecba15d7e5960ee0a8ed82fef15377ddf17646ca350d9749b2579d5ec74cdb66ffd327e61c5f
SHA512 (lock_api-0.1.4.crate) = 2311d7505bcc9f49610597c7f75097d775606aa8bb1fa57adbdcfd57fc09cd2812da3efe4717dd98b9ed6c857890ff15e8f06515e0c8992a476c9e45566eeb39

Loading…
Cancel
Save