Update to version 0.9.5; Fixes RHBZ#2167903

epel9
Fabio Valentini 2 years ago
parent 7ff92476d7
commit 34b1cabdc0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/spin-0.9.2.crate /spin-0.9.2.crate
/spin-0.9.3.crate /spin-0.9.3.crate
/spin-0.9.4.crate /spin-0.9.4.crate
/spin-0.9.5.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate spin %global crate spin
Name: rust-%{crate} Name: rust-spin
Version: 0.9.4 Version: 0.9.5
Release: %autorelease Release: %autorelease
Summary: Spin-based synchronization primitives Summary: Spin-based synchronization primitives
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/spin URL: https://crates.io/crates/spin
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
@ -62,6 +59,18 @@ use the "barrier" feature of the "%{crate}" crate.
%files -n %{name}+barrier-devel %files -n %{name}+barrier-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fair_mutex-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fair_mutex-devel %{_description}
This package contains library source intended for building other packages which
use the "fair_mutex" feature of the "%{crate}" crate.
%files -n %{name}+fair_mutex-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+lazy-devel %package -n %{name}+lazy-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (spin-0.9.4.crate) = 156b1c471292e8cb874b59129454b56b5e84a0f10b5d064433e0abfc3384c1a594b12b095acd26da350d7f81e6849da9c07c9a506b4aa0ac4808ce3f70b5511c SHA512 (spin-0.9.5.crate) = 59b239c509a176640eeeb12524232a11516fb58bb3802aade56087959ae25ab085ccb0647956e2baa70541c74d653c68f6ad7457ddba2bb1d089bcc7ba17281b

Loading…
Cancel
Save