SHA256
1
0
forked from pool/tig

- 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
This commit is contained in:
Michael Vetter 2023-02-06 07:20:57 +00:00 committed by Git OBS Bridge
parent 3bd11abbac
commit cd34ed4d14
4 changed files with 28 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Feb 6 07:18:45 UTC 2023 - Michael Vetter <mvetter@suse.com>
- 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 <mvetter@suse.com> Fri Aug 26 06:11:18 UTC 2022 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package tig # 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 # 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.7 Version: 2.5.8
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