Update to version 0.4.7; Fixes RHBZ#2070232

epel9
Fabio Valentini 3 years ago
parent 6a2818afb2
commit 3067a3eb12
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/lock_api-0.4.4.crate /lock_api-0.4.4.crate
/lock_api-0.4.5.crate /lock_api-0.4.5.crate
/lock_api-0.4.6.crate /lock_api-0.4.6.crate
/lock_api-0.4.7.crate

@ -5,12 +5,12 @@
%global crate lock_api %global crate lock_api
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.6 Version: 0.4.7
Release: %autorelease Release: %autorelease
Summary: Wrappers to create fully-featured Mutex and RwLock types Summary: Wrappers to create fully-featured Mutex and RwLock types
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: MIT OR Apache-2.0
License: ASL 2.0 or MIT License: MIT or ASL 2.0
URL: https://crates.io/crates/lock_api URL: https://crates.io/crates/lock_api
Source: %{crates_source} Source: %{crates_source}

@ -1 +1 @@
SHA512 (lock_api-0.4.6.crate) = ba14d341564eba91bb5ec58bb2e0d6c87e70b3694c4609396f0c0f4afc0c6c105a88cb99c303b1e9761b0fc6cae56f79ba6a7663b063454ab1ede4d49274906d SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d

Loading…
Cancel
Save