diff --git a/tig-2.1.1.tar.gz b/tig-2.1.1.tar.gz deleted file mode 100644 index eafd82e..0000000 --- a/tig-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50c5179fd564b829b6b2cec087e66f10cf8799601de19350df0772ae77e4852f -size 641710 diff --git a/tig-2.2.tar.gz b/tig-2.2.tar.gz new file mode 100644 index 0000000..a2cd180 --- /dev/null +++ b/tig-2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5213d3abb45ca9a79810b8d2a2a12d941112bc4682bcfa91f34db74942754c +size 1030062 diff --git a/tig-remove_build_timestamp.patch b/tig-remove_build_timestamp.patch index f11c8ac..76743ae 100644 --- a/tig-remove_build_timestamp.patch +++ b/tig-remove_build_timestamp.patch @@ -2,16 +2,16 @@ Index: src/tig.c =================================================================== --- src/tig.c.orig +++ src/tig.c -@@ -347,7 +347,7 @@ view_driver(struct view *view, enum requ +@@ -301,7 +301,7 @@ view_driver(struct view *view, enum requ break; case REQ_SHOW_VERSION: - report("tig-%s (built %s)", TIG_VERSION, __DATE__); + report("tig-%s", TIG_VERSION); - return TRUE; + return true; case REQ_SCREEN_REDRAW: -@@ -390,7 +390,7 @@ view_driver(struct view *view, enum requ +@@ -345,7 +345,7 @@ view_driver(struct view *view, enum requ */ static const char usage_string[] = diff --git a/tig.changes b/tig.changes index b9e1d72..7b8cc43 100644 --- a/tig.changes +++ b/tig.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Aug 13 10:52:44 UTC 2016 - astieger@suse.com + +- tig 2.2 + * incompatible changes: + + user-defined commands are now executed at the repository root + + Remove `cmdline-args` option + * new features: + + mailmap to show canonical name and email addresses + + configurable highlight of search results + + external commands improvements + + UI improvements + * various bug fixes + ------------------------------------------------------------------- Thu Apr 9 08:07:11 UTC 2015 - astieger@suse.com diff --git a/tig.spec b/tig.spec index e03c137..82dfadc 100644 --- a/tig.spec +++ b/tig.spec @@ -1,7 +1,7 @@ # # spec file for package tig # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define with_bash_completion 0%{?suse_version} >= 1310 Name: tig -Version: 2.1.1 +Version: 2.2 Release: 0 Summary: An ncurses-based text-mode interface for git License: GPL-2.0+ @@ -69,9 +69,9 @@ install -D -m0644 contrib/tig-completion.bash "%{buildroot}%{_sysconfdir}/bash_c %doc COPYING NEWS.adoc README.adoc %doc contrib/*.tigrc %{_bindir}/tig -%doc %{_mandir}/man1/tig.1%{ext_man} -%doc %{_mandir}/man5/tigrc.5%{ext_man} -%doc %{_mandir}/man7/tigmanual.7%{ext_man} +%{_mandir}/man1/tig.1%{ext_man} +%{_mandir}/man5/tigrc.5%{ext_man} +%{_mandir}/man7/tigmanual.7%{ext_man} %config %{_sysconfdir}/tigrc %if 0%{with_bash_completion} %{_sysconfdir}/bash_completion.d/%{name}