Update to version 0.4.8; Fixes RHBZ#2121999

epel9
Fabio Valentini 2 years ago
parent e80c19fe14
commit 96d6a5e1a1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/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 /lock_api-0.4.7.crate
/lock_api-0.4.8.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate lock_api %global crate lock_api
Name: rust-%{crate} Name: rust-lock_api
Version: 0.4.7 Version: 0.4.8
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: MIT OR Apache-2.0 License: MIT OR Apache-2.0
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.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d SHA512 (lock_api-0.4.8.crate) = 2dd90be33a732cb8111b522cf65fbf37926ab3121c4dba20dbf66403805575ee597d90d776807c13be1a48ddc5920a691ef78dce734adc6a26b52d4ad44b9785

Loading…
Cancel
Save