From 0468d699e757ee1eece072325f4c5150eca1c370 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Dec 29 2020 16:15:23 +0000 Subject: Update to 0.5.0 Signed-off-by: Igor Raits --- diff --git a/.gitignore b/.gitignore index db00804..73be244 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /zoxide-0.4.0.crate /zoxide-0.4.1.crate /zoxide-0.4.3.crate +/zoxide-0.5.0.crate diff --git a/rust-zoxide.spec b/rust-zoxide.spec index fa8c1c8..91cc9ef 100644 --- a/rust-zoxide.spec +++ b/rust-zoxide.spec @@ -1,18 +1,21 @@ -# Generated by rust2rpm 15 +# Generated by rust2rpm 17 %bcond_without check %global __cargo_skip_build 0 %global crate zoxide Name: rust-%{crate} -Version: 0.4.3 -Release: 2%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: Faster way to navigate your filesystem # 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} @@ -59,6 +62,9 @@ Recommends: fzf %endif %changelog +* Tue Dec 29 17:14:03 CET 2020 Igor Raits - 0.5.0-1 +- Update to 0.5.0 (Fixes: RHBZ#1893357) + * Mon Dec 28 13:34:03 CET 2020 Igor Raits - 0.4.3-2 - Rebuild diff --git a/sources b/sources index f993995..fe377cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zoxide-0.4.3.crate) = 094db777e19f4e2880b95b259776cf206bed306554423f123f1171c5f5a99f716fd8619980b3e72572db0838a0fddc580dc6b3c9fd99398558ed895b931945ef +SHA512 (zoxide-0.5.0.crate) = eb3d3c329655f3065e9c7b7f5ffc2fd6452f89abf525313fef44493097836963ab7ed134fc33d7edf7d59bfe77cd4815158de6b507ea0319f30c0029b37243ab diff --git a/zoxide-fix-metadata.diff b/zoxide-fix-metadata.diff new file mode 100644 index 0000000..1a7bc9b --- /dev/null +++ b/zoxide-fix-metadata.diff @@ -0,0 +1,11 @@ +--- 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"