Update to 0.7.9 Close: rhbz#1947669

epel9
Robert-André Mauchin 3 years ago
parent ef8996ce8d
commit 4c375b3e2b

1
.gitignore vendored

@ -2,3 +2,4 @@
/zoxide-0.4.1.crate /zoxide-0.4.1.crate
/zoxide-0.4.3.crate /zoxide-0.4.3.crate
/zoxide-0.5.0.crate /zoxide-0.5.0.crate
/zoxide-0.7.9.crate

@ -1,28 +1,26 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 18
%bcond_without check # The rstest dev-dependency has cyclic deps
%bcond_with check
%global __cargo_skip_build 0 %global __cargo_skip_build 0
%global crate zoxide %global crate zoxide
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.0 Version: 0.7.9
Release: %autorelease Release: %autorelease
Summary: Faster way to navigate your filesystem Summary: Smarter cd command for your terminal
# Upstream license specification: MIT # Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/zoxide URL: https://crates.io/crates/zoxide
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Update dirs-next to 2, upstreamed
Patch0: zoxide-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Faster way to navigate your filesystem.} Smarter cd command for your terminal.}
%description %{_description} %description %{_description}
@ -65,7 +63,7 @@ echo '/usr/bin/zsh'
%if %{with check} %if %{with check}
%check %check
%cargo_test -- -- --skip shell::tests::test_pwsh --skip shell::tests::test_shfmt_bash --skip shell::tests::test_shfmt_posix %cargo_test
%endif %endif
%changelog %changelog

@ -1 +1 @@
SHA512 (zoxide-0.5.0.crate) = eb3d3c329655f3065e9c7b7f5ffc2fd6452f89abf525313fef44493097836963ab7ed134fc33d7edf7d59bfe77cd4815158de6b507ea0319f30c0029b37243ab SHA512 (zoxide-0.7.9.crate) = 5278051e5be515438ad3b965044b3bd22e9a73cc6393916496525f09b69020d3d241f5a6a127d3755b7f9a4750d2854af2f379ceda3a762b9bfdbce02c9ac842

@ -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"
Loading…
Cancel
Save