Regenerate with rust2rpm v24

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

@ -1,29 +1,28 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate sharded-slab %global crate sharded-slab
Name: rust-%{crate} Name: rust-sharded-slab
Version: 0.1.4 Version: 0.1.4
Release: %autorelease Release: %autorelease
Summary: Lock-free concurrent slab Summary: Lock-free concurrent slab
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/sharded-slab URL: https://crates.io/crates/sharded-slab
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip foreign dependencies
Patch: sharded-slab-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency to speed up builds # * drop unused, benchmark-only criterion dev-dependency to speed up builds
# * drop unused loom dev-dependency # * drop unused loom dev-dependency
Patch0: sharded-slab-fix-metadata.diff Patch: sharded-slab-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Lock-free concurrent slab.} A lock-free concurrent slab.}
%description %{_description} %description %{_description}

@ -0,0 +1,12 @@
--- sharded-slab-0.1.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sharded-slab-0.1.4/Cargo.toml 2023-08-07T14:27:07.983771+00:00
@@ -43,9 +43,5 @@
[dev-dependencies.slab]
version = "0.4.2"
-[target."cfg(loom)".dependencies.loom]
-version = "0.5"
-features = ["checkpoint"]
-optional = true
[badges.maintenance]
status = "experimental"

@ -1,6 +1,6 @@
--- sharded-slab-0.1.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- sharded-slab-0.1.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sharded-slab-0.1.4/Cargo.toml 2022-05-04T11:25:08.424636+00:00 +++ sharded-slab-0.1.4/Cargo.toml 2023-08-07T14:27:25.637841+00:00
@@ -31,21 +31,11 @@ @@ -31,12 +31,6 @@
harness = false harness = false
[dependencies.lazy_static] [dependencies.lazy_static]
version = "1" version = "1"
@ -13,12 +13,3 @@
[dev-dependencies.proptest] [dev-dependencies.proptest]
version = "1" version = "1"
[dev-dependencies.slab]
version = "0.4.2"
-[target."cfg(loom)".dependencies.loom]
-version = "0.5"
-features = ["checkpoint"]
-optional = true
[badges.maintenance]
status = "experimental"

Loading…
Cancel
Save