public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-dua-cli] epel9: Allow shlex version 2
Date: Tue, 01 Sep 2026 13:11:39 GMT	[thread overview]
Message-ID: <178826829954.1.5341553721201527304.rpms-rust-dua-cli-32e6312b62c1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-dua-cli
Branch : epel9
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=epel9

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]

                 reply	other threads:[~2026-09-01 13:11 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=178826829954.1.5341553721201527304.rpms-rust-dua-cli-32e6312b62c1@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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