Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2014-02-21 14:26:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-03-28 
13:29:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.tmux.new/tmux.changes   2014-02-21 
14:26:22.000000000 +0100
@@ -1,0 +2,53 @@
+Thu Feb 20 22:18:42 UTC 2014 - [email protected]
+
+- update to version 1.9
+  - NOTE: This release has bumped the tmux protocol version. It is
+    therefore advised that the prior tmux server is restarted when
+    this version of tmux is installed, to avoid protocol mismatch
+    errors for newer clients trying to talk to an older running
+    tmux server.
+  - 88 colour support has been removed.
+  - 'default-path' has been removed. The new-window command accepts
+    '-c' to cater for this. The previous value of "." can be
+    replaced with: 'neww -c $PWD', the previous value of '' which
+    meant current path of the pane can be specified as: 'neww -c
+    "#{pane_current_path}"'
+  - The single format specifiers: #A -> #Z (where defined) have
+    been deprecated and replaced with longer-named equivalents, as
+    listed in the FORMATS section of the tmux manpage.
+  - The various foo-{fg,bg,attr} commands have been deprecated and
+    replaced with equivalent foo-style option instead. Currently
+    this is still backwards-compatible, but will be removed over
+    time.
+  - A new environment variable TMUX_TMPDIR is now honoured,
+    allowing the socket directory to be set outside of TMPDIR
+    (/tmp/ if not set).
+  - If -s not given to swap-pane the current pane is assumed.
+  - A #{pane_syncronized} format specifier has been added to be a
+    conditional format if a pane is in a syncronised mode (c.f.
+    syncronize-panes)
+  - Tmux now runs under Cygwin natively.
+  - Formats can now be nested within each other and expanded
+    accordingly.
+  - Added 'automatic-rename-format' option to allow the automatic
+    rename mechanism to use something other than the default of
+    #{pane_current_command}.
+  - new-session learnt '-c' to specify the starting directory for
+    that session and all subsequent windows therein.
+  - The session name is now shown in the message printed to the
+    terminal when a session is detached.
+  - Lots more format specifiers have been added.
+  - Server race conditions have been fixed; in particular commands
+    are not run until after the configuration file is read
+    completely.
+  - Case insensitive searching in tmux's copy-mode is now possible.
+  - attach-session and switch-client learnt the '-t' option to
+    accept a window and/or a pane to use.
+  - Copy-mode is only exited if no selection is in progress.
+  - Paste key in copy-mode is now possible to enter text from the
+    clipboard.
+  - status-interval set to '0' now works as intended.
+  - tmux now supports 256 colours running under fbterm.
+  - Many bug fixes!
+
+-------------------------------------------------------------------

Old:
----
  tmux-1.8.tar.gz

New:
----
  tmux-1.9.tar.gz

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

Other differences:
------------------
++++++ tmux.spec ++++++
--- /var/tmp/diff_new_pack.Ysz60s/_old  2014-02-21 14:26:22.000000000 +0100
+++ /var/tmp/diff_new_pack.Ysz60s/_new  2014-02-21 14:26:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tmux
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           tmux
-Version:        1.8
+Version:        1.9
 Release:        0
 Summary:        Terminal multiplexer
 License:        ISC and BSD-3-Clause and BSD-2-Clause
@@ -43,6 +43,7 @@
 
 %prep
 %setup -q
+rm compat/*.o
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -52,9 +53,6 @@
 %install
 %make_install
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc CHANGES FAQ TODO examples/

++++++ tmux-1.8.tar.gz -> tmux-1.9.tar.gz ++++++
++++ 21352 lines of diff (skipped)

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

Reply via email to