From 66fe88f5dcdedb0efa9b6681d7eef2e9e8aa08e5 Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Nov 14 2021 18:14:03 +0000 Subject: Bump assert_cmd to 2 --- diff --git a/lsd-fix-metadata.diff b/lsd-fix-metadata.diff index 6b5624a..5161633 100644 --- a/lsd-fix-metadata.diff +++ b/lsd-fix-metadata.diff @@ -1,14 +1,20 @@ ---- lsd-0.20.1/Cargo.toml 2021-03-07T07:05:00+00:00 -+++ lsd-0.20.1/Cargo.toml 2021-03-17T16:39:19.281150+00:00 -@@ -74,7 +74,7 @@ +--- lsd-0.20.1/Cargo.toml 2021-03-07T07:05:00+00:00 ++++ lsd-0.20.1/Cargo.toml 2021-11-14T17:51:42.161839+00:00 +@@ -74,12 +74,12 @@ version = "2.0.*" - + [dependencies.xdg] -version = "2.1.*" -+version = "2.2.*" - ++version = "2.4.*" + [dependencies.yaml-rust] version = "0.4.*" + [dev-dependencies.assert_cmd] +-version = "1" ++version = "2" + + [dev-dependencies.assert_fs] + version = "1" @@ -102,6 +102,3 @@ sudo = [] [target."cfg(unix)".dependencies.users] diff --git a/rust-lsd.spec b/rust-lsd.spec index c7ea950..0a01e8d 100644 --- a/rust-lsd.spec +++ b/rust-lsd.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 18 %bcond_without check %global __cargo_skip_build 0 @@ -15,7 +15,8 @@ URL: https://crates.io/crates/lsd Source: %{crates_source} # Initial patched metadata # - Remove Windows only dependencies -# - Bump xdg to 2.2.0 +# - Bump xdg to 2.4.0 +# - Bump assert_cmd to 2 Patch0: lsd-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -40,7 +41,7 @@ License: ASL 2.0 and MIT %files -n %{crate} %license LICENSE -%doc CHANGELOG.md CODEOWNERS README.md +%doc doc README.md CHANGELOG.md %{_bindir}/lsd %prep