Bump simplelog to 0.10

This commit is contained in:
Davide Cavalca 2021-07-06 15:53:40 -07:00
parent eacaf2d072
commit f07d690d96
2 changed files with 19 additions and 2 deletions

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

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

View File

@ -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 <dcavalca@fedoraproject.org> - 0.13.0-2
- Bump simplelog to 0.10
- Install missing doc
* Sun Mar 21 15:38:26 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.13.0-1
- Update to 0.13.0