diff --git a/gitui-fix-metadata.diff b/gitui-fix-metadata.diff new file mode 100644 index 0000000..df3f013 --- /dev/null +++ b/gitui-fix-metadata.diff @@ -0,0 +1,11 @@ +--- gitui-0.13.0/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ gitui-0.13.0/Cargo.toml 2021-07-06T22:50:52.492445+00:00 +@@ -85,7 +85,7 @@ + version = "1.0" + + [dependencies.simplelog] +-version = "0.9" ++version = "0.10" + default-features = false + + [dependencies.textwrap] diff --git a/rust-gitui.spec b/rust-gitui.spec index d17731a..87b8f1e 100644 --- a/rust-gitui.spec +++ b/rust-gitui.spec @@ -6,13 +6,15 @@ Name: rust-%{crate} Version: 0.13.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Blazing fast terminal-ui for git # Upstream license specification: MIT License: MIT URL: https://crates.io/crates/gitui Source: %{crates_source} +# Bump simplelog to 0.10 +Patch0: gitui-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -37,7 +39,7 @@ License: MIT and ASL 2.0 and BSD %files -n %{crate} %license LICENSE.md -%doc README.md THEMES.md CHANGELOG.md +%doc THEMES.md README.md KEY_CONFIG.md CHANGELOG.md %{_bindir}/gitui %prep @@ -59,6 +61,10 @@ License: MIT and ASL 2.0 and BSD %endif %changelog +* Tue Jul 06 2021 Davide Cavalca - 0.13.0-2 +- Bump simplelog to 0.10 +- Install missing doc + * Sun Mar 21 15:38:26 CET 2021 Igor Raits - 0.13.0-1 - Update to 0.13.0