Hello community,

here is the log from the commit of package tig for openSUSE:Factory checked in 
at 2013-08-23 11:07:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tig (Old)
 and      /work/SRC/openSUSE:Factory/.tig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tig"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tig/tig.changes  2012-10-16 12:03:59.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tig.new/tig.changes     2013-08-23 
11:07:35.000000000 +0200
@@ -1,0 +2,45 @@
+Sat Aug 10 17:30:31 UTC 2013 - pascal.ble...@opensuse.org
+
+- update to 1.2:
+  * Improvements:
+    + Make tig prompt commands bindable to keys. For example: `bind diff F :set
+      diff-options = --full-diff`. (GH #69, #116)
+    + Add a diff-options setting for specifying default diff options.
+      Example: `set diff-options = --patience`. (GH #116)
+    + Options in diff-options and blame-options matching tig browsing state
+      variables are replaced.
+    + Show diff stats as wide as the terminal. (GH #109)
+    + Show line numbers in the branch view. (GH #135)
+    + Add toggles for showing author email or email user names. (GH #115)
+    + Open editor at the selected line by prefixing the file argument with
+      `+<lineno>`. Tested in vi, vim, emacs, nano, gedit, geany. Disable
+      by adding `set editor-line-number = no` to ~/.tigrc. (GH #118, #119)
+    + Add toggle-files to control whether to show full commit diff or only
+      the diff concerning the currently selected file, e.g. for blame.
+    + Optionally highlight exceeding characters in long commit titles.
+      The default title max width is 50 characters. Customize using:
+      `set title-overflow = 50` (GH #125)
+    + Add +ESC key bindings. Example: `bind generic ^[v move-page-up` (GH #120)
+    + Create temporary files in TMPDIR, TEMP, or TMP before defaulting to /tmp.
+    + Reenable `tig log` as a subcommand. (GH #146)
+    + Enable tilde expansion in ~/.tigrc "source" commands. (GH #168)
+    + Introduce the stash view, bound to the 'y' keybinding. (GH #169, #174)
+  * Bug fixes:
+    + Fix blame and status to work in directories starting with a dot. (GH 
#172)
+    + Reload current branch name when reloading the status view. (GH #93)
+    + Fix compile errors on old Solaris. (GH #97)
+    + Reload HEAD info when reloading the stage view. (GH #104, #93)
+    + Fix disappearing branch labels after external commands. (GH #148)
+    + Fix diff view display for staged/unstaged changes when using 'd'.
+    + Fix display of status messages when toggling view options. (GH #111)
+    + Fix illegal memory access. (GH #98)
+    + Fix display of all branches label in repos with short branch names.
+    + Fix rendering glitch for branch names.
+    + Do not apply diff styling to untracked files in the stage view. (GH #153)
+    + Fix tree indentation for entries containing combining characters. (GH 
#170)
+    + Ignore unrepresentable characters when transliterating text for 
rendering.
+    + Transliterate text to output encoding before trimming it to avoid
+      misalignment. (GH #86)
+    + Introduce a more natural context-sensitive log display. (GH #155)
+
+-------------------------------------------------------------------

Old:
----
  tig-1.1.tar.gz

New:
----
  tig-1.2.tar.gz

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

Other differences:
------------------
++++++ tig.spec ++++++
--- /var/tmp/diff_new_pack.pkBmDa/_old  2013-08-23 11:07:36.000000000 +0200
+++ /var/tmp/diff_new_pack.pkBmDa/_new  2013-08-23 11:07:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tig
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:           tig
-Version:        1.1
+Version:        1.2
 Release:        0
 Summary:        An ncurses-based text-mode interface for git
 License:        GPL-2.0+

++++++ tig-1.1.tar.gz -> tig-1.2.tar.gz ++++++
++++ 6532 lines of diff (skipped)

++++++ tig-remove_build_timestamp.patch ++++++
--- /var/tmp/diff_new_pack.pkBmDa/_old  2013-08-23 11:07:36.000000000 +0200
+++ /var/tmp/diff_new_pack.pkBmDa/_new  2013-08-23 11:07:36.000000000 +0200
@@ -1,6 +1,6 @@
---- tig.c.orig 2012-05-11 22:47:39.111556938 +0200
-+++ tig.c      2012-05-11 22:47:58.362556253 +0200
-@@ -3399,7 +3399,7 @@
+--- tig.c.orig 2013-08-10 19:31:36.299418086 +0200
++++ tig.c      2013-08-10 19:31:56.830447151 +0200
+@@ -3866,7 +3866,7 @@
                break;
  
        case REQ_SHOW_VERSION:
@@ -9,7 +9,7 @@
                return TRUE;
  
        case REQ_SCREEN_REDRAW:
-@@ -7682,7 +7682,7 @@
+@@ -8496,7 +8496,7 @@
   */
  
  static const char usage[] =
@@ -17,4 +17,4 @@
 +"tig " TIG_VERSION "\n"
  "\n"
  "Usage: tig        [options] [revs] [--] [paths]\n"
- "   or: tig show   [options] [revs] [--] [paths]\n"
+ "   or: tig log    [options] [revs] [--] [paths]\n"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to