public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-notify-debouncer-mini] f45: Relax flume dependency
@ 2026-09-19 6:49 Jonathan Steffan
0 siblings, 0 replies; only message in thread
From: Jonathan Steffan @ 2026-09-19 6:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-notify-debouncer-mini
Branch : f45
Commit : 63c81c4361dacebeeaaf151de561ac8939a39a84
Author : Jonathan Steffan <jsteffan@fedoraproject.org>
Date : 2026-09-07T12:54:25-06:00
Stats : +13/-1 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-notify-debouncer-mini/c/63c81c4361dacebeeaaf151de561ac8939a39a84?branch=f45
Log:
Relax flume dependency
---
diff --git a/notify-debouncer-mini-fix-metadata.diff b/notify-debouncer-mini-fix-metadata.diff
index 8f028d9..7a962d8 100644
--- a/notify-debouncer-mini-fix-metadata.diff
+++ b/notify-debouncer-mini-fix-metadata.diff
@@ -1,5 +1,15 @@
--- notify-debouncer-mini-0.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ notify-debouncer-mini-0.7.0/Cargo.toml 2026-02-01T20:49:25.564146+00:00
++++ notify-debouncer-mini-0.7.0/Cargo.toml 2026-09-07T18:47:05.197508+00:00
+@@ -33,8 +33,8 @@
+ optional = true
+
+ [dependencies.flume]
+-version = "0.11.1"
++version = ">=0.11.1,<0.13"
+ optional = true
+
+ [dependencies.log]
+ version = "0.4.17"
@@ -53,12 +53,10 @@
"dep:crossbeam-channel",
"notify/crossbeam-channel",
diff --git a/rust-notify-debouncer-mini.spec b/rust-notify-debouncer-mini.spec
index dc88fed..c09548b 100644
--- a/rust-notify-debouncer-mini.spec
+++ b/rust-notify-debouncer-mini.spec
@@ -14,6 +14,7 @@ URL: https://crates.io/crates/notify-debouncer-mini
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * remove macOS-specific features
+# * relax flume version constraint
Patch: notify-debouncer-mini-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 074658e..b6dc455 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,6 @@
[package]
cargo-toml-patch-comments = [
"remove macOS-specific features",
+ "relax flume version constraint",
]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-19 6:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-19 6:49 [rpms/rust-notify-debouncer-mini] f45: Relax flume dependency Jonathan Steffan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox