Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2016-04-28 16:56:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-04-12 
19:40:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tmux.new/tmux.changes   2016-04-28 
17:01:09.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Apr 24 10:51:55 UTC 2016 - mplus...@suse.com
+
+- Add correct systemd requires (boo#976922)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tmux.spec ++++++
--- /var/tmp/diff_new_pack.x2tEMq/_old  2016-04-28 17:01:13.000000000 +0200
+++ /var/tmp/diff_new_pack.x2tEMq/_new  2016-04-28 17:01:13.000000000 +0200
@@ -28,11 +28,13 @@
 # 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
 BuildRequires:  automake
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig
 BuildRequires:  utempter-devel
+BuildRequires:  pkgconfig(libevent) >= 2.0
 BuildRequires:  pkgconfig(systemd)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig(libevent) >= 2.0
+%{?systemd_requires}
 %if 0%{?suse_version} >= 1320
 BuildRequires:  pkgconfig(ncurses)
 %else
@@ -62,7 +64,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 mkdir -p %{buildroot}%{_tmpfilesdir}
 printf 'd /run/tmux 1777 root root -' > %{buildroot}%{_tmpfilesdir}/tmux.conf


Reply via email to