|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# * missing dev-dependencies: rstest ^0.16, rstest_reuse ^0.4
|
|
|
|
# * missing dev-dependencies: rstest ^0.18, rstest-reuse ^0.6
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
|
|
|
|
|
|
|
|
%global crate zoxide
|
|
|
|
%global crate zoxide
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-zoxide
|
|
|
|
Name: rust-zoxide
|
|
|
|
Version: 0.9.0
|
|
|
|
Version: 0.9.2
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Smarter cd command for your terminal
|
|
|
|
Summary: Smarter cd command for your terminal
|
|
|
|
|
|
|
|
|
|
|
@ -15,7 +15,6 @@ Source: %{crates_source}
|
|
|
|
# Automatically generated patch to strip foreign dependencies
|
|
|
|
# Automatically generated patch to strip foreign dependencies
|
|
|
|
Patch: zoxide-fix-metadata-auto.diff
|
|
|
|
Patch: zoxide-fix-metadata-auto.diff
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
# * bump askama dependency from 0.11 to 0.12
|
|
|
|
|
|
|
|
# * drop incompatible compiler flag settings (strip = true, debug = 0)
|
|
|
|
# * drop incompatible compiler flag settings (strip = true, debug = 0)
|
|
|
|
Patch: zoxide-fix-metadata.diff
|
|
|
|
Patch: zoxide-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
@ -33,7 +32,8 @@ Summary: %{summary}
|
|
|
|
# CC0-1.0 OR MIT-0 OR Apache-2.0
|
|
|
|
# CC0-1.0 OR MIT-0 OR Apache-2.0
|
|
|
|
# MIT
|
|
|
|
# MIT
|
|
|
|
# MIT OR Apache-2.0
|
|
|
|
# MIT OR Apache-2.0
|
|
|
|
License: MIT AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (CC0-1.0 OR MIT-0 OR Apache-2.0)
|
|
|
|
# MPL-2.0
|
|
|
|
|
|
|
|
License: MIT AND MPL-2.0 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (CC0-1.0 OR MIT-0 OR Apache-2.0)
|
|
|
|
# LICENSE.dependencies contains a full license breakdown
|
|
|
|
# LICENSE.dependencies contains a full license breakdown
|
|
|
|
|
|
|
|
|
|
|
|
# recommend fuzzy finder for interactive completions
|
|
|
|
# recommend fuzzy finder for interactive completions
|
|
|
|