Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2015-05-10 10:46:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tmux (Old)
 and      /work/SRC/openSUSE:Factory/.tmux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tmux"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tmux/tmux.changes        2014-11-18 
22:46:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.tmux.new/tmux.changes   2015-05-10 
10:46:03.000000000 +0200
@@ -1,0 +2,61 @@
+Thu May  7 07:30:00 UTC 2015 - g...@opensuse.org
+
+- update to version 2.0
+  - Incompatible changes:
+    - The choose-list command has been removed.
+    - 'terminal-overrides' is now a server option, not a session
+      option.
+    - 'message-limit' is now a server option, not a session option.
+    - 'monitor-content' option has been removed.
+    - 'pane_start_path' option has been removed.
+    - The "info" mechanism which used to (for some commands)
+      provide feedback has been removed, and like other commands,
+      they now produce nothing on success.
+  - Normal changes:
+    - tmux can now write an entry to utmp if the library 'utempter'
+      is present at compile time.
+    - set-buffer learned append mode (-a), and a corresponding
+      'append-selection' command has been added to copy-mode.
+    - choose-mode now has the following commands which can be
+      bound:
+        - start-of-list
+        - end-of-list
+        - top-line
+        - bottom-line
+    - choose-buffer now understands UTF-8.
+    - Pane navigation has changed:
+        - The old way of always using the top or left if the choice
+          is ambiguous.
+        - The new way of remembering the last used pane is annoying
+          if the layout is balanced and the leftmost is obvious to
+          the user (because clearly if we go right from the
+          top-left in a tiled set of four we want to end up in
+          top-right, even if we were last using the bottom-right).
+          So instead, use a combination of both: if there is only
+          one possible pane alongside the current pane, move to it,
+          otherwise choose the most recently used of the choice.
+    - 'set-buffer' can now be told to give names to buffers.
+    - The 'new-session', 'new-window', 'split-window', and
+      'respawn-pane' commands now understand multiple arguments and
+      handle quoting problems correctly.
+    - 'capture-pane' understands '-S-' to mean the start of the
+      pane, and '-E-' to mean the end of the pane.
+    - Support for function keys beyond F12 has changed.  The
+      following explains:
+        - F13-F24 are S-F1 to S-F12
+        - F25-F36 are C-F1 to C-F12
+        - F37-F48 are C-S-F1 to C-S-F12
+        - F49-F60 are M-F1 to M-F12
+        - F61-F63 are M-S-F1 to M-S-F3
+      Therefore, F13 becomes a binding of S-F1, etc.
+    - Support using pane id as part of session or window specifier
+      (so % means session-of-%1 or window-of-%1) and window id as
+      part of session
+      (so @1 means session-of-@1).
+    - 'copy-pipe' command now understands formats via -F
+    - 'if-shell'  command now understands formats via -F
+    - 'split-window' and 'join-window' understand -b to create the
+      pane to the left or above the target pane.
+- drop obsolete tmux-fix-malloc-check-abort.patch
+
+-------------------------------------------------------------------

Old:
----
  tmux-1.9a.tar.gz
  tmux-fix-malloc-check-abort.patch

New:
----
  tmux-2.0.tar.gz

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

Other differences:
------------------
++++++ tmux.spec ++++++
--- /var/tmp/diff_new_pack.8RvATz/_old  2015-05-10 10:46:04.000000000 +0200
+++ /var/tmp/diff_new_pack.8RvATz/_new  2015-05-10 10:46:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tmux
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,19 +18,18 @@
 
 
 Name:           tmux
-Version:        1.9a
+Version:        2.0
 Release:        0
 Summary:        Terminal multiplexer
 License:        ISC and BSD-3-Clause and BSD-2-Clause
 Group:          System/Console
 Url:            http://tmux.sourceforge.net/
 Source:         
http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM tmux-fix-malloc-check-abort.patch 
http://sourceforge.net/p/tmux/tickets/105/ bnc#869950 dmacvi...@suse.de -- Fix 
glibc aborting with MALLOC_CHECK_=2
-Patch0:         tmux-fix-malloc-check-abort.patch
 # PATCH-FIX-OPENSUSE tmux-socket-path.patch crrodrig...@opensuse.org -- Use 
/run/tmux instead of /tmp as the default socket path, this add some robustness 
against accidental deletion via systemd-tmpfiles-clean, tmpwatch, or similar
-Patch1:         tmux-socket-path.patch
-BuildRequires:  libevent-devel
-BuildRequires:  ncurses-devel
+Patch0:         tmux-socket-path.patch
+BuildRequires:  utempter-devel
+BuildRequires:  pkgconfig(libevent)
+BuildRequires:  pkgconfig(ncurses)
 BuildRequires:  pkgconfig(systemd)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -49,7 +48,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -69,7 +67,7 @@
 %files
 %defattr(-,root,root,-)
 %doc CHANGES FAQ TODO examples/
-%doc %{_mandir}/man1/tmux.1.*
+%{_mandir}/man1/tmux.1.*
 %{_bindir}/tmux
 %{_tmpfilesdir}/tmux.conf
 

++++++ tmux-1.9a.tar.gz -> tmux-2.0.tar.gz ++++++
++++ 20165 lines of diff (skipped)


Reply via email to