public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-spin] rawhide: Update to version 0.12.1; Fixes RHBZ#2477737
Date: Tue, 21 Jul 2026 20:01:56 GMT [thread overview]
Message-ID: <178466411642.1.12288205833189255909.rpms-rust-spin-5e96ebe3f803@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-spin
Branch : rawhide
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=rawhide
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 = [
reply other threads:[~2026-07-21 20:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178466411642.1.12288205833189255909.rpms-rust-spin-5e96ebe3f803@fedoraproject.org \
--to=decathorpe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox