Regenerate with rust2rpm v26

epel10
Fabio Valentini 9 months ago
parent f906a466d6
commit 2b556d96ee
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,12 @@
--- flume-0.11.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ flume-0.11.0/Cargo.toml 2024-06-10T15:02:13.134717+00:00
@@ -66,9 +66,6 @@
"unstable",
]
-[dev-dependencies.criterion]
-version = "0.3.4"
-
[dev-dependencies.crossbeam-channel]
version = "0.5.5"

@ -1,13 +0,0 @@
diff -up flume-0.10.14/Cargo.toml.criterion flume-0.10.14/Cargo.toml
--- flume-0.10.14/Cargo.toml.criterion 1969-12-31 17:00:01.000000000 -0700
+++ flume-0.10.14/Cargo.toml 2022-10-19 08:48:19.949933517 -0600
@@ -69,9 +69,6 @@ features = [
"unstable",
]
-[dev-dependencies.criterion]
-version = "0.3.4"
-
[dev-dependencies.crossbeam-channel]
version = "0.5.5"

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -13,10 +13,11 @@ Summary: Blazingly fast multi-producer channel
License: Apache-2.0 OR MIT License: Apache-2.0 OR MIT
URL: https://crates.io/crates/flume URL: https://crates.io/crates/flume
Source: %{crates_source} Source: %{crates_source}
# Remove criterion dev dependency # Manually created patch for downstream crate metadata changes
Patch: rust-flume-criterion.patch # * drop unused, benchmark-only criterion dev-dependency
Patch: flume-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A blazingly fast multi-producer channel.} A blazingly fast multi-producer channel.}
@ -136,7 +137,7 @@ use the "spin" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,5 @@
[package]
cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
]
Loading…
Cancel
Save