diff --git a/rust-tealdeer.spec b/rust-tealdeer.spec index 20df6be..86bc97b 100644 --- a/rust-tealdeer.spec +++ b/rust-tealdeer.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 16 %bcond_without check %global __cargo_skip_build 0 @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fetch and show tldr help pages for many CLI commands # Upstream license specification: MIT/Apache-2.0 @@ -16,6 +16,7 @@ Source: %{crates_source} # Initial patched metadata # * keep using app_dirs instead of app_dirs2 fork # * relax exact remove_dir_all dependency +# * bump pager from 0.15 to 0.16 Patch0: tealdeer-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -74,6 +75,9 @@ install -Dpm0644 fish_tealdeer %{buildroot}%{_datadir}/fish/vendor_completions.d %endif %changelog +* Tue Dec 15 2020 Fabio Valentini - 1.4.1-2 +- Bump to pager 0.16. + * Tue Oct 20 2020 Fabio Valentini - 1.4.1-1 - Update to version 1.4.1. diff --git a/tealdeer-fix-metadata.diff b/tealdeer-fix-metadata.diff index 1567985..bb8c964 100644 --- a/tealdeer-fix-metadata.diff +++ b/tealdeer-fix-metadata.diff @@ -1,5 +1,5 @@ --- tealdeer-1.4.1/Cargo.toml 2020-09-04T10:27:41+00:00 -+++ tealdeer-1.4.1/Cargo.toml 2020-10-20T16:00:32.570947+00:00 ++++ tealdeer-1.4.1/Cargo.toml 2020-12-15T21:23:58.583788+00:00 @@ -31,8 +31,7 @@ version = "0.12.0" @@ -19,3 +19,9 @@ [dev-dependencies.tempfile] version = "3.1.0" +@@ -93,4 +92,4 @@ + [features] + logging = ["env_logger"] + [target."cfg(not(windows))".dependencies.pager] +-version = "0.15" ++version = "0.16"