public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jonathan Steffan <jsteffan@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-notify] f45: Relax flume dependency
Date: Sat, 19 Sep 2026 06:51:27 GMT [thread overview]
Message-ID: <178980068777.1.6194278850276774407.rpms-rust-notify-878fd24b728a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-notify
Branch : f45
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=f45
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",
]
reply other threads:[~2026-09-19 6:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178980068777.1.6194278850276774407.rpms-rust-notify-878fd24b728a@fedoraproject.org \
--to=jsteffan@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox