Update to version 0.9.14; Fixes RHBZ#2173989

epel9
Fabio Valentini 2 years ago
parent 66c012a797
commit bb5aaccbfa
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -23,3 +23,4 @@
/crossbeam-epoch-0.9.10.crate
/crossbeam-epoch-0.9.11.crate
/crossbeam-epoch-0.9.13.crate
/crossbeam-epoch-0.9.14.crate

@ -1,3 +0,0 @@
# rust-crossbeam-epoch
The rust-crossbeam-epoch package

@ -1,5 +1,5 @@
--- crossbeam-epoch-0.9.13/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-epoch-0.9.13/Cargo.toml 1970-01-01T00:00:01+00:00
--- crossbeam-epoch-0.9.14/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-epoch-0.9.14/Cargo.toml 2023-02-28T20:22:53.417152+00:00
@@ -58,7 +58,6 @@
alloc = []
default = ["std"]

@ -0,0 +1,12 @@
--- crossbeam-epoch-0.9.14/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-epoch-0.9.14/Cargo.toml 2023-02-28T20:23:19.446223+00:00
@@ -57,9 +57,6 @@
[features]
alloc = []
default = ["std"]
-loom = [
- "crossbeam-utils/loom",
-]
nightly = ["crossbeam-utils/nightly"]
std = [
"alloc",

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-epoch
Name: rust-crossbeam-epoch
Version: 0.9.13
Version: 0.9.14
Release: %autorelease
Summary: Epoch-based garbage collection
@ -14,6 +14,9 @@ URL: https://crates.io/crates/crossbeam-epoch
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: crossbeam-epoch-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * drop unstable-only dependency on loom
Patch: crossbeam-epoch-fix-metadata.diff
BuildRequires: rust-packaging >= 21

@ -1,3 +0,0 @@
[DEFAULT]
unwanted-features =
loom

@ -1 +1 @@
SHA512 (crossbeam-epoch-0.9.13.crate) = a4578e0e535f301b73f0332778e79b327bafea6afa43284317fccc49b410118360866a2dea8ac22f2977f309d07c663e5d95fbfa852ab795d414c170ee4e06bf
SHA512 (crossbeam-epoch-0.9.14.crate) = 543cb60cff7c0823733f6ace191b137a04025a2b40fe4fea5eb273772009627fb705aecf742bc59e01367d4c15a14aca73aa2caf7f4b509f4b25947e14fd1e19

Loading…
Cancel
Save