Hello community,

here is the log from the commit of package tmux for openSUSE:Leap:15.2 checked 
in at 2020-05-07 19:28:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/tmux (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.tmux.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tmux"

Thu May  7 19:28:22 2020 rev:22 rq:800933 version:3.1b

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/tmux/tmux.changes      2020-02-06 
21:36:48.372114662 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.tmux.new.2738/tmux.changes    2020-05-07 
19:33:55.322280181 +0200
@@ -1,0 +2,34 @@
+Tue May  5 08:44:13 UTC 2020 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- tmux 3.1b:
+  * Fix crash when allow-rename ison and an empty name is set
+
+-------------------------------------------------------------------
+Thu Apr 30 07:31:37 UTC 2020 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- tmux 3.1a:
+  * Do not close stdout prematurely in control mode since it is
+    needed to print exit messages. Prevents hanging when detaching
+   with iTerm2
+- includes changes between 3.1-rc1 and 3.1:
+  * Only search the visible part of the history when marking
+    (highlighting) search terms. This is much faster than searching
+    the whole history and solves problems with large histories. The
+    count of matches shown is now the visible matches rather than
+    all matches
+  * Search using regular expressions in copy mode. search-forward
+    and search-backward use regular expressions by default; the
+    incremental versions do not
+  * Turn off mouse mode 1003 as well as the rest when exiting
+  * Add selection_active format for when the selection is present
+    but not moving with the cursor
+  * Fix dragging with modifier keys, so binding keys such as
+    C-MouseDrag1Pane and C-MouseDragEnd1Pane now work
+  * Add -a to list-keys to also list keys without notes with -N
+  * Do not jump to next word end if already on a word end when
+    selecting a word; fixes select-word with single character words
+    and vi(1) keys
+  * Fix top and bottom pane calculation with pane border status
+    enabled
+
+-------------------------------------------------------------------

Old:
----
  tmux-3.1-rc.tar.gz

New:
----
  tmux-3.1b.tar.gz

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

Other differences:
------------------
++++++ tmux.spec ++++++
--- /var/tmp/diff_new_pack.DZawel/_old  2020-05-07 19:33:55.750281037 +0200
+++ /var/tmp/diff_new_pack.DZawel/_new  2020-05-07 19:33:55.750281037 +0200
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define _version 3.1-rc
 
 Name:           tmux
-Version:        3.1~rc1
+Version:        3.1b
 Release:        0
 Summary:        Terminal multiplexer
 License:        ISC AND BSD-3-Clause AND BSD-2-Clause
 Group:          System/Console
 URL:            https://tmux.github.io/
-Source0:        
https://github.com/tmux/tmux/releases/download/3.1/%{name}-%{_version}.tar.gz
+Source0:        
https://github.com/tmux/tmux/releases/download/%{version}/%{name}-%{version}.tar.gz
 Source1:        bash_completion_tmux.sh
 # PATCH-FIX-OPENSUSE 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
 Patch0:         tmux-socket-path.patch
@@ -52,7 +51,7 @@
 to (display and accept keyboard input from) multiple clients.
 
 %prep
-%setup -q -n %{name}-%{_version}
+%setup -q
 %patch0 -p1
 
 %build

++++++ tmux-3.1-rc.tar.gz -> tmux-3.1b.tar.gz ++++++
++++ 2991 lines of diff (skipped)


Reply via email to