Update to version 0.4.10; Fixes RHBZ#2212573

epel10
Fabio Valentini 2 years ago
parent 8ee4a39bbb
commit 1dc2495df3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/lock_api-0.4.7.crate
/lock_api-0.4.8.crate
/lock_api-0.4.9.crate
/lock_api-0.4.10.crate

@ -1,3 +0,0 @@
# rust-lock_api
The rust-lock_api package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate lock_api
Name: rust-lock_api
Version: 0.4.9
Version: 0.4.10
Release: %autorelease
Summary: Wrappers to create fully-featured Mutex and RwLock types
@ -13,13 +13,11 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/lock_api
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Wrappers to create fully-featured Mutex and RwLock types. Compatible with
no_std.}
Wrappers to create fully-featured Mutex and RwLock types. Compatible
with no_std.}
%description %{_description}
@ -61,6 +59,18 @@ use the "arc_lock" feature of the "%{crate}" crate.
%files -n %{name}+arc_lock-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+atomic_usize-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+atomic_usize-devel %{_description}
This package contains library source intended for building other packages which
use the "atomic_usize" feature of the "%{crate}" crate.
%files -n %{name}+atomic_usize-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (lock_api-0.4.9.crate) = 9215381d9bb6b80d217c73a900db43df043b3e939b5bd7a292a02e9ab911cf0eacd8f883d35bdf72b3a0e78df8f1bc3e843ca4c775294c7a7a03091dc1a74990
SHA512 (lock_api-0.4.10.crate) = ffe8cad8099bc382832181c1ff95e0935993491f247114604201be7d4ddf8402fd4db8fd6499c611f95fbce7d57dc3d3738eddfab31c52f50ab8709e549697db

Loading…
Cancel
Save