public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gzp] f44: Relax flume dependency
@ 2026-08-28 12:29 Orion Poplawski
0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-08-28 12:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-gzp
Branch : f44
Commit : 4e8d22654d641604722d973bdbc2b5677fc20855
Author : Orion Poplawski <orion@nwra.com>
Date : 2026-03-15T11:29:16-06:00
Stats : +10/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gzp/c/4e8d22654d641604722d973bdbc2b5677fc20855?branch=f44
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]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 12:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 12:29 [rpms/rust-gzp] f44: Relax flume dependency Orion Poplawski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox