Update to version 0.9.2; Fixes RHBZ#2196024

epel9 imports/e9/rust-zoxide-0.9.2-1.el9
Fabio Valentini 1 year ago
parent bbb1f8e208
commit 9eb58af772
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/zoxide-0.8.2.crate /zoxide-0.8.2.crate
/zoxide-0.8.3.crate /zoxide-0.8.3.crate
/zoxide-0.9.0.crate /zoxide-0.9.0.crate
/zoxide-0.9.2.crate

@ -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

@ -1 +1 @@
SHA512 (zoxide-0.9.0.crate) = 916db51fcef2a605e7dc942a6f534c5588af0c24fd278e5053da8ba2e48945f123b950dbb8fabc470fbd33dc109cccfa83a50ea012618983dac7634790456939 SHA512 (zoxide-0.9.2.crate) = 65ec2899a84bce50e776c68a8721a3d4ebd52b37069460e0088e9114a61914119c31283bf6e73e973c3b497650b3802b3752897e773f29adfea9742246745229

@ -1,6 +1,6 @@
--- zoxide-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- zoxide-0.9.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zoxide-0.9.0/Cargo.toml 2023-08-08T11:21:10.317749+00:00 +++ zoxide-0.9.2/Cargo.toml 2023-08-17T14:18:47.019882+00:00
@@ -147,8 +147,5 @@ @@ -159,8 +159,5 @@
] ]
default-features = false default-features = false

@ -1,6 +1,6 @@
--- zoxide-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- zoxide-0.9.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zoxide-0.9.0/Cargo.toml 2023-08-08T11:21:29.269742+00:00 +++ zoxide-0.9.2/Cargo.toml 2023-08-17T14:41:11.350575+00:00
@@ -76,14 +76,12 @@ @@ -82,8 +82,6 @@
[profile.release] [profile.release]
lto = true lto = true
codegen-units = 1 codegen-units = 1
@ -9,10 +9,3 @@
[dependencies.anyhow] [dependencies.anyhow]
version = "1.0.32" version = "1.0.32"
[dependencies.askama]
-version = "0.11.0"
+version = "0.12.0"
default-features = false
[dependencies.bincode]

Loading…
Cancel
Save