Compare commits

...

4 Commits

Author SHA1 Message Date
Fabio Valentini 8d5bf1c41d
Update to version 0.4.11; Fixes RHBZ#2244737
1 year ago
Fabio Valentini a1aede2511
Update to version 0.4.10; Fixes RHBZ#2212573
2 years ago
Fabio Valentini acfafe51f0
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits b54f021717
Rebuild
3 years ago

2
.gitignore vendored

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

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate lock_api
Name: rust-lock_api
Version: 0.4.9
Version: 0.4.11
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
BuildRequires: cargo-rpm-macros >= 24
%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
@ -98,7 +108,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (lock_api-0.4.9.crate) = 9215381d9bb6b80d217c73a900db43df043b3e939b5bd7a292a02e9ab911cf0eacd8f883d35bdf72b3a0e78df8f1bc3e843ca4c775294c7a7a03091dc1a74990
SHA512 (lock_api-0.4.11.crate) = 9946adf313a5c67a0dd87a1b679b7d9d16a86149fb95974d3f28aa57a9a1a3932e4a5ee1d332097559329c5e3b2295be2e4b655b115d9f75269f33a758b17fb3

Loading…
Cancel
Save