Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2015-09-24 06:15:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tmux (Old)
 and      /work/SRC/openSUSE:Factory/.tmux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tmux"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tmux/tmux.changes        2015-07-16 
17:15:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tmux.new/tmux.changes   2015-09-24 
06:15:55.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 18 22:13:32 UTC 2015 - pce...@suse.com
+
+- enable build on SLE11 (requires libevent2)
+- move comment to patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tmux.spec ++++++
--- /var/tmp/diff_new_pack.zoT2Hr/_old  2015-09-24 06:15:56.000000000 +0200
+++ /var/tmp/diff_new_pack.zoT2Hr/_new  2015-09-24 06:15:56.000000000 +0200
@@ -34,14 +34,18 @@
 Patch0:         tmux-socket-path.patch
 BuildRequires:  automake
 BuildRequires:  pkgconfig
-# TODO: if we want building on sle11 we would need to guard the next two lines 
with suse_version. but as the libevent there is too old skipping that for now.
 BuildRequires:  utempter-devel
+%if 0%{?suse_version} >= 1200
 BuildRequires:  pkgconfig(libevent) >= 2.0
 %if 0%{?suse_version} >= 1320
 BuildRequires:  pkgconfig(ncurses)
 %else
 BuildRequires:  ncurses-devel
 %endif
+%else
+BuildRequires:  ncurses-devel
+BuildRequires:  libevent2-devel
+%endif
 %if %{with systemd}
 BuildRequires:  pkgconfig(systemd)
 %endif

++++++ tmux-socket-path.patch ++++++
--- /var/tmp/diff_new_pack.zoT2Hr/_old  2015-09-24 06:15:56.000000000 +0200
+++ /var/tmp/diff_new_pack.zoT2Hr/_new  2015-09-24 06:15:56.000000000 +0200
@@ -1,3 +1,8 @@
+# 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
+# 
+# <crrodrig...@opensuse.org>
 --- tmux.c.orig        2015-03-01 22:46:05.000000000 +0100
 +++ tmux.c     2015-07-09 09:40:19.853421647 +0200
 @@ -138,7 +138,7 @@


Reply via email to