Hello community,

here is the log from the commit of package wlroots for openSUSE:Factory checked 
in at 2020-03-12 23:06:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wlroots (Old)
 and      /work/SRC/openSUSE:Factory/.wlroots.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wlroots"

Thu Mar 12 23:06:21 2020 rev:9 rq:784165 version:0.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/wlroots/wlroots.changes  2020-03-11 
18:55:00.675665891 +0100
+++ /work/SRC/openSUSE:Factory/.wlroots.new.3160/wlroots.changes        
2020-03-12 23:11:49.595312563 +0100
@@ -1,0 +2,6 @@
+Thu Mar 12 00:54:43 UTC 2020 - Max Lin <[email protected]>
+
+- Disable logind support in Leap 15, we don't have systemd >= 237,
+  neither elogind.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wlroots.spec ++++++
--- /var/tmp/diff_new_pack.n9keVh/_old  2020-03-12 23:11:50.103312763 +0100
+++ /var/tmp/diff_new_pack.n9keVh/_new  2020-03-12 23:11:50.107312765 +0100
@@ -93,8 +93,12 @@
 export CFLAGS="%{optflags} -I/usr/include/wayland -Wno-redundant-decls"
 %meson \
   %{?with_libcap:-Denable-libcap=true} \
+%if 0%{?suse_version} >= 1550
   %{?with_systemd:-Denable-systemd=true} \
   %{?with_elogind:-Denable-elogind=true} \
+%else
+  -Dlogind=disabled \
+%endif
   %{?with_x11_backend:-Denable-x11_backend=true} \
   %{?with_xwayland:-Denable-xwayland=true} \
   %{?with_xcb_errors:-Denable-xcb_errors=true}


Reply via email to