Accepting request 877575 from devel:tools:scm
- Update to 2.5.3: * Fix autoconf checking for readline. (#1072) * Fix segfault when saving a view with no column. * Reset view->parent when main view is promoted. * Fix segfault when pressing Enter in a child main view. * Restore lazy navigation. * Format time_t values portably and fix other values too. (#1084, #1085) * Fix loop when wrapping line with ISO-8859-1 character. (#1087, #1088) - 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 OBS-URL: https://build.opensuse.org/request/show/877575 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=47
This commit is contained in:
commit
f3ed58e4a6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:500d5d34524f6b856edd5cae01f1404d14f3b51a9a53fd7357f4cebb3d4c9e64
|
|
||||||
size 1144666
|
|
3
tig-2.5.3.tar.gz
Normal file
3
tig-2.5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e528068499d558beb99a0a8bca30f59171e71f046d76ee5d945d35027d3925dc
|
||||||
|
size 1165632
|
34
tig.changes
34
tig.changes
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 8 08:22:27 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.5.3:
|
||||||
|
* Fix autoconf checking for readline. (#1072)
|
||||||
|
* Fix segfault when saving a view with no column.
|
||||||
|
* Reset view->parent when main view is promoted.
|
||||||
|
* Fix segfault when pressing Enter in a child main view.
|
||||||
|
* Restore lazy navigation.
|
||||||
|
* Format time_t values portably and fix other values too. (#1084, #1085)
|
||||||
|
* Fix loop when wrapping line with ISO-8859-1 character. (#1087, #1088)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 13 21:22:39 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- 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 <mvetter@suse.com>
|
Sun Apr 12 21:15:22 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
6
tig.spec
6
tig.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tig
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tig
|
Name: tig
|
||||||
Version: 2.5.1
|
Version: 2.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An ncurses-based text-mode interface for git
|
Summary: An ncurses-based text-mode interface for git
|
||||||
License: GPL-2.0-or-later
|
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 \
|
%configure \
|
||||||
--with-ncurses \
|
--with-ncurses \
|
||||||
--docdir=%{_docdir}
|
--docdir=%{_docdir}
|
||||||
make %{?_smp_mflags} V=1
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install install-doc-man
|
%make_install install-doc-man
|
||||||
|
Loading…
x
Reference in New Issue
Block a user