Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2016-02-01 19:57:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-20 
00:08:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tmux.new/tmux.changes   2016-02-01 
19:57:52.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Feb  1 13:09:14 UTC 2016 - mimi...@gmail.com
+
+- cleanup specfile 
+
+-------------------------------------------------------------------
+Sun Jan 31 09:02:58 UTC 2016 - mplus...@suse.com
+
+- Enable bash-completion support
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tmux.spec ++++++
--- /var/tmp/diff_new_pack.L7pbZI/_old  2016-02-01 19:57:53.000000000 +0100
+++ /var/tmp/diff_new_pack.L7pbZI/_new  2016-02-01 19:57:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tmux
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,11 +16,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%if 0%{?suse_version} > 1230
-%bcond_without systemd
-%else
-%bcond_with    systemd
-%endif
 
 Name:           tmux
 Version:        2.1
@@ -35,21 +30,14 @@
 BuildRequires:  automake
 BuildRequires:  pkgconfig
 BuildRequires:  utempter-devel
-%if 0%{?suse_version} >= 1200
+BuildRequires:  pkgconfig(systemd)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 tmux is a terminal multiplexer: it enables a number of terminals (or windows),
@@ -65,9 +53,7 @@
 
 %prep
 %setup -q
-%if %{with systemd}
 %patch0
-%endif
 
 %build
 autoreconf -fi
@@ -76,23 +62,22 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%{buildroot}"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+install -D -m 0644 examples/bash_completion_tmux.sh 
%{buildroot}%{_sysconfdir}/bash_completion.d/bash_completion_tmux.sh
 
-%if %{with systemd}
 mkdir -p %{buildroot}%{_tmpfilesdir}
 printf 'd /run/tmux 1777 root root -' > %{buildroot}%{_tmpfilesdir}/tmux.conf
 
 %post
 systemd-tmpfiles --create %{_tmpfilesdir}/%{name}.conf || true
-%endif
 
 %files
 %defattr(-,root,root,-)
 %doc examples/ CHANGES COPYING FAQ TODO
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{ext_man}
-%if %{with systemd}
+%config %{_sysconfdir}/bash_completion.d/bash_completion_tmux.sh
 %{_tmpfilesdir}/%{name}.conf
-%endif
+%ghost /run/tmux
 
 %changelog


Reply via email to