Update to version 2.1.0; Fixes RHBZ#2297900

epel10
Fabio Valentini 6 months ago
parent 9f25c8f5a9
commit 964c2839b8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/sdd-0.2.0.crate /sdd-0.2.0.crate
/sdd-2.1.0.crate

@ -1,23 +1,26 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 26
# * missing dev-dependencies: loom ^0.7 %bcond_without check
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate sdd %global crate sdd
Name: rust-sdd Name: rust-sdd
Version: 0.2.0 Version: 2.1.0
Release: %autorelease Release: %autorelease
Summary: Scalable lock-free memory reclaimer Summary: Containers and utilities for concurrent and asynchronous programming
License: Apache-2.0 License: Apache-2.0
URL: https://crates.io/crates/sdd URL: https://crates.io/crates/sdd
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency
# * drop unused, optional dependency for loom perturbation testing
Patch: sdd-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Scalable lock-free memory reclaimer.} Scalable lock-free delayed memory reclaimer.}
%description %{_description} %description %{_description}

@ -1,4 +1,7 @@
[tests] [package]
run = ["none"] summary = "Containers and utilities for concurrent and asynchronous programming"
comments = ["missing dev-dependencies: loom ^0.7"] cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
"drop unused, optional dependency for loom perturbation testing",
]

@ -0,0 +1,19 @@
--- sdd-2.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sdd-2.1.0/Cargo.toml 2024-08-02T18:44:11.113288+00:00
@@ -33,16 +33,5 @@
license = "Apache-2.0"
repository = "https://github.com/wvwwvwwv/scalable-delayed-dealloc/"
-[[bench]]
-name = "ebr"
-harness = false
-
-[dependencies.loom]
-version = "0.7"
-optional = true
-
-[dev-dependencies.criterion]
-version = "0.5"
-
[dev-dependencies.static_assertions]
version = "1.1"

@ -1 +1 @@
SHA512 (sdd-0.2.0.crate) = 851040ba93361673ffc193aef83b0b467f46d1c1d8df2230fcb8a31fa1b0264db95a7df78f4e61f53a2fa9d77547eac450e711247b1cef9490ebe8d1bdb14d55 SHA512 (sdd-2.1.0.crate) = 58a86a837d2af2be43a4a4adc03d3de3a43f42d25dd685cb334ab53cbcc40a4f159c9266bb37d95a1676da334d8a58bf6cc2153fb09675b1fc27f25ee5a0b655

Loading…
Cancel
Save