public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-lsd] f43: Allow both lscolors 0.20 and 0.21
@ 2026-08-14 20:27 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-08-14 20:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-lsd
Branch : f43
Commit : c6167397b8e55d0419958dbb37bca721c8c2d9b2
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-04-27T22:47:43+01:00
Stats : +5/-5 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-lsd/c/c6167397b8e55d0419958dbb37bca721c8c2d9b2?branch=f43
Log:
Allow both lscolors 0.20 and 0.21
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/lsd-fix-metadata-auto.diff b/lsd-fix-metadata-auto.diff
index f4eb30a..0abd425 100644
--- a/lsd-fix-metadata-auto.diff
+++ b/lsd-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
--- lsd-1.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ lsd-1.2.0/Cargo.toml 2026-04-27T16:33:25.467449+00:00
++++ lsd-1.2.0/Cargo.toml 2026-04-27T21:46:15.020391+00:00
@@ -154,17 +154,9 @@
[target."cfg(unix)".dependencies.xattr]
version = "1"
diff --git a/lsd-fix-metadata.diff b/lsd-fix-metadata.diff
index 3889744..6c2e974 100644
--- a/lsd-fix-metadata.diff
+++ b/lsd-fix-metadata.diff
@@ -1,5 +1,5 @@
--- lsd-1.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ lsd-1.2.0/Cargo.toml 2026-04-27T16:33:40.059004+00:00
++++ lsd-1.2.0/Cargo.toml 2026-04-27T21:46:31.044000+00:00
@@ -49,7 +49,7 @@
version = "0.2"
@@ -14,7 +14,7 @@
[dependencies.lscolors]
-version = "0.20.0"
-+version = "0.21.0"
++version = ">=0.20.0,<0.22.0"
[dependencies.once_cell]
version = "1.21"
diff --git a/rust-lsd.spec b/rust-lsd.spec
index a9a4de5..62511a9 100644
--- a/rust-lsd.spec
+++ b/rust-lsd.spec
@@ -15,7 +15,7 @@ Source: %{crates_source}
Patch: lsd-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * relax clap dependencies from 4.5.* to 4.5
-# * update lscolors from 0.20 to 0.21: https://github.com/lsd-rs/lsd/pull/1195
+# * allow both lscolors 0.20 and 0.21: https://github.com/lsd-rs/lsd/pull/1195
# * update uzers from 0.11.3 to 0.12: https://github.com/lsd-rs/lsd/pull/1208
# * update xdg from 2.5 to 3: https://github.com/lsd-rs/lsd/pull/1209
Patch: lsd-fix-metadata.diff
diff --git a/rust2rpm.toml b/rust2rpm.toml
index fc4b6f6..adfd6aa 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,7 +1,7 @@
[package]
cargo-toml-patch-comments = [
"relax clap dependencies from 4.5.* to 4.5",
- "update lscolors from 0.20 to 0.21: https://github.com/lsd-rs/lsd/pull/1195",
+ "allow both lscolors 0.20 and 0.21: https://github.com/lsd-rs/lsd/pull/1195",
"update uzers from 0.11.3 to 0.12: https://github.com/lsd-rs/lsd/pull/1208",
"update xdg from 2.5 to 3: https://github.com/lsd-rs/lsd/pull/1209",
]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-14 20:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-14 20:27 [rpms/rust-lsd] f43: Allow both lscolors 0.20 and 0.21 Michel Lind
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox