public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-dua-cli] f45: Allow shlex version 2
@ 2026-09-01 13:12 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-01 13:12 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-dua-cli
Branch : f45
Commit : 32e6312b62c1ce69897b390fe73a971de361801b
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-31T08:12:50+01:00
Stats  : +16/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-dua-cli/c/32e6312b62c1ce69897b390fe73a971de361801b?branch=f45

Log:
Allow shlex version 2

---
diff --git a/dua-cli-fix-metadata.diff b/dua-cli-fix-metadata.diff
index cbfcd70..1e17b9a 100644
--- a/dua-cli-fix-metadata.diff
+++ b/dua-cli-fix-metadata.diff
@@ -1,15 +1,22 @@
 --- dua-cli-2.38.1/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ dua-cli-2.38.1/Cargo.toml	2026-07-23T14:18:12.980065+00:00
++++ dua-cli-2.38.1/Cargo.toml	2026-08-31T07:11:03.351609+00:00
 @@ -96,7 +96,7 @@
  version = "0.2.0"
  
  [dependencies.gix]
 -version = "0.83.0"
-+version = "0.85.0"
++version = ">=0.83.0, <0.87.0"
  features = [
      "excludes",
      "sha1",
-@@ -150,7 +150,7 @@
+@@ -144,13 +144,13 @@
+ features = ["derive"]
+ 
+ [dependencies.shlex]
+-version = "1.3.0"
++version = ">=1.3.0, <3.0.0"
+ 
+ [dependencies.toml]
  version = "0.8"
  
  [dependencies.trash]

diff --git a/rust-dua-cli.spec b/rust-dua-cli.spec
index 17049b2..42a9cc5 100644
--- a/rust-dua-cli.spec
+++ b/rust-dua-cli.spec
@@ -13,8 +13,9 @@ License:        MIT
 URL:            https://crates.io/crates/dua-cli
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
-# * bump gix dependency to 0.85
 # * relax trash dependency to >=3,<6
+# * allow shlex 2, gix 0.86:
+#   https://github.com/Byron/dua-cli/commit/86b5db8dd147e47a302845b346b9af17774b52fa
 Patch:          dua-cli-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 3373efa..5bff329 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,8 +1,11 @@
 [package]
 summary = "Tool to conveniently learn about the disk usage of directories"
 cargo-toml-patch-comments = [
-    "bump gix dependency to 0.85",
     "relax trash dependency to >=3,<6",
+    """\
+allow shlex 2, gix 0.86: \
+https://github.com/Byron/dua-cli/commit/86b5db8dd147e47a302845b346b9af17774b52fa\
+""",
 ]
 
 [tests]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-01 13:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01 13:12 [rpms/rust-dua-cli] f45: Allow shlex version 2 Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox