From cc72bbd093464153a5b0b4f52cf3a21138e99912 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 30 May 2020 08:02:24 +0200 Subject: [PATCH] Update shell-words to 1 Signed-off-by: Igor Raits --- git-delta-fix-metadata.diff | 11 ++++++++++- rust-git-delta.spec | 9 ++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/git-delta-fix-metadata.diff b/git-delta-fix-metadata.diff index d3c1947..7611812 100644 --- a/git-delta-fix-metadata.diff +++ b/git-delta-fix-metadata.diff @@ -1,5 +1,5 @@ --- git-delta-0.1.1/Cargo.toml 2020-04-27T00:06:03+00:00 -+++ git-delta-0.1.1/Cargo.toml 2020-05-02T08:50:26.849017+00:00 ++++ git-delta-0.1.1/Cargo.toml 2020-05-30T06:01:44.930383+00:00 @@ -39,7 +39,7 @@ version = "0.1.2" @@ -9,3 +9,12 @@ [dependencies.dirs] version = "2.0" +@@ -59,7 +59,7 @@ + version = "1.2.1" + + [dependencies.shell-words] +-version = "0.1.0" ++version = "1.0.0" + + [dependencies.structopt] + version = "0.2.18" diff --git a/rust-git-delta.spec b/rust-git-delta.spec index eb16cad..571558a 100644 --- a/rust-git-delta.spec +++ b/rust-git-delta.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 15 %bcond_without check %global __cargo_skip_build 0 @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Syntax-highlighting pager for git # Upstream license specification: MIT @@ -15,6 +15,7 @@ URL: https://crates.io/crates/git-delta Source: %{crates_source} # Initial patched metadata # * Update console to 0.11, https://github.com/dandavison/delta/pull/143 +# * Update shell-words to 1, https://github.com/dandavison/delta/pull/182 Patch0: git-delta-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -28,7 +29,6 @@ Syntax-highlighting pager for git.} %package -n %{crate} Summary: %{summary} -# Install all deps (without check), grab their licenses and make it simple # * ASL 2.0 # * ASL 2.0 or Boost # * ASL 2.0 or MIT @@ -72,5 +72,8 @@ install -Dpm0644 completion/bash/completion.sh \ %endif %changelog +* Sat May 30 08:01:45 CEST 2020 Igor Raits - 0.1.1-2 +- Update shell-words to 1 + * Sat May 02 10:50:26 CEST 2020 Igor Raits - 0.1.1-1 - Initial package