Hello community,

here is the log from the commit of package tig for openSUSE:Factory checked in 
at 2012-02-22 15:55:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tig (Old)
 and      /work/SRC/openSUSE:Factory/.tig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tig", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tig/tig.changes  2011-09-23 12:48:13.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tig.new/tig.changes     2012-02-22 
15:55:30.000000000 +0100
@@ -1,0 +2,37 @@
+Thu Feb 16 13:24:36 UTC 2012 - [email protected]
+
+- Add more detail about last version update
+
+-------------------------------------------------------------------
+Mon Feb 13 10:56:52 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Wed Aug 31 15:14:43 UTC 2011 - [email protected]
+
+- remove test-graph from the spec file as it really isn't a program to ship.
+
+-------------------------------------------------------------------
+Tue Aug 30 23:07:32 UTC 2011 - [email protected]
+
+- update to 0.18:
+  - Incompatibilities:
+    * Remove support for the deprecated TIG_{MAIN,DIFF,LOG,TREE,BLOB}_CMD 
environment variables.
+  - Improvements:
+    * Pressing enter on diff stat file lines will jump to file’s diff.
+    * Naïvely color blame IDs to distinguish lines.
+    * Document palette color options used for revision graph and blame IDs.
+    * Add support for blaming diff lines.
+    * Add diff-context option and bindings to increase the diff context in the 
diff and stage view.
+    * (GH-6) Make blame configurable via extra options passed from the command 
line and blame-options setting from ~/.tigrc. For example:
+    * set blame-options = -C -C -C
+  - Bug fixes:
+    * Expand browsing state variables for prompt. (LP #694780, Debian #635546)
+    * Fix segfault when sorting the branch view by author.
+    * Expand %(directory) to . for the root directory. (GH-3)
+    * Accept utf-8 for the line-graphics option as indicated in the docs.
+    * Use erasechar() to check for the correct backspace character.
+
+
+-------------------------------------------------------------------

Old:
----
  tig-0.17.tar.bz2

New:
----
  tig-0.18.tar.bz2

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

Other differences:
------------------
++++++ tig.spec ++++++
--- /var/tmp/diff_new_pack.kG6FmR/_old  2012-02-22 15:55:31.000000000 +0100
+++ /var/tmp/diff_new_pack.kG6FmR/_new  2012-02-22 15:55:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tig
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,21 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           tig
-License:        GPLv2+
-Group:          Development/Tools/Version Control
-BuildRequires:  ncurses-devel
-Requires:       git-core
-Version:        0.17
-Release:        1
+Version:        0.18
+Release:        0
 Summary:        An ncurses-based text-mode interface for git
+License:        GPL-2.0+
+Group:          Development/Tools/Version Control
 Url:            http://jonas.nitro.dk/tig/
-# http://jonas.nitro.dk/tig/releases/tig-%{version}.tar.gz
 Source0:        tig-%{version}.tar.bz2
 Patch0:         tig-fix-build.diff
+BuildRequires:  ncurses-devel
+Requires:       git-core
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,38 +39,26 @@
 present the user with various views, such as summarized commit log and
 showing the commit with the log message, diffstat, and the diff.
 
-
-
-Authors:
---------
-    Jonas Fonseca <[email protected]>
-
 %prep
-%setup
+%setup -q
 %patch0
 
 %build
 CC=gcc
-CFLAGS="$RPM_OPT_FLAGS -Wall"
+CFLAGS="%{optflags} -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
-%__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
-%{?buildroot:%__rm -rf "%{buildroot}"}
+make DESTDIR=%{buildroot} prefix="%{_prefix}" mandir="%{_mandir}" install
+install -D -m0644 tig.1       "%{buildroot}/%{_mandir}/man1/tig.1"
+install -D -m0644 tigrc.5     "%{buildroot}/%{_mandir}/man5/tigrc.5"
+install -D -m0644 tigmanual.7 "%{buildroot}/%{_mandir}/man7/tigmanual.7"
 
 %files
 %defattr(-,root,root)
 %doc BUGS COPYING NEWS README TODO
 %{_bindir}/tig
-%{_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}

++++++ tig-0.17.tar.bz2 -> tig-0.18.tar.bz2 ++++++
++++ 5361 lines of diff (skipped)

++++++ tig-fix-build.diff ++++++
--- /var/tmp/diff_new_pack.kG6FmR/_old  2012-02-22 15:55:31.000000000 +0100
+++ /var/tmp/diff_new_pack.kG6FmR/_new  2012-02-22 15:55:31.000000000 +0100
@@ -1,5 +1,5 @@
---- Makefile.orig      2011-03-07 11:17:14.000000000 +0100
-+++ Makefile   2011-03-07 11:17:17.000000000 +0100
+--- Makefile   2011-08-28 15:42:39.000000000 -0700
++++ Makefile   2011-08-30 16:42:46.091484511 -0700
 @@ -32,7 +32,7 @@
  RPM_VERSION = $(word 1,$(RPM_VERLIST))
  RPM_RELEASE = $(word 2,$(RPM_VERLIST))$(if $(WTDIRTY),.dirty)
@@ -8,4 +8,4 @@
 +LDLIBS ?= -lncurses
  CFLAGS ?= -Wall -O2
  DFLAGS        = -g -DDEBUG -Werror -O0
- PROGS = tig test-graph
+ PROGS = tig

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

Reply via email to