Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2017-05-31 12:22:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tmux (Old)
 and      /work/SRC/openSUSE:Factory/.tmux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tmux"

Wed May 31 12:22:35 2017 rev:36 rq:499869 version:2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/tmux/tmux.changes        2017-05-04 
15:05:21.230401449 +0200
+++ /work/SRC/openSUSE:Factory/.tmux.new/tmux.changes   2017-05-31 
12:22:38.503841396 +0200
@@ -1,0 +2,8 @@
+Tue May 30 22:26:00 UTC 2017 - mimi...@gmail.com
+
+- update to 2.5
+- dropped tmux_issue889.patch
+- refresh tmux-socket-path.patch
+* new stable release
+
+-------------------------------------------------------------------

Old:
----
  tmux-2.4.tar.gz
  tmux_issue889.patch

New:
----
  tmux-2.5.tar.gz

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

Other differences:
------------------
++++++ tmux.spec ++++++
--- /var/tmp/diff_new_pack.JLSEMp/_old  2017-05-31 12:22:39.067761788 +0200
+++ /var/tmp/diff_new_pack.JLSEMp/_new  2017-05-31 12:22:39.071761224 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           tmux
-Version:        2.4
+Version:        2.5
 Release:        0
 Summary:        Terminal multiplexer
 License:        ISC and BSD-3-Clause and BSD-2-Clause
@@ -26,8 +26,6 @@
 Source0:        
https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
 # 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
-# PATCH-FIX-UPSTREAM tmux_issue889.patch -- mimi...@gmail.com -- fix 
boo#1037468
-Patch1:         tmux_issue889.patch
 BuildRequires:  automake
 BuildRequires:  pkgconfig
 BuildRequires:  utempter-devel
@@ -56,7 +54,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 autoreconf -fi

++++++ tmux-2.4.tar.gz -> tmux-2.5.tar.gz ++++++
++++ 7258 lines of diff (skipped)

++++++ tmux-socket-path.patch ++++++
--- /var/tmp/diff_new_pack.JLSEMp/_old  2017-05-31 12:22:39.287730736 +0200
+++ /var/tmp/diff_new_pack.JLSEMp/_new  2017-05-31 12:22:39.287730736 +0200
@@ -1,10 +1,10 @@
-Index: tmux-2.4/tmux.c
+Index: tmux-2.5/tmux.c
 ===================================================================
---- tmux-2.4.orig/tmux.c
-+++ tmux-2.4/tmux.c
-@@ -120,7 +120,7 @@ make_label(const char *label)
+--- tmux-2.5.orig/tmux.c
++++ tmux-2.5/tmux.c
+@@ -119,7 +119,7 @@ make_label(const char *label)
        if ((s = getenv("TMUX_TMPDIR")) != NULL && *s != '\0')
-               xasprintf(&base, "%s/tmux-%u", s, uid);
+               xasprintf(&base, "%s/tmux-%ld", s, (long)uid);
        else
 -              xasprintf(&base, "%s/tmux-%ld", _PATH_TMP, (long)uid);
 +              xasprintf(&base, "/run/tmux/%ld", (long)uid);


Reply via email to