Hello community,

here is the log from the commit of package tig for openSUSE:Factory checked in 
at 2016-08-15 10:31:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-04-12 00:10:49.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tig.new/tig.changes     2016-08-15 
10:31:44.000000000 +0200
@@ -1,0 +2,14 @@
+Sat Aug 13 10:52:44 UTC 2016 - [email protected]
+
+- tig 2.2
+  * incompatible changes:
+    + user-defined commands are now executed at the repository root
+    + Remove `cmdline-args` option
+  * new features:
+    + mailmap to show canonical name and email addresses
+    + configurable highlight of search results
+    + external commands improvements
+    + UI improvements
+   * various bug fixes
+
+-------------------------------------------------------------------

Old:
----
  tig-2.1.1.tar.gz

New:
----
  tig-2.2.tar.gz

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

Other differences:
------------------
++++++ tig.spec ++++++
--- /var/tmp/diff_new_pack.7eHSMJ/_old  2016-08-15 10:31:45.000000000 +0200
+++ /var/tmp/diff_new_pack.7eHSMJ/_new  2016-08-15 10:31:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tig
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define with_bash_completion 0%{?suse_version} >= 1310
 Name:           tig
-Version:        2.1.1
+Version:        2.2
 Release:        0
 Summary:        An ncurses-based text-mode interface for git
 License:        GPL-2.0+
@@ -69,9 +69,9 @@
 %doc COPYING NEWS.adoc README.adoc
 %doc contrib/*.tigrc
 %{_bindir}/tig
-%doc %{_mandir}/man1/tig.1%{ext_man}
-%doc %{_mandir}/man5/tigrc.5%{ext_man}
-%doc %{_mandir}/man7/tigmanual.7%{ext_man}
+%{_mandir}/man1/tig.1%{ext_man}
+%{_mandir}/man5/tigrc.5%{ext_man}
+%{_mandir}/man7/tigmanual.7%{ext_man}
 %config %{_sysconfdir}/tigrc
 %if 0%{with_bash_completion}
 %{_sysconfdir}/bash_completion.d/%{name}

++++++ tig-2.1.1.tar.gz -> tig-2.2.tar.gz ++++++
++++ 13479 lines of diff (skipped)

++++++ tig-remove_build_timestamp.patch ++++++
--- /var/tmp/diff_new_pack.7eHSMJ/_old  2016-08-15 10:31:45.000000000 +0200
+++ /var/tmp/diff_new_pack.7eHSMJ/_new  2016-08-15 10:31:45.000000000 +0200
@@ -2,16 +2,16 @@
 ===================================================================
 --- src/tig.c.orig
 +++ src/tig.c
-@@ -347,7 +347,7 @@ view_driver(struct view *view, enum requ
+@@ -301,7 +301,7 @@ view_driver(struct view *view, enum requ
                break;
  
        case REQ_SHOW_VERSION:
 -              report("tig-%s (built %s)", TIG_VERSION, __DATE__);
 +              report("tig-%s", TIG_VERSION);
-               return TRUE;
+               return true;
  
        case REQ_SCREEN_REDRAW:
-@@ -390,7 +390,7 @@ view_driver(struct view *view, enum requ
+@@ -345,7 +345,7 @@ view_driver(struct view *view, enum requ
   */
  
  static const char usage_string[] =


Reply via email to