Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package seatd for openSUSE:Factory checked 
in at 2021-03-28 11:55:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/seatd (Old)
 and      /work/SRC/openSUSE:Factory/.seatd.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "seatd"

Sun Mar 28 11:55:18 2021 rev:3 rq:881462 version:0.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/seatd/seatd.changes      2021-03-16 
15:47:04.501291173 +0100
+++ /work/SRC/openSUSE:Factory/.seatd.new.2401/seatd.changes    2021-03-28 
11:57:27.656282321 +0200
@@ -1,0 +2,9 @@
+Thu Mar 25 19:29:37 UTC 2021 - Denys Kondratenko <std...@opensuse.org>
+
+- enable logind for the libseat (disabled by default)
+  * fixes errors during login, see:
+    https://github.com/openSUSE/openSUSEway/issues/37
+  * this works with libsystemd >= 237 with new API:
+    sd_bus_match_signal
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ seatd.spec ++++++
--- /var/tmp/diff_new_pack.c11TKV/_old  2021-03-28 11:57:28.180282784 +0200
+++ /var/tmp/diff_new_pack.c11TKV/_new  2021-03-28 11:57:28.184282789 +0200
@@ -28,6 +28,13 @@
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
 BuildRequires:  scdoc
+
+%if 0%{?suse_version} > 1520
+#15.2 don't have needed API
+#https://github.com/systemd/systemd/commit/b423e4fb73866e529869b348efb7169ee91f00c9
+BuildRequires:  pkgconfig(libsystemd) >= 237
+%endif
+
 BuildRequires:  pkgconfig(systemd)
 Requires:       libseat1 = %{version}
 
@@ -54,7 +61,13 @@
 %autosetup -p1
 
 %build
+%if 0%{?suse_version} > 1520
+#15.2 don't have needed API
+%meson -Dlogind=enabled
+%else
 %meson
+%endif
+
 %meson_build
 
 %install

Reply via email to