Update to version 0.9.6; Fixes RHBZ#2177738

epel10
Fabio Valentini 2 years ago
parent 205c0f1e0d
commit 4497f7eda7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/spin-0.9.3.crate
/spin-0.9.4.crate
/spin-0.9.5.crate
/spin-0.9.6.crate

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate spin
Name: rust-spin
Version: 0.9.5
Version: 0.9.6
Release: %autorelease
Summary: Spin-based synchronization primitives
@ -131,6 +131,30 @@ use the "once" feature of the "%{crate}" crate.
%files -n %{name}+once-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+portable-atomic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+portable-atomic-devel %{_description}
This package contains library source intended for building other packages which
use the "portable-atomic" feature of the "%{crate}" crate.
%files -n %{name}+portable-atomic-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+portable_atomic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+portable_atomic-devel %{_description}
This package contains library source intended for building other packages which
use the "portable_atomic" feature of the "%{crate}" crate.
%files -n %{name}+portable_atomic-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rwlock-devel
Summary: %{summary}
BuildArch: noarch

@ -1,4 +0,0 @@
[DEFAULT]
unwanted-features =
portable-atomic
portable_atomic

@ -1 +1 @@
SHA512 (spin-0.9.5.crate) = 59b239c509a176640eeeb12524232a11516fb58bb3802aade56087959ae25ab085ccb0647956e2baa70541c74d653c68f6ad7457ddba2bb1d089bcc7ba17281b
SHA512 (spin-0.9.6.crate) = 7c13ee886d6c9a85741dd7cb24a0c8965123de7a6c8af9d97b6a10a01ed4e5b06915ccf9160656e6af6f039e33b8932948f4e481896dee9570a6e9ccf8d890b8

Loading…
Cancel
Save