diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-09-04 09:12:53 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-09-04 09:12:53 +0000 |
commit | 8941e0ddfbecbc0bc759ddc8fa86ddd570a7d055 (patch) | |
tree | e4ebd9f634f7b71a4503ef99cef9897b219dee53 | |
parent | 59408ad08f1d579ae4b6871c9dd2a29174d2c648 (diff) |
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | eza-fix-metadata-auto.diff | 8 | ||||
-rw-r--r-- | rust-eza.spec | 4 | ||||
-rw-r--r-- | sources | 4 |
4 files changed, 10 insertions, 8 deletions
@@ -4,3 +4,5 @@ /eza-0.21.3.crate /eza-0.21.6-vendor.tar.xz /eza-0.21.6.crate +/eza-0.23.1-vendor.tar.xz +/eza-0.23.1.crate diff --git a/eza-fix-metadata-auto.diff b/eza-fix-metadata-auto.diff index b6f77d4..6e2dbc4 100644 --- a/eza-fix-metadata-auto.diff +++ b/eza-fix-metadata-auto.diff @@ -1,11 +1,11 @@ ---- eza-0.21.6/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ eza-0.21.6/Cargo.toml 2025-07-03T08:29:08.561911+00:00 -@@ -228,12 +228,6 @@ +--- eza-0.23.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ eza-0.23.1/Cargo.toml 2025-09-04T09:12:03.036600+00:00 +@@ -225,12 +225,6 @@ [target.'cfg(target_os = "linux")'.dependencies.proc-mounts] version = "0.3" -[target.'cfg(target_os = "windows")'.dependencies.windows-sys] --version = "0.59.0" +-version = "0.60.2" -features = [ - "Win32_System_Console", - "Win32_Foundation", diff --git a/rust-eza.spec b/rust-eza.spec index cef6a25..4d53d86 100644 --- a/rust-eza.spec +++ b/rust-eza.spec @@ -8,14 +8,14 @@ %global crate eza Name: rust-eza -Version: 0.21.6 +Version: 0.23.1 Release: %autorelease Summary: Modern replacement for ls License: EUPL-1.2 URL: https://crates.io/crates/eza Source: %{crates_source} -Source: eza-0.21.6-vendor.tar.xz +Source: eza-0.23.1-vendor.tar.xz # Automatically generated patch to strip dependencies and normalize metadata Patch: eza-fix-metadata-auto.diff @@ -1,2 +1,2 @@ -e6f667931e5c74ec2e1bc58841990b42 eza-0.21.6-vendor.tar.xz -90af2cf21b11f183254728ec727e74f4 eza-0.21.6.crate +a087d2388263561dce6ce9eaa9012253 eza-0.23.1-vendor.tar.xz +2813c50d5901da86b27add0d0bde0aea eza-0.23.1.crate |