SHA256
1
0
forked from pool/tig

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=68
This commit is contained in:
Michael Vetter 2021-03-08 08:24:18 +00:00 committed by Git OBS Bridge
parent 1bab167620
commit 3217c6fc01
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e5a8175627231ba619686ec338b4ad2843a6526122ea4e9fde1739dd2b4830b
size 1165288

3
tig-2.5.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e528068499d558beb99a0a8bca30f59171e71f046d76ee5d945d35027d3925dc
size 1165632

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>

View File

@ -17,7 +17,7 @@
Name: tig
Version: 2.5.2
Version: 2.5.3
Release: 0
Summary: An ncurses-based text-mode interface for git
License: GPL-2.0-or-later