Update to 0.11.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2021-01-10 20:06:10 +01:00
parent 33b855ea62
commit 52b657200c
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E
2 changed files with 18 additions and 1 deletions

11
gitui-fix-metadata.diff Normal file
View File

@ -0,0 +1,11 @@
--- gitui-0.11.0/Cargo.toml 2020-12-21T11:42:18+00:00
+++ gitui-0.11.0/Cargo.toml 2021-01-10T19:05:32.523640+00:00
@@ -92,7 +92,7 @@
version = "0.13"
[dependencies.tui]
-version = "0.13"
+version = "0.14"
features = ["crossterm", "serde"]
default-features = false

View File

@ -6,13 +6,16 @@
Name: rust-%{crate}
Version: 0.11.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Blazing fast terminal-ui for git
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/gitui
Source: %{crates_source}
# Initial patched metadata
# * Update tui to 0.14, https://github.com/extrawurst/gitui/commit/2481be7a8706c491fca3cc2dfaae5a42ef9b48ac
Patch0: gitui-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -59,6 +62,9 @@ License: MIT and ASL 2.0 and BSD
%endif
%changelog
* Sun Jan 10 20:05:32 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.11.0-1
- Update tui to 0.14
* Tue Dec 29 14:21:55 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.11.0-2
- Rebuild against libgit2 1.1.x