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-debouncer-mini] f45: Relax flume dependency
Date: Sat, 19 Sep 2026 06:49:50 GMT	[thread overview]
Message-ID: <178980059058.1.11471471422721586122.rpms-rust-notify-debouncer-mini-63c81c4361da@fedoraproject.org> (raw)

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",
 ]
 

                 reply	other threads:[~2026-09-19  6:49 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=178980059058.1.11471471422721586122.rpms-rust-notify-debouncer-mini-63c81c4361da@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