From 00498706c93c4297f013445b7e462b358296303c45acbe06a92fe0639c05b1d0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 7 Apr 2008 10:23:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=3 --- tig-0.10.tar.gz | 3 --- tig-0.11.tar.bz2 | 3 +++ tig.changes | 17 +++++++++++++++++ tig.spec | 20 +++++++++++++++++--- 4 files changed, 37 insertions(+), 6 deletions(-) delete mode 100644 tig-0.10.tar.gz create mode 100644 tig-0.11.tar.bz2 diff --git a/tig-0.10.tar.gz b/tig-0.10.tar.gz deleted file mode 100644 index d4f540f..0000000 --- a/tig-0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdbb05e4b1c15c0f630f620a75a7fff5c3fb4dc7e8c9fbc780e489f3da77c08b -size 102920 diff --git a/tig-0.11.tar.bz2 b/tig-0.11.tar.bz2 new file mode 100644 index 0000000..e318583 --- /dev/null +++ b/tig-0.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8625d40343bf9c7fd50d516f22209edd7725bd5a0fc0b78039f47a6b74b373 +size 91927 diff --git a/tig.changes b/tig.changes index 48a50fa..cf8b4e4 100644 --- a/tig.changes +++ b/tig.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Apr 7 10:25:46 CEST 2008 - bwalle@suse.de + +- update to 0.11 + o Fix pager mode and disable view reliance on the git directory. + o The date and author columns and references can now be toggled + on and off. + o Local (unsigned) tags are now shown as references, and the + builtin reference colors have been changed to highlight the + current branch and the remote tracked by the current branch. + o The status and stage views are now reloaded after running + external commands (e.g. git commit) so they stay up to date. + o A blame view has been added, and is accessible from the + command line (tig blame [rev] file), status view, and the tree + view (by pressing 'B'). +- change compression to bzip2 + ------------------------------------------------------------------- Mon Mar 17 09:56:07 CET 2008 - bwalle@suse.de diff --git a/tig.spec b/tig.spec index ae24d12..cecb315 100644 --- a/tig.spec +++ b/tig.spec @@ -1,5 +1,5 @@ # -# spec file for package tig (Version 0.10) +# spec file for package tig (Version 0.11) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,11 +17,11 @@ Group: Development/Tools/Version Control BuildRequires: ncurses-devel Requires: git-core AutoReqProv: on -Version: 0.10 +Version: 0.11 Release: 1 Summary: An ncurses-based text-mode interface for git Url: http://jonas.nitro.dk/tig/ -Source0: http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz +Source0: http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.bz2 Patch0: tig-fix-build.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,6 +70,20 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/* %changelog +* Mon Apr 07 2008 bwalle@suse.de +- update to 0.11 + o Fix pager mode and disable view reliance on the git directory. + o The date and author columns and references can now be toggled + on and off. + o Local (unsigned) tags are now shown as references, and the + builtin reference colors have been changed to highlight the + current branch and the remote tracked by the current branch. + o The status and stage views are now reloaded after running + external commands (e.g. git commit) so they stay up to date. + o A blame view has been added, and is accessible from the + command line (tig blame [rev] file), status view, and the tree + view (by pressing 'B'). +- change compression to bzip2 * Mon Mar 17 2008 bwalle@suse.de - update to 0.10 o documentation improvements