public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-dua-cli] f44: Update to version 2.38.1; Fixes RHBZ#2489314
Date: Thu, 23 Jul 2026 14:37:34 GMT	[thread overview]
Message-ID: <178481745410.1.11644389425371335442.rpms-rust-dua-cli-d20e510c0335@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-dua-cli
Branch : f44
Commit : d20e510c0335f7c79718464bec24dedda5c4d55e
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-23T16:23:26+02:00
Stats  : +33/-29 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-dua-cli/c/d20e510c0335f7c79718464bec24dedda5c4d55e?branch=f44

Log:
Update to version 2.38.1; Fixes RHBZ#2489314

---
diff --git a/.gitignore b/.gitignore
index 06f34d8..5b30098 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /dua-cli-2.30.1.crate
 /dua-cli-2.32.2.crate
 /dua-cli-2.34.0.crate
+/dua-cli-2.38.1.crate

diff --git a/dua-cli-fix-metadata.diff b/dua-cli-fix-metadata.diff
index 6767b7b..cbfcd70 100644
--- a/dua-cli-fix-metadata.diff
+++ b/dua-cli-fix-metadata.diff
@@ -1,19 +1,15 @@
---- dua-cli-2.34.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ dua-cli-2.34.0/Cargo.toml	2026-05-18T19:12:32.420025+00:00
-@@ -96,10 +96,10 @@
+--- 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
+@@ -96,7 +96,7 @@
  version = "0.2.0"
  
- [dependencies.gix-glob]
--version = "0.22.1"
-+version = "0.26.0"
- 
- [dependencies.gix-path]
--version = "0.10.10"
-+version = "0.12.0"
- 
- [dependencies.human_format]
- version = "1.0.3"
-@@ -147,7 +147,7 @@
+ [dependencies.gix]
+-version = "0.83.0"
++version = "0.85.0"
+ features = [
+     "excludes",
+     "sha1",
+@@ -150,7 +150,7 @@
  version = "0.8"
  
  [dependencies.trash]

diff --git a/rust-dua-cli.spec b/rust-dua-cli.spec
index 9efc943..17049b2 100644
--- a/rust-dua-cli.spec
+++ b/rust-dua-cli.spec
@@ -5,7 +5,7 @@
 %global crate dua-cli
 
 Name:           rust-dua-cli
-Version:        2.34.0
+Version:        2.38.1
 Release:        %autorelease
 Summary:        Tool to conveniently learn about the disk usage of directories
 
@@ -13,10 +13,8 @@ License:        MIT
 URL:            https://crates.io/crates/dua-cli
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
-# * bump gix-glob dependency to 0.26
-# * bump gix-path dependency to 0.12
+# * bump gix dependency to 0.85
 # * relax trash dependency to >=3,<6
-# * drop atty dependency to use stdlib instead
 Patch:          dua-cli-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
@@ -28,24 +26,33 @@ A tool to conveniently learn about the disk usage of directories, fast!.}
 
 %package     -n %{crate}
 Summary:        %{summary}
+# (MIT OR Apache-2.0) AND Unicode-3.0
 # 0BSD OR MIT OR Apache-2.0
+# Apache-2.0
 # Apache-2.0 OR BSL-1.0
 # Apache-2.0 OR MIT
+# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
 # MIT
 # MIT OR Apache-2.0
+# MIT OR Apache-2.0 OR Zlib
 # MIT OR Zlib OR Apache-2.0
+# MPL-2.0
 # Unicode-3.0
 # Unlicense OR MIT
 # Zlib
+# Zlib OR Apache-2.0 OR MIT
 License:        %{shrink:
-    MIT AND
-    Unicode-3.0 AND
-    (0BSD OR MIT OR Apache-2.0) AND
-    (Apache-2.0 OR BSL-1.0) AND
-    (Apache-2.0 OR MIT) AND
-    (MIT OR Zlib OR Apache-2.0) AND
-    (Unlicense OR MIT) AND
-    Zlib
+    MIT
+    AND Apache-2.0
+    AND MPL-2.0
+    AND Unicode-3.0
+    AND (0BSD OR MIT OR Apache-2.0)
+    AND (Apache-2.0 OR BSL-1.0)
+    AND (Apache-2.0 OR MIT)
+    AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT)
+    AND (MIT OR Apache-2.0 OR Zlib)
+    AND (Unlicense OR MIT)
+    AND Zlib
 }
 # LICENSE.dependencies contains a full license breakdown
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
index cf09272..3373efa 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,11 +1,11 @@
 [package]
 summary = "Tool to conveniently learn about the disk usage of directories"
 cargo-toml-patch-comments = [
-    "bump gix-glob dependency to 0.26",
-    "bump gix-path dependency to 0.12",
+    "bump gix dependency to 0.85",
     "relax trash dependency to >=3,<6",
 ]
 
 [tests]
 run = false
 comments = ["neither test files nor test code is included in published crates"]
+

diff --git a/sources b/sources
index 5773df0..d6c977e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dua-cli-2.34.0.crate) = ab507e86b81d832d778beda4177307dc865b453487b0d0abb0afcd59584db7e32238600af474bde8cb9272c688d3fef5eb765f561a8f69e3ccc006a71b3a5c6f
+SHA512 (dua-cli-2.38.1.crate) = eb169c8ab55ebc90c7730aedeb594f10aced6b9dd6f1b8eb041f7d628ebca101ddfe953bf6f0dca7942108efefb4c212d61326c5ff11614633ac419cc0cd485a

                 reply	other threads:[~2026-07-23 14:37 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=178481745410.1.11644389425371335442.rpms-rust-dua-cli-d20e510c0335@fedoraproject.org \
    --to=decathorpe@gmail.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