Update shell-words to 1

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 16e0ca726b
commit cc72bbd093
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

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

@ -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 <ignatenkobrain@fedoraproject.org> - 0.1.1-2
- Update shell-words to 1
* Sat May 02 10:50:26 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.1-1
- Initial package

Loading…
Cancel
Save