commit tmux for openSUSE:Leap:15.2

2020-05-07 Thread root
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.changes2020-05-07 
19:33:55.322280181 +0200
@@ -1,0 +2,34 @@
+Tue May  5 08:44:13 UTC 2020 - Andreas Stieger 
+
+- 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 
+
+- 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)




commit tmux for openSUSE:Leap:15.2

2020-02-06 Thread root
Hello community,

here is the log from the commit of package tmux for openSUSE:Leap:15.2 checked 
in at 2020-02-06 21:36:43

Comparing /work/SRC/openSUSE:Leap:15.2/tmux (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.tmux.new.26092 (New)


Package is "tmux"

Thu Feb  6 21:36:43 2020 rev:21 rq:770151 version:3.1~rc1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/tmux/tmux.changes  2020-01-15 
16:24:35.112623718 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.tmux.new.26092/tmux.changes   2020-02-06 
21:36:48.372114662 +0100
@@ -1,0 +2,6 @@
+Tue Feb  4 12:04:31 UTC 2020 - Ismail Dönmez 
+
+- Update to v3.1-rc
+  * Please see the included CHANGES file
+
+---

Old:

  tmux-3.0a.tar.gz

New:

  tmux-3.1-rc.tar.gz



Other differences:
--
++ tmux.spec ++
--- /var/tmp/diff_new_pack.mjPjfQ/_old  2020-02-06 21:36:49.072114959 +0100
+++ /var/tmp/diff_new_pack.mjPjfQ/_new  2020-02-06 21:36:49.084114964 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tmux
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+%define _version 3.1-rc
 
 Name:   tmux
-Version:3.0a
+Version:3.1~rc1
 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/%{version}/%{name}-%{version}.tar.gz
+Source0:
https://github.com/tmux/tmux/releases/download/3.1/%{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
@@ -51,7 +52,7 @@
 to (display and accept keyboard input from) multiple clients.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_version}
 %patch0 -p1
 
 %build