public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-notify] f44: Relax flume dependency
@ 2026-09-19 6:51 Jonathan Steffan
0 siblings, 0 replies; only message in thread
From: Jonathan Steffan @ 2026-09-19 6:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-notify
Branch : f44
Commit : 878fd24b728a5bb81c04b2fc7e7b4a286f864c1e
Author : Jonathan Steffan <jsteffan@fedoraproject.org>
Date : 2026-09-07T12:54:15-06:00
Stats : +14/-1 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-notify/c/878fd24b728a5bb81c04b2fc7e7b4a286f864c1e?branch=f44
Log:
Relax flume dependency
---
diff --git a/notify-fix-metadata.diff b/notify-fix-metadata.diff
index 7f9e495..ccc8543 100644
--- a/notify-fix-metadata.diff
+++ b/notify-fix-metadata.diff
@@ -1,5 +1,16 @@
--- notify-8.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ notify-8.2.0/Cargo.toml 2025-08-10T14:26:24.572419+00:00
++++ notify-8.2.0/Cargo.toml 2026-09-07T18:47:05.197508+00:00
+@@ -37,9 +37,9 @@
+ version = "0.5.0"
+ optional = true
+
+ [dependencies.flume]
+-version = "0.11.1"
++version = ">=0.11.1,<0.13"
+ optional = true
+
+ [dependencies.libc]
+ version = "0.2.4"
@@ -66,11 +66,7 @@
version = "3.10.0"
diff --git a/rust-notify.spec b/rust-notify.spec
index 0d34fee..23dbc03 100644
--- a/rust-notify.spec
+++ b/rust-notify.spec
@@ -16,6 +16,7 @@ Source: %{crates_source}
Patch: notify-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * remove macOS-specific features
+# * relax flume version constraint
Patch: notify-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:51 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:51 [rpms/rust-notify] f44: 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