public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-spin] epel10: Update to version 0.12.1; Fixes RHBZ#2477737
@ 2026-07-21 20:02 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-21 20:02 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-spin
Branch : epel10
Commit : 5e96ebe3f803101b999c0fd7680be30feb7173d5
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-07-21T16:41:11+02:00
Stats : +46/-10 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-spin/c/5e96ebe3f803101b999c0fd7680be30feb7173d5?branch=epel10
Log:
Update to version 0.12.1; Fixes RHBZ#2477737
---
diff --git a/.gitignore b/.gitignore
index 90064bf..73401e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
/spin-0.9.7.crate
/spin-0.9.8.crate
/spin-0.10.0.crate
+/spin-0.12.2.crate
diff --git a/rust-spin.spec b/rust-spin.spec
index cad58f6..53c4138 100644
--- a/rust-spin.spec
+++ b/rust-spin.spec
@@ -5,7 +5,7 @@
%global crate spin
Name: rust-spin
-Version: 0.10.0
+Version: 0.12.2
Release: %autorelease
Summary: Spin-based synchronization primitives
@@ -87,6 +87,18 @@ use the "lazy" feature of the "%{crate}" crate.
%files -n %{name}+lazy-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+lazylock-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+lazylock-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "lazylock" feature of the "%{crate}" crate.
+
+%files -n %{name}+lazylock-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+lock_api-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/sources b/sources
index 3b1095f..4c4725e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (spin-0.10.0.crate) = fe54aa36c4b4451ffd12f242f48a159242bdb2e19dd3a337c8f586dd58ac4742468e2c756a15277ae3d796cfe9f1d1258b2e99efe5c4bab9b8ad0da85e8452de
+SHA512 (spin-0.12.2.crate) = 202f2800763dc4ec8fb8fb658b6dcda0948977d8ea105cb9fd80e814cc834dcd2420429a627b2de0b3995607042267d0a6afb68700a40f59e9ab31c457c52b6f
diff --git a/spin-fix-metadata.diff b/spin-fix-metadata.diff
index edad9d7..eb3acaa 100644
--- a/spin-fix-metadata.diff
+++ b/spin-fix-metadata.diff
@@ -1,12 +1,35 @@
---- spin-0.10.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ spin-0.10.0/Cargo.toml 2025-12-04T20:54:44.244362+00:00
-@@ -51,9 +51,6 @@
+--- spin-0.12.2/Cargo.toml 2006-07-24T01:21:28+00:00
++++ spin-0.12.2/Cargo.toml 2026-07-21T14:38:44.042890+00:00
+@@ -61,7 +61,6 @@
+ once = []
+ portable-atomic = ["dep:portable-atomic"]
+ portable_atomic = ["portable-atomic"]
+-rustc-dep-of-std = ["core"]
+ rwlock = []
+ spin_mutex = ["mutex"]
+ std = []
+@@ -83,17 +82,6 @@
+ "rwlock",
+ ]
+
+-[[bench]]
+-name = "mutex"
+-path = "benches/mutex.rs"
+-harness = false
+-required-features = ["ticket_mutex"]
+-
+-[dependencies.core]
+-version = "1.0.0"
+-optional = true
+-package = "rustc-std-workspace-core"
+-
+ [dependencies.lock_api_crate]
+ version = "0.4"
+ optional = true
+@@ -104,6 +92,3 @@
+ features = ["require-cas"]
optional = true
default-features = false
-
+-
-[dev-dependencies.criterion]
-version = "0.4"
--
- [features]
- barrier = ["mutex"]
- default = [
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-21 20:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 20:02 [rpms/rust-spin] epel10: Update to version 0.12.1; Fixes RHBZ#2477737 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox