Update to version 0.9.17; Fixes RHBZ#2254355

epel9 imports/e9/rust-crossbeam-epoch-0.9.17-1.el9
Fabio Valentini 1 year ago
parent ceab2c8e08
commit 0db3858374
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -25,3 +25,4 @@
/crossbeam-epoch-0.9.13.crate
/crossbeam-epoch-0.9.14.crate
/crossbeam-epoch-0.9.15.crate
/crossbeam-epoch-0.9.17.crate

@ -1,6 +1,6 @@
--- crossbeam-epoch-0.9.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-epoch-0.9.15/Cargo.toml 2023-06-23T21:55:27.918694+00:00
@@ -58,7 +58,6 @@
--- crossbeam-epoch-0.9.17/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-epoch-0.9.17/Cargo.toml 2023-12-27T20:28:23.715342+00:00
@@ -48,7 +48,6 @@
alloc = []
default = ["std"]
loom = [
@ -8,11 +8,11 @@
"crossbeam-utils/loom",
]
nightly = ["crossbeam-utils/nightly"]
@@ -67,7 +66,3 @@
@@ -57,7 +56,3 @@
"crossbeam-utils/std",
]
-[target."cfg(crossbeam_loom)".dependencies.loom-crate]
-version = "0.5"
-version = "0.7.1"
-optional = true
-package = "loom"

@ -1,6 +1,6 @@
--- crossbeam-epoch-0.9.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-epoch-0.9.15/Cargo.toml 2023-06-23T21:55:35.991725+00:00
@@ -57,9 +57,6 @@
--- crossbeam-epoch-0.9.17/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-epoch-0.9.17/Cargo.toml 2023-12-27T20:28:39.797416+00:00
@@ -47,9 +47,6 @@
[features]
alloc = []
default = ["std"]

@ -1,26 +1,24 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-epoch
Name: rust-crossbeam-epoch
Version: 0.9.15
Version: 0.9.17
Release: %autorelease
Summary: Epoch-based garbage collection
License: MIT OR Apache-2.0
URL: https://crates.io/crates/crossbeam-epoch
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
# Automatically generated patch to strip dependencies and normalize metadata
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
# * remove redundant clone() call to fix builds with Rust 1.73+
Patch: 0001-Remove-redundant-clone-call-to-fix-builds-with-Rust-.patch
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Epoch-based garbage collection.}
@ -92,7 +90,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (crossbeam-epoch-0.9.15.crate) = d9292c059ef1d156da52950137b2b3ea5eab66c4cc2f763d02078d0b0106980839ebed2ae2aec53e026ee7b3ddc37c4b51370d925ada1ad13d9981934daa7bde
SHA512 (crossbeam-epoch-0.9.17.crate) = 9bdeb0415ea26250547ed9f34a8dd4c17f9379e3c56f8f17315e48f9bf63ce1b79c37786ead0f4df026e31b0b5965d181c36839d891c14149529ac42b5cedea4

Loading…
Cancel
Save