From cd34ed4d14042cbd3d857cf2961e81f6d36c02f25dc77f5bb2402dbf51b93045 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 6 Feb 2023 07:20:57 +0000 Subject: [PATCH] - Update to 2.5.8: Improvements: * Update utf8proc to v2.8.0, supporting Unicode 15. * Support editing from the pager and the log (-p) views. (#1243[1]) * Adjust build for native Apple Silicon. * Autoscroll the pager view while loading. (#1223[2]) * Automatically show next diff in the status view. (#413[3], #469[4]) * Replace Unknown author with Not Committed Yet. * Allow use of regular expressions for coloring. (#1249[5]) * Add support for option word-diff-regex. (#1252[6]) * Include original blob name in temporary filename. (#1254[7]) Bug fixes: * Use %(file_old) for old filename in the blame view. (#1226[8]) * Correctly report which version of libncurses was linked. (#1240[9], #1241[10]) * Fix stage view closing when holding the ] key. (#1245[11]) * Make tests work from a path with symlinks. * Fix encoding of very long lines. (#1227[12]) * Fix diffstat color for tig log -p. * Clean IO before closing a view or quitting. OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=79 --- tig-2.5.7.tar.gz | 3 --- tig-2.5.8.tar.gz | 3 +++ tig.changes | 23 +++++++++++++++++++++++ tig.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 tig-2.5.7.tar.gz create mode 100644 tig-2.5.8.tar.gz diff --git a/tig-2.5.7.tar.gz b/tig-2.5.7.tar.gz deleted file mode 100644 index 546d845..0000000 --- a/tig-2.5.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbc7bac86b29098adaa005a76161e200f0734dda36de9f6bd35a861c7c29ca76 -size 1176146 diff --git a/tig-2.5.8.tar.gz b/tig-2.5.8.tar.gz new file mode 100644 index 0000000..12b1d45 --- /dev/null +++ b/tig-2.5.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70e0a42aed74a4a3990ccfe35262305917175e3164330c0889bd70580406391 +size 1179844 diff --git a/tig.changes b/tig.changes index 109b62d..e7255e2 100644 --- a/tig.changes +++ b/tig.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Feb 6 07:18:45 UTC 2023 - Michael Vetter + +- Update to 2.5.8: + Improvements: + * Update utf8proc to v2.8.0, supporting Unicode 15. + * Support editing from the pager and the log (-p) views. (#1243[1]) + * Adjust build for native Apple Silicon. + * Autoscroll the pager view while loading. (#1223[2]) + * Automatically show next diff in the status view. (#413[3], #469[4]) + * Replace Unknown author with Not Committed Yet. + * Allow use of regular expressions for coloring. (#1249[5]) + * Add support for option word-diff-regex. (#1252[6]) + * Include original blob name in temporary filename. (#1254[7]) + Bug fixes: + * Use %(file_old) for old filename in the blame view. (#1226[8]) + * Correctly report which version of libncurses was linked. (#1240[9], #1241[10]) + * Fix stage view closing when holding the ] key. (#1245[11]) + * Make tests work from a path with symlinks. + * Fix encoding of very long lines. (#1227[12]) + * Fix diffstat color for tig log -p. + * Clean IO before closing a view or quitting. + ------------------------------------------------------------------- Fri Aug 26 06:11:18 UTC 2022 - Michael Vetter diff --git a/tig.spec b/tig.spec index a018063..ce18de2 100644 --- a/tig.spec +++ b/tig.spec @@ -1,7 +1,7 @@ # # spec file for package tig # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: tig -Version: 2.5.7 +Version: 2.5.8 Release: 0 Summary: An ncurses-based text-mode interface for git License: GPL-2.0-or-later