Hello community,

here is the log from the commit of package tig for openSUSE:Factory
checked in at Thu Apr 21 13:48:56 CEST 2011.



--------
--- tig/tig.changes     2010-06-14 10:55:56.000000000 +0200
+++ /mounts/work_src_done/STABLE/tig/tig.changes        2011-03-07 
11:30:55.000000000 +0100
@@ -1,0 +2,15 @@
+Mon Mar  7 10:28:43 UTC 2011 - [email protected]
+
+- spec file tidying
+- update to 0.17:
+  * an ncurses 2.8 issue was fixed by passing a non-zero column size to newwin
+  * opening of diffs when browsing branches was improved
+  * a rewritten revision graph renderer was added; three modes are supported:
+    UTF-8, ncurses line graphics, and ASCII
+  * revision graph rendering is enabled by default
+
+-------------------------------------------------------------------
+Wed Dec 15 00:06:57 UTC 2010 - [email protected]
+- update to 0.16.2
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  tig-0.16.tar.bz2

New:
----
  tig-0.17.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tig.spec ++++++
--- /var/tmp/diff_new_pack.z4DlKM/_old  2011-04-21 13:44:56.000000000 +0200
+++ /var/tmp/diff_new_pack.z4DlKM/_new  2011-04-21 13:44:56.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package tig (Version 0.16)
+# spec file for package tig
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,12 +23,12 @@
 Group:          Development/Tools/Version Control
 BuildRequires:  ncurses-devel
 Requires:       git-core
-AutoReqProv:    on
-Version:        0.16
+Version:        0.17
 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.bz2
+# http://jonas.nitro.dk/tig/releases/tig-%{version}.tar.gz
+Source0:        tig-%{version}.tar.bz2
 Patch0:         tig-fix-build.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -50,30 +50,32 @@
 
 %prep
 %setup
-%patch0 -p1
+%patch0
 
 %build
 CC=gcc
 CFLAGS="$RPM_OPT_FLAGS -Wall"
 export CFLAGS CC
-make prefix=%{_prefix} mandir=%{_mandir}
+%__make prefix=%{_prefix} mandir=%{_mandir}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} install
-mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1        \
-              $RPM_BUILD_ROOT/%{_mandir}/man5
-gzip tig.1
-gzip tigrc.5
-install -m 0644 tig.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1
-install -m 0644 tigrc.5.gz $RPM_BUILD_ROOT/%{_mandir}/man5
+%__make DESTDIR="$RPM_BUILD_ROOT" prefix="%{_prefix}" mandir="%{_mandir}" 
install
+%__install -D -m0644 tig.1       "$RPM_BUILD_ROOT/%{_mandir}/man1/tig.1"
+%__install -D -m0644 tigrc.5     "$RPM_BUILD_ROOT/%{_mandir}/man5/tigrc.5"
+%__install -D -m0644 tigmanual.7 "$RPM_BUILD_ROOT/%{_mandir}/man7/tigmanual.7"
+
+%__mv "%{buildroot}%{_bindir}"/{test-graph,test-git-graph}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf "%{buildroot}"}
 
 %files
 %defattr(-,root,root)
+%doc BUGS COPYING NEWS README TODO
 %{_bindir}/tig
-%{_mandir}/man1/*
-%{_mandir}/man5/*
+%{_bindir}/test-git-graph
+%doc %{_mandir}/man1/tig.1%{ext_man}
+%doc %{_mandir}/man5/tigrc.5%{ext_man}
+%doc %{_mandir}/man7/tigmanual.7%{ext_man}
 
 %changelog

++++++ tig-0.16.tar.bz2 -> tig-0.17.tar.bz2 ++++++
++++ 6424 lines of diff (skipped)

++++++ tig-fix-build.diff ++++++
--- /var/tmp/diff_new_pack.z4DlKM/_old  2011-04-21 13:44:57.000000000 +0200
+++ /var/tmp/diff_new_pack.z4DlKM/_new  2011-04-21 13:44:57.000000000 +0200
@@ -1,12 +1,6 @@
----
- Makefile |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: tig-0.14.1/Makefile
-===================================================================
---- tig-0.14.1.orig/Makefile
-+++ tig-0.14.1/Makefile
-@@ -32,7 +32,7 @@ RPM_VERLIST = $(filter-out g% dirty,$(su
+--- Makefile.orig      2011-03-07 11:17:14.000000000 +0100
++++ Makefile   2011-03-07 11:17:17.000000000 +0100
+@@ -32,7 +32,7 @@
  RPM_VERSION = $(word 1,$(RPM_VERLIST))
  RPM_RELEASE = $(word 2,$(RPM_VERLIST))$(if $(WTDIRTY),.dirty)
  
@@ -14,4 +8,4 @@
 +LDLIBS ?= -lncurses
  CFLAGS ?= -Wall -O2
  DFLAGS        = -g -DDEBUG -Werror -O0
- PROGS = tig
+ PROGS = tig test-graph


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to