From 4052145baf8408ebf7fce4a7a87007f73ca0ff3f2be090d6173399d3edb5df8e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 9 Oct 2008 10:13:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=6 --- tig-0.12.1.tar.bz2 | 3 +++ tig-0.12.tar.bz2 | 3 --- tig.changes | 22 ++++++++++++++++++++++ tig.spec | 23 +++++++++++++++++++++-- 4 files changed, 46 insertions(+), 5 deletions(-) create mode 100644 tig-0.12.1.tar.bz2 delete mode 100644 tig-0.12.tar.bz2 diff --git a/tig-0.12.1.tar.bz2 b/tig-0.12.1.tar.bz2 new file mode 100644 index 0000000..dc52a50 --- /dev/null +++ b/tig-0.12.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6b582c0f9af17a7e522cd224a8eecf2f2e77f7c32176ea14ac3239269e5666 +size 100022 diff --git a/tig-0.12.tar.bz2 b/tig-0.12.tar.bz2 deleted file mode 100644 index ccfa03f..0000000 --- a/tig-0.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:854ece7bf201f8c5088f51fd44b673b3ea9398a37401de77f95afcb3c221e45d -size 98660 diff --git a/tig.changes b/tig.changes index 5492e28..bce64de 100644 --- a/tig.changes +++ b/tig.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Oct 9 09:10:59 CEST 2008 - bwalle@suse.de + +- update to 0.12.1 + o Improvements: + - Status view: revert uncommitted diff chunks and unstaged + files with changes. Bound to ! by default. + - Main view: use —topo-order also when rev-list arguments are + given on the command line. + - Log view: support for refreshing. + o Bug fixes: + - Status view: use ls-files' —exclude-standard so user specific + ignore rules are effective. The option was added in git + version 1.5.4. + - Stage view: fix assertion failure triggered when updating + while status view is not displayed. + - Help view: avoid confusion by showing "(no key)" instead of + "?" for unbound requests. + - Reload repository references when refreshing the main (and + log) view. + - Do not maximize views when refreshing. + ------------------------------------------------------------------- Mon Oct 06 14:47:23 CEST 2008 - bwalle@suse.de diff --git a/tig.spec b/tig.spec index fef2b43..ad7a063 100644 --- a/tig.spec +++ b/tig.spec @@ -1,5 +1,5 @@ # -# spec file for package tig (Version 0.12) +# spec file for package tig (Version 0.12.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,7 +24,7 @@ Group: Development/Tools/Version Control BuildRequires: ncurses-devel Requires: git-core AutoReqProv: on -Version: 0.12 +Version: 0.12.1 Release: 1 Summary: An ncurses-based text-mode interface for git Url: http://jonas.nitro.dk/tig/ @@ -77,6 +77,25 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/* %changelog +* Thu Oct 09 2008 bwalle@suse.de +- update to 0.12.1 + o Improvements: + - Status view: revert uncommitted diff chunks and unstaged + files with changes. Bound to ! by default. + - Main view: use —topo-order also when rev-list arguments are + given on the command line. + - Log view: support for refreshing. + o Bug fixes: + - Status view: use ls-files' —exclude-standard so user specific + ignore rules are effective. The option was added in git + version 1.5.4. + - Stage view: fix assertion failure triggered when updating + while status view is not displayed. + - Help view: avoid confusion by showing "(no key)" instead of + "?" for unbound requests. + - Reload repository references when refreshing the main (and + log) view. + - Do not maximize views when refreshing. * Mon Oct 06 2008 bwalle@suse.de - update to 0.12 o Improvements: