From 1bab167620682a7a595b3a0ddf00610915d4c7b516ab567c27978be3f4fb7f2d Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 14 Feb 2021 10:48:32 +0000 Subject: [PATCH] Accepting request 872027 from home:AndreasStieger:branches:devel:tools:scm 2.5.2 OBS-URL: https://build.opensuse.org/request/show/872027 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=67 --- tig-2.5.1.tar.gz | 3 --- tig-2.5.2.tar.gz | 3 +++ tig.changes | 22 ++++++++++++++++++++++ tig.spec | 6 +++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 tig-2.5.1.tar.gz create mode 100644 tig-2.5.2.tar.gz diff --git a/tig-2.5.1.tar.gz b/tig-2.5.1.tar.gz deleted file mode 100644 index 9386c38..0000000 --- a/tig-2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:500d5d34524f6b856edd5cae01f1404d14f3b51a9a53fd7357f4cebb3d4c9e64 -size 1144666 diff --git a/tig-2.5.2.tar.gz b/tig-2.5.2.tar.gz new file mode 100644 index 0000000..c65df39 --- /dev/null +++ b/tig-2.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5a8175627231ba619686ec338b4ad2843a6526122ea4e9fde1739dd2b4830b +size 1165288 diff --git a/tig.changes b/tig.changes index 8f56d1b..30c445c 100644 --- a/tig.changes +++ b/tig.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Feb 13 21:22:39 UTC 2021 - Andreas Stieger + +- tig 2.5.2: + * Incompatible change: Change directory from the next argument, + from now use tig -C /path/to/repo + * Can now jump from blame to commit + * Start blame of an uncommitted deleted line from HEAD so the + line's origin can be traced + * Allow maxwidth to be expressed in % of the view width + * Pass stash args through + * Restore fullscreen navigation + * Add some range so control chars ^^ and ^_ are also supported + * Disable ncurses extended key values so that esc-codes can be used + * Use id column for commit id only + * Improvements to scrolling and clicking + * Allow to generate a compilation database + * New command stage-update-part + * The line number before a diff was applied is exposed as + %(lineno_old) + * Many bug fixes + ------------------------------------------------------------------- Sun Apr 12 21:15:22 UTC 2020 - Michael Vetter diff --git a/tig.spec b/tig.spec index e4de896..c43de18 100644 --- a/tig.spec +++ b/tig.spec @@ -1,7 +1,7 @@ # # spec file for package tig # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.1 +Version: 2.5.2 Release: 0 Summary: An ncurses-based text-mode interface for git License: GPL-2.0-or-later @@ -47,7 +47,7 @@ Using it as a pager, it will display input from stdin and colorize it. %configure \ --with-ncurses \ --docdir=%{_docdir} -make %{?_smp_mflags} V=1 +%make_build %install %make_install install-doc-man