Accepting request 624523 from home:AndreasStieger:branches:devel:tools:scm
tig 2.4.0 OBS-URL: https://build.opensuse.org/request/show/624523 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=57
This commit is contained in:
parent
2c7c7f77b1
commit
939f22b6f4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d39d10c5a6db7b7663d51eff8ac2eaf075e319f5edabe09cb63a2b1b24846bea
|
||||
size 1082818
|
3
tig-2.4.0.tar.gz
Normal file
3
tig-2.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1669b722a3152cde112ff3dae6e02a4280750a8a5ae5d6b57688c38e42243d97
|
||||
size 1181800
|
12
tig.changes
12
tig.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 22 08:13:31 UTC 2018 - astieger@suse.com
|
||||
|
||||
- tig 2.4.0:
|
||||
* blame view now renders more like git-blame
|
||||
* Improve worktree and submodule support
|
||||
* Support running Tig via a Git alias
|
||||
* Use ISO-8601 letters for short relative dates
|
||||
* Change date formatting to show time zones by default
|
||||
* Use utf8proc to handle Unicode characters
|
||||
* a number of bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 18 03:42:48 UTC 2018 - avindra@opensuse.org
|
||||
|
||||
|
9
tig.spec
9
tig.spec
@ -17,19 +17,18 @@
|
||||
|
||||
|
||||
Name: tig
|
||||
Version: 2.3.3
|
||||
Version: 2.4.0
|
||||
Release: 0
|
||||
Summary: An ncurses-based text-mode interface for git
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Version Control
|
||||
Url: https://jonas.github.io/tig/
|
||||
Source0: https://github.com/jonas/tig/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: bash-completion
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: readline-devel >= 6.3
|
||||
Requires: bash-completion
|
||||
Requires: git-core
|
||||
BuildRequires: pkg-config >= 0.9.0
|
||||
|
||||
%description
|
||||
Tig is a git repository browser that additionally can act as a pager
|
||||
|
Loading…
x
Reference in New Issue
Block a user