Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wlroots for openSUSE:Factory checked 
in at 2021-06-25 15:01:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wlroots (Old)
 and      /work/SRC/openSUSE:Factory/.wlroots.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wlroots"

Fri Jun 25 15:01:27 2021 rev:15 rq:902217 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/wlroots/wlroots.changes  2021-06-19 
23:05:24.903891081 +0200
+++ /work/SRC/openSUSE:Factory/.wlroots.new.2625/wlroots.changes        
2021-06-25 15:02:09.564211698 +0200
@@ -1,0 +2,15 @@
+Thu Jun 24 08:14:39 UTC 2021 - Michael Vetter <[email protected]>
+
+- Update to 0.14.0:
+  Release highlights:
+  * Renderer refactoring work is well underway: everything now uses the new
+    infrastructure under-the-hood except the DRM backend's primary plane.
+  * The Pixman renderer has been merged, alongside new allocators (shared
+    memory for Wayland/X11 and DRM dumb buffers).
+  * Session management is now completely offloaded to libseat.
+  * Support for the xdg-activation-v1 protocol has been merged.
+  * For details see: https://github.com/swaywm/wlroots/releases/tag/0.14.0
+- Remove logind/systemd dependency and use libseat instead for (e)logind
+  and seat support
+
+-------------------------------------------------------------------

Old:
----
  wlroots-0.13.0.tar.gz

New:
----
  wlroots-0.14.0.tar.gz

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

Other differences:
------------------
++++++ wlroots.spec ++++++
--- /var/tmp/diff_new_pack.9zGN4M/_old  2021-06-25 15:02:10.048212289 +0200
+++ /var/tmp/diff_new_pack.9zGN4M/_new  2021-06-25 15:02:10.052212294 +0200
@@ -16,15 +16,14 @@
 #
 
 
-%define libname libwlroots8
+%define libname libwlroots9
 %bcond_without  libcap
-%bcond_without  systemd
-%bcond_with     elogind
 %bcond_without  x11_backend
 %bcond_without  xwayland
 %bcond_without  xcb_errors
+%bcond_without  seatd
 Name:           wlroots
-Version:        0.13.0
+Version:        0.14.0
 Release:        0
 Summary:        Modular Wayland compositor library
 License:        MIT
@@ -46,7 +45,6 @@
 BuildRequires:  pkgconfig(libseat)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(pixman-1)
-BuildRequires:  pkgconfig(uuid)
 BuildRequires:  pkgconfig(wayland-client)
 BuildRequires:  pkgconfig(wayland-egl)
 BuildRequires:  pkgconfig(wayland-protocols) >= 1.16
@@ -55,11 +53,8 @@
 %if %{with libcap}
 BuildRequires:  pkgconfig(libcap)
 %endif
-%if %{with systemd}
-BuildRequires:  pkgconfig(libsystemd)
-%endif
-%if %{with elogind}
-BuildRequires:  pkgconfig(libelogind)
+%if %{with seatd}
+BuildRequires:  pkgconfig(libseat)
 %endif
 %if %{with x11_backend} || %{with xwayland}
 BuildRequires:  xorg-x11-server-wayland
@@ -102,15 +97,9 @@
 export CFLAGS="%{optflags} -I/usr/include/wayland -Wno-redundant-decls"
 %meson \
   %{?with_libcap:-Dlibcap=enabled} \
-%if 0%{?suse_version} >= 1550
-  %{?with_systemd:-Dsystemd=enabled} \
-  %{?with_elogind:-Dlogind=enabled} \
-  -Dlogind-provider=systemd \
-%else
-  -Dlogind=disabled \
-%endif
   %{?with_x11_backend:-Dx11_backend=enabled} \
   %{?with_xwayland:-Dxwayland=enabled} \
+  %{?with_xcb_errors:-Dlibseat=enabled} \
   %{?with_xcb_errors:-Dxcb-errors=enabled}
 %meson_build
 

++++++ wlroots-0.13.0.tar.gz -> wlroots-0.14.0.tar.gz ++++++
++++ 14293 lines of diff (skipped)

Reply via email to