From 2792718800af85d5d7bee0beabe69c614b52b88e0a3fdb8cd3fcc93aedc200a2 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 13 Apr 2020 08:31:33 +0000 Subject: [PATCH] Accepting request 793443 from home:jubalh:branches:devel:tools:scm - Update to 2.5.1: Improvements: * bash/zsh completion: reimplement and decrease runtime by factor 1863. (#795) * Add binding to reflog view to toggle reference display. * Fail if tig is given an invalid or ambiguous ref. (#980) * Make tig process-group leader an option. (#986, #951) * Handle GIT_WORK_TREE environment variable. * The blame view requires a working tree. * Fix use of deprecated vwprintw() function. * Update utf8proc to v2.5.0. * Add --word-diff=plain colorizing support. (#221) Bug fixes: * Fix segmentation fault. (#971) * Fix cursor position after "Move to parent" in blame view. (#973) * Fix crash on adding a line to a view. (#523) * Fix memory leak in diff unit. * Fix loop after refresh or change in refs/main split view. (#991) * Fix occasional crash on custom key bindings. (#1001) OBS-URL: https://build.opensuse.org/request/show/793443 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=65 --- tig-2.5.0.tar.gz | 3 --- tig-2.5.1.tar.gz | 3 +++ tig.changes | 23 +++++++++++++++++++++++ tig.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 tig-2.5.0.tar.gz create mode 100644 tig-2.5.1.tar.gz diff --git a/tig-2.5.0.tar.gz b/tig-2.5.0.tar.gz deleted file mode 100644 index 0f45b86..0000000 --- a/tig-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff537c67af9201e7e7276ce8a0ff9961e9d9c6a8a78790f5817124bd7755aef4 -size 1143004 diff --git a/tig-2.5.1.tar.gz b/tig-2.5.1.tar.gz new file mode 100644 index 0000000..9386c38 --- /dev/null +++ b/tig-2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500d5d34524f6b856edd5cae01f1404d14f3b51a9a53fd7357f4cebb3d4c9e64 +size 1144666 diff --git a/tig.changes b/tig.changes index 60c370b..8f56d1b 100644 --- a/tig.changes +++ b/tig.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Apr 12 21:15:22 UTC 2020 - Michael Vetter + +- Update to 2.5.1: + Improvements: + * bash/zsh completion: reimplement and decrease runtime by factor 1863. + (#795) + * Add binding to reflog view to toggle reference display. + * Fail if tig is given an invalid or ambiguous ref. (#980) + * Make tig process-group leader an option. (#986, #951) + * Handle GIT_WORK_TREE environment variable. + * The blame view requires a working tree. + * Fix use of deprecated vwprintw() function. + * Update utf8proc to v2.5.0. + * Add --word-diff=plain colorizing support. (#221) + Bug fixes: + * Fix segmentation fault. (#971) + * Fix cursor position after "Move to parent" in blame view. (#973) + * Fix crash on adding a line to a view. (#523) + * Fix memory leak in diff unit. + * Fix loop after refresh or change in refs/main split view. (#991) + * Fix occasional crash on custom key bindings. (#1001) + ------------------------------------------------------------------- Wed Nov 20 11:31:17 UTC 2019 - Michael Vetter diff --git a/tig.spec b/tig.spec index ea7f605..e4de896 100644 --- a/tig.spec +++ b/tig.spec @@ -1,7 +1,7 @@ # # spec file for package tig # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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.0 +Version: 2.5.1 Release: 0 Summary: An ncurses-based text-mode interface for git License: GPL-2.0-or-later