Compare commits

...

6 Commits

Author SHA1 Message Date
Fabio Valentini f00e0ab482
Update to version 0.9.8; Fixes RHBZ#2183956
2 years ago
Fabio Valentini 906295ff9f
Update to version 0.9.7; Fixes RHBZ#2182219
2 years ago
Fabio Valentini 5f5e95eb56
Update to version 0.9.6; Fixes RHBZ#2177738
2 years ago
Fabio Valentini 34b1cabdc0
Update to version 0.9.5; Fixes RHBZ#2167903
2 years ago
Fabio Valentini 7ff92476d7
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 44e4b88bd6
Rebuild
3 years ago

4
.gitignore vendored

@ -8,3 +8,7 @@
/spin-0.9.2.crate
/spin-0.9.3.crate
/spin-0.9.4.crate
/spin-0.9.5.crate
/spin-0.9.6.crate
/spin-0.9.7.crate
/spin-0.9.8.crate

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

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

@ -1,20 +1,20 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate spin
Name: rust-%{crate}
Version: 0.9.4
Name: rust-spin
Version: 0.9.8
Release: %autorelease
Summary: Spin-based synchronization primitives
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/spin
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
Patch: spin-fix-metadata.diff
BuildRequires: rust-packaging >= 21
@ -62,6 +62,18 @@ use the "barrier" feature of the "%{crate}" crate.
%files -n %{name}+barrier-devel
%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
Summary: %{summary}
BuildArch: noarch
@ -122,6 +134,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 +1 @@
SHA512 (spin-0.9.4.crate) = 156b1c471292e8cb874b59129454b56b5e84a0f10b5d064433e0abfc3384c1a594b12b095acd26da350d7f81e6849da9c07c9a506b4aa0ac4808ce3f70b5511c
SHA512 (spin-0.9.8.crate) = b15ad66ba9b308937f34ea166b799676fa45c67224e10cb57530fe33d2a8317ff3e3db3223a3249fa2862cc141c964d2130d3f39910a86ac5ef8aaf8ff4bc6ee

@ -0,0 +1,12 @@
--- spin-0.9.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ spin-0.9.8/Cargo.toml 2023-04-17T17:12:36.949377+00:00
@@ -50,9 +50,6 @@
optional = true
default-features = false
-[dev-dependencies.criterion]
-version = "0.4"
-
[features]
barrier = ["mutex"]
default = [
Loading…
Cancel
Save