Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2020-02-04 19:57:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tmux (Old)
 and      /work/SRC/openSUSE:Factory/.tmux.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tmux"

Tue Feb  4 19:57:48 2020 rev:49 rq:769999 version:3.1~rc1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tmux/tmux.changes        2019-12-23 
22:45:47.190030926 +0100
+++ /work/SRC/openSUSE:Factory/.tmux.new.26092/tmux.changes     2020-02-04 
19:57:50.273478539 +0100
@@ -1,0 +2,6 @@
+Tue Feb  4 12:04:31 UTC 2020 - Ismail Dönmez <idon...@suse.com>
+
+- 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.uiDu5P/_old  2020-02-04 19:57:50.941478929 +0100
+++ /var/tmp/diff_new_pack.uiDu5P/_new  2020-02-04 19:57:50.945478931 +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


Reply via email to