public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-gzp] f43: Relax flume dependency
Date: Fri, 28 Aug 2026 12:43:00 GMT	[thread overview]
Message-ID: <178792098087.1.5558180962166894175.rpms-rust-gzp-f4f729ab19ec@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-gzp
Branch : f43
Commit : f4f729ab19ec2a6ba083faa0573618cb7cf3e998
Author : Orion Poplawski <orion@nwra.com>
Date   : 2026-08-28T14:42:40+02:00
Stats  : +10/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gzp/c/f4f729ab19ec2a6ba083faa0573618cb7cf3e998?branch=f43

Log:
Relax flume dependency

---
diff --git a/gzp-fix-metadata.diff b/gzp-fix-metadata.diff
index 7df617f..5df754f 100644
--- a/gzp-fix-metadata.diff
+++ b/gzp-fix-metadata.diff
@@ -1,6 +1,6 @@
 --- gzp-2.0.2/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ gzp-2.0.2/Cargo.toml	2026-01-22T14:25:42.808299+00:00
-@@ -105,7 +105,7 @@
++++ gzp-2.0.2/Cargo.toml	2026-03-15T17:18:16.769689+00:00
+@@ -105,12 +105,12 @@
  version = "0.8.3"
  
  [dependencies.flate2]
@@ -9,6 +9,12 @@
  optional = true
  default-features = false
  
+ [dependencies.flume]
+-version = "0.11.1"
++version = ">=0.11.1,<0.13"
+ 
+ [dependencies.libdeflater]
+ version = "1.24.0"
 @@ -136,13 +136,10 @@
  optional = true
  

diff --git a/rust-gzp.spec b/rust-gzp.spec
index 2f5684d..221f37c 100644
--- a/rust-gzp.spec
+++ b/rust-gzp.spec
@@ -15,6 +15,7 @@ URL:            https://crates.io/crates/gzp
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * Remove criterion dev dependency
+# * Update various dependencies
 Patch:          gzp-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 4239065..897d6b6 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +1,7 @@
 [package]
 cargo-toml-patch-comments = [
     "Remove criterion dev dependency",
+    "Update various dependencies",
 ]
 
 [features]

                 reply	other threads:[~2026-08-28 12:43 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=178792098087.1.5558180962166894175.rpms-rust-gzp-f4f729ab19ec@fedoraproject.org \
    --to=orion@nwra.com \
    --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