From 9eb58af772e8c74d4025142199b336a84634cb29 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 13 Sep 2023 14:21:48 +0200 Subject: [PATCH] Update to version 0.9.2; Fixes RHBZ#2196024 --- .gitignore | 1 + rust-zoxide.spec | 8 ++++---- sources | 2 +- zoxide-fix-metadata-auto.diff | 6 +++--- zoxide-fix-metadata.diff | 13 +++---------- 5 files changed, 12 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 845a05f..c14f9f2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /zoxide-0.8.2.crate /zoxide-0.8.3.crate /zoxide-0.9.0.crate +/zoxide-0.9.2.crate diff --git a/rust-zoxide.spec b/rust-zoxide.spec index 87894c0..8ff58de 100644 --- a/rust-zoxide.spec +++ b/rust-zoxide.spec @@ -1,11 +1,11 @@ # 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 %global crate zoxide Name: rust-zoxide -Version: 0.9.0 +Version: 0.9.2 Release: %autorelease Summary: Smarter cd command for your terminal @@ -15,7 +15,6 @@ Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: zoxide-fix-metadata-auto.diff # 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) Patch: zoxide-fix-metadata.diff @@ -33,7 +32,8 @@ Summary: %{summary} # CC0-1.0 OR MIT-0 OR Apache-2.0 # MIT # 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 # recommend fuzzy finder for interactive completions diff --git a/sources b/sources index 4bfeadc..7ccfccf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zoxide-0.9.0.crate) = 916db51fcef2a605e7dc942a6f534c5588af0c24fd278e5053da8ba2e48945f123b950dbb8fabc470fbd33dc109cccfa83a50ea012618983dac7634790456939 +SHA512 (zoxide-0.9.2.crate) = 65ec2899a84bce50e776c68a8721a3d4ebd52b37069460e0088e9114a61914119c31283bf6e73e973c3b497650b3802b3752897e773f29adfea9742246745229 diff --git a/zoxide-fix-metadata-auto.diff b/zoxide-fix-metadata-auto.diff index 93d66d8..89631af 100644 --- a/zoxide-fix-metadata-auto.diff +++ b/zoxide-fix-metadata-auto.diff @@ -1,6 +1,6 @@ ---- zoxide-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ zoxide-0.9.0/Cargo.toml 2023-08-08T11:21:10.317749+00:00 -@@ -147,8 +147,5 @@ +--- zoxide-0.9.2/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ zoxide-0.9.2/Cargo.toml 2023-08-17T14:18:47.019882+00:00 +@@ -159,8 +159,5 @@ ] default-features = false diff --git a/zoxide-fix-metadata.diff b/zoxide-fix-metadata.diff index 281d213..cfa71a4 100644 --- a/zoxide-fix-metadata.diff +++ b/zoxide-fix-metadata.diff @@ -1,6 +1,6 @@ ---- zoxide-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ zoxide-0.9.0/Cargo.toml 2023-08-08T11:21:29.269742+00:00 -@@ -76,14 +76,12 @@ +--- zoxide-0.9.2/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ zoxide-0.9.2/Cargo.toml 2023-08-17T14:41:11.350575+00:00 +@@ -82,8 +82,6 @@ [profile.release] lto = true codegen-units = 1 @@ -9,10 +9,3 @@ [dependencies.anyhow] version = "1.0.32" - - [dependencies.askama] --version = "0.11.0" -+version = "0.12.0" - default-features = false - - [dependencies.bincode]