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-crossbeam-epoch] f43: Update to version 0.9.20; Fixes RHBZ#2497405
Date: Mon, 06 Jul 2026 20:19:41 GMT [thread overview]
Message-ID: <178336918178.1.1733031949399321376.rpms-rust-crossbeam-epoch-09314069aa37@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-crossbeam-epoch
Branch : f43
Commit : 09314069aa372c9c255e64e42c9fe1ecefbda83d
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-07-06T21:57:32+02:00
Stats : +28/-13 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-crossbeam-epoch/c/09314069aa372c9c255e64e42c9fe1ecefbda83d?branch=f43
Log:
Update to version 0.9.20; Fixes RHBZ#2497405
---
diff --git a/.gitignore b/.gitignore
index a11d0b5..c817b7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
/crossbeam-epoch-0.9.15.crate
/crossbeam-epoch-0.9.17.crate
/crossbeam-epoch-0.9.18.crate
+/crossbeam-epoch-0.9.20.crate
diff --git a/crossbeam-epoch-fix-metadata-auto.diff b/crossbeam-epoch-fix-metadata-auto.diff
index 4529f42..a975c70 100644
--- a/crossbeam-epoch-fix-metadata-auto.diff
+++ b/crossbeam-epoch-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- crossbeam-epoch-0.9.18/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ crossbeam-epoch-0.9.18/Cargo.toml 2024-01-11T17:27:01.731050+00:00
-@@ -42,7 +42,6 @@
+--- crossbeam-epoch-0.9.20/Cargo.toml 2006-07-24T01:21:28+00:00
++++ crossbeam-epoch-0.9.20/Cargo.toml 2026-07-06T19:53:47.080296+00:00
+@@ -41,7 +41,6 @@
alloc = []
default = ["std"]
loom = [
@@ -8,11 +8,20 @@
"crossbeam-utils/loom",
]
nightly = ["crossbeam-utils/nightly"]
-@@ -51,7 +50,3 @@
- "crossbeam-utils/std",
- ]
+@@ -81,11 +80,6 @@
+ [dev-dependencies.rand]
+ version = "0.8"
-[target."cfg(crossbeam_loom)".dependencies.loom-crate]
-version = "0.7.1"
-optional = true
-package = "loom"
+-
+ [lints.clippy.declare_interior_mutable_const]
+ level = "allow"
+ priority = 1
+@@ -101,3 +95,4 @@
+ "cfg(crossbeam_loom)",
+ "cfg(crossbeam_sanitize)",
+ ]
++
diff --git a/crossbeam-epoch-fix-metadata.diff b/crossbeam-epoch-fix-metadata.diff
index ec81d29..a6005d8 100644
--- a/crossbeam-epoch-fix-metadata.diff
+++ b/crossbeam-epoch-fix-metadata.diff
@@ -1,6 +1,6 @@
---- crossbeam-epoch-0.9.18/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ crossbeam-epoch-0.9.18/Cargo.toml 2024-01-11T17:27:11.140087+00:00
-@@ -41,9 +41,6 @@
+--- crossbeam-epoch-0.9.20/Cargo.toml 2006-07-24T01:21:28+00:00
++++ crossbeam-epoch-0.9.20/Cargo.toml 2026-07-06T19:53:47.081577+00:00
+@@ -40,9 +40,6 @@
[features]
alloc = []
default = ["std"]
diff --git a/rust-crossbeam-epoch.spec b/rust-crossbeam-epoch.spec
index 1f29f60..3464765 100644
--- a/rust-crossbeam-epoch.spec
+++ b/rust-crossbeam-epoch.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 25
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate crossbeam-epoch
Name: rust-crossbeam-epoch
-Version: 0.9.18
+Version: 0.9.20
Release: %autorelease
Summary: Epoch-based garbage collection
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..d280b0e
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,5 @@
+[package]
+cargo-toml-patch-comments = [
+ "drop unstable-only dependency on loom",
+]
+
diff --git a/sources b/sources
index 6e5668b..dd03946 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (crossbeam-epoch-0.9.18.crate) = 0a8a199b9d77f4e28e91fe0a0cbff7e0dec58cac283631fd972477fa912d2f6ddfddaed2c695e4978b01cb5440b702822af6333e7c3dfbcb9a2c2086999516b2
+SHA512 (crossbeam-epoch-0.9.20.crate) = ee89c4953aae073b6607a3938b9fea812f222a8d8f321806d5150880a171ea01acd5d1cbbcc46d92f2ac7a788f6f20b7cfaf5845bdbd1a21938c7070ce6f4fc9
reply other threads:[~2026-07-06 20:19 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=178336918178.1.1733031949399321376.rpms-rust-crossbeam-epoch-09314069aa37@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