Hello community,

here is the log from the commit of package tmux for openSUSE:Factory
checked in at Mon Jul 11 10:13:05 CEST 2011.



--------
--- tmux/tmux.changes   2010-12-28 01:55:30.000000000 +0100
+++ /mounts/work_src_done/STABLE/tmux/tmux.changes      2011-07-10 
11:12:59.000000000 +0200
@@ -1,0 +2,74 @@
+Sun Jul 10 08:24:13 UTC 2011 - g...@opensuse.org
+
+- update to version 1.5
+  - support xterm mouse modes 1002 and 1003
+  - add a -P option to new-window and split-window to print the new
+    window or pane index in target form (useful to pass it into
+    other commands)
+  - support for UTF-8 mouse input (\033[1005h) which was added in
+    xterm 262
+  - accept colours of the hex form #ffffff and translate to the
+    nearest from the xterm(1) 256-colour set
+  - use TMPDIR if set
+  - support -x and -y for new-session to specify the initial size
+    of the window if created detached with -d
+  - make bind-key accept characters with the top-bit-set and print
+    them as octal
+  - set $TMUX without the session when background jobs are run
+  - add a -P option to detach to HUP the client's parent process
+    (usually causing it to exit as well)
+  - support passing through escape sequences to the underlying
+    terminal by using DCS with a "tmux;" prefix
+  - give each pane created in a tmux server a unique id (starting
+    from 0), put it in the TMUX_PANE environment variable and
+    accept it as a target
+  - allow a start and end line to be specified for capture-pane
+    which may be negative to capture part of the history
+  - add -a and -s options to lsp to list all panes in the server or
+    session respectively; likewise add -s to lsw
+  - change -t on display-message to be target-pane for the #[A-Z]
+    replacements and add -c as target-client
+  - the attach-session command now prefers the most recently used
+    unattached session
+  - add -s option to detach-client to detach all clients attached
+    to a session
+  - add -t to list-clients
+  - change window with mouse wheel over status line if
+    mouse-select-window is on
+  - when mode-mouse is on, automatically enter copy mode when the
+    mouse is dragged or the mouse wheel is used, also exit copy
+    mode when the mouse wheel is scrolled off the bottom
+  - provide #h character pair for short hostname (no domain)
+  - add a new option, mouse-resize-pane; when on, panes may be
+    resized by dragging their borders
+  - add three new copy-mode commands - select-line, copy-line,
+    copy-end-of-line
+  - support setting the xterm clipboard when copying from copy mode
+    using the xterm escape sequence for the purpose (if xterm is
+    configured to allow it)
+  - support xterm(1) cursor colour change sequences through
+    terminfo(5) Cc (set) and Cr (reset) extensions
+  - support DECSCUSR sequence to set the cursor style with two new
+    terminfo(5) extensions, Cs and Csr
+  - make the command-prompt custom prompts recognize the
+    status-left option character pairs
+  - add a respawn-pane command
+  - add a couple of extra xterm-style keys that gnome terminal
+    provides
+  - allow the initial context on prompts to be set with the new -I
+    option to command-prompt; include the current window and
+    session name in the prompt when renaming and add a new key
+    binding ($) for rename session
+  - option bell-on-alert added to trigger the terminal bell when
+    there is an alert
+  - change the list-keys format so that it shows the keys using
+    actual tmux commands which should be able to be directly copied
+    into the config file
+  - show full targets for lsp/lsw -a
+  - make confirm-before prompt customizable with -p option like
+    command-prompt and add the character pairs #W and #P to the
+    default kill-{pane,window} prompts
+  - vi mode improvements
+  - bugfixes
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  tmux-1.4.tar.bz2

New:
----
  tmux-1.5.tar.gz

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

Other differences:
------------------
++++++ tmux.spec ++++++
--- /var/tmp/diff_new_pack.sKyFvL/_old  2011-07-11 10:12:36.000000000 +0200
+++ /var/tmp/diff_new_pack.sKyFvL/_new  2011-07-11 10:12:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package tmux (Version 1.4)
+# spec file for package tmux
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 
 Name:           tmux
-Version:        1.4
+Version:        1.5
 Release:        1
 Summary:        Terminal multiplexer
 Group:          System/Console
@@ -28,7 +28,7 @@
 AutoReqProv:    on
 BuildRequires:  ncurses-devel
 BuildRequires:  libevent-devel
-Source:         %{name}-%{version}.tar.bz2
+Source:         %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,16 +47,12 @@
 %setup -q
 
 %build
-# note that tmux does not use autoconf/automake
 export CFLAGS="%{optflags} -fno-strict-aliasing"
-./configure
+%configure
 make %{?_smp_mflags}
 
 %install
-install -d -m 755 %{buildroot}%{_bindir}
-install -m 0755 tmux %{buildroot}%{_bindir}/tmux
-install -d -m 755 %{buildroot}%{_mandir}/man1
-install -m 0644 tmux.1 %{buildroot}%{_mandir}/man1/tmux.1
+%make_install
 
 %clean
 rm -rf %{buildroot}


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



Remember to have fun...

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

Reply via email to