public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-freedesktop-icons] epel10: Allow dirs 6
@ 2026-09-25 10:12 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-25 10:12 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-freedesktop-icons
Branch : epel10
Commit : a7b69f80ccc402ecc326cf4f29370d25b2a577b3
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2025-11-23T10:45:44+00:00
Stats : +16/-1 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-freedesktop-icons/c/a7b69f80ccc402ecc326cf4f29370d25b2a577b3?branch=epel10
Log:
Allow dirs 6
---
diff --git a/freedesktop-icons-fix-metadata.diff b/freedesktop-icons-fix-metadata.diff
index 6e27692..2b1011b 100644
--- a/freedesktop-icons-fix-metadata.diff
+++ b/freedesktop-icons-fix-metadata.diff
@@ -1,5 +1,14 @@
--- freedesktop-icons-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ freedesktop-icons-0.4.0/Cargo.toml 2025-04-24T18:45:23.539336+00:00
++++ freedesktop-icons-0.4.0/Cargo.toml 2025-11-23T10:45:38.009051+00:00
+@@ -47,7 +47,7 @@
+ path = "benches/tests.rs"
+
+ [dependencies.dirs]
+-version = "5.0.1"
++version = ">=5.0.1, <7.0.0"
+
+ [dependencies.ini_core]
+ version = "0.2.0"
@@ -64,9 +64,6 @@
[dependencies.xdg]
version = "2.5.2"
diff --git a/rust-freedesktop-icons.spec b/rust-freedesktop-icons.spec
index 4c0368a..cdf22a4 100644
--- a/rust-freedesktop-icons.spec
+++ b/rust-freedesktop-icons.spec
@@ -14,6 +14,8 @@ URL: https://crates.io/crates/freedesktop-icons
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * Drop unneeded criterion dependency
+# * Allow dirs 6; see “Update dirs dependency to version 6”,
+# https://github.com/oknozor/freedesktop-icons/pull/29
Patch: freedesktop-icons-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 0e9f529..b964d0f 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +1,10 @@
[package]
cargo-toml-patch-comments = [
"Drop unneeded criterion dependency",
+ """\
+ Allow dirs 6; see “Update dirs dependency to version 6”, \
+ https://github.com/oknozor/freedesktop-icons/pull/29\
+ """,
]
[tests]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 10:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 10:12 [rpms/rust-freedesktop-icons] epel10: Allow dirs 6 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