diff --git a/.gitignore b/.gitignore index 73be244..6fe1d90 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /zoxide-0.4.1.crate /zoxide-0.4.3.crate /zoxide-0.5.0.crate +/zoxide-0.7.9.crate diff --git a/rust-zoxide.spec b/rust-zoxide.spec index ca07932..b24770b 100644 --- a/rust-zoxide.spec +++ b/rust-zoxide.spec @@ -1,28 +1,26 @@ -# Generated by rust2rpm 17 -%bcond_without check +# Generated by rust2rpm 18 +# The rstest dev-dependency has cyclic deps +%bcond_with check %global __cargo_skip_build 0 %global crate zoxide Name: rust-%{crate} -Version: 0.5.0 +Version: 0.7.9 Release: %autorelease -Summary: Faster way to navigate your filesystem +Summary: Smarter cd command for your terminal # Upstream license specification: MIT License: MIT URL: https://crates.io/crates/zoxide Source: %{crates_source} -# Initial patched metadata -# * Update dirs-next to 2, upstreamed -Patch0: zoxide-fix-metadata.diff ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %global _description %{expand: -Faster way to navigate your filesystem.} +Smarter cd command for your terminal.} %description %{_description} @@ -65,7 +63,7 @@ echo '/usr/bin/zsh' %if %{with check} %check -%cargo_test -- -- --skip shell::tests::test_pwsh --skip shell::tests::test_shfmt_bash --skip shell::tests::test_shfmt_posix +%cargo_test %endif %changelog diff --git a/sources b/sources index fe377cd..7f68d37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zoxide-0.5.0.crate) = eb3d3c329655f3065e9c7b7f5ffc2fd6452f89abf525313fef44493097836963ab7ed134fc33d7edf7d59bfe77cd4815158de6b507ea0319f30c0029b37243ab +SHA512 (zoxide-0.7.9.crate) = 5278051e5be515438ad3b965044b3bd22e9a73cc6393916496525f09b69020d3d241f5a6a127d3755b7f9a4750d2854af2f379ceda3a762b9bfdbce02c9ac842 diff --git a/zoxide-fix-metadata.diff b/zoxide-fix-metadata.diff deleted file mode 100644 index 1a7bc9b..0000000 --- a/zoxide-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- zoxide-0.5.0/Cargo.toml 2020-10-30T19:00:08+00:00 -+++ zoxide-0.5.0/Cargo.toml 2020-12-29T16:14:02.921459+00:00 -@@ -37,7 +37,7 @@ - version = "3.0.0-beta.2" - - [dependencies.dirs-next] --version = "1.0.2" -+version = "2.0.0" - - [dependencies.dunce] - version = "1.0.1"