Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wlroots for openSUSE:Factory checked in at 2022-01-19 00:35:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wlroots (Old) and /work/SRC/openSUSE:Factory/.wlroots.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wlroots" Wed Jan 19 00:35:27 2022 rev:18 rq:947258 version:0.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wlroots/wlroots.changes 2021-12-07 00:01:02.672211665 +0100 +++ /work/SRC/openSUSE:Factory/.wlroots.new.1892/wlroots.changes 2022-01-19 00:36:00.626325396 +0100 @@ -1,0 +2,7 @@ +Tue Jan 18 15:45:43 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Remove libcap build option. It's not used since 0.11.0: + https://github.com/swaywm/wlroots/pull/2140 +- Fix x11 backend option: x11_backend is actually x11-backend + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wlroots.spec ++++++ --- /var/tmp/diff_new_pack.kLFeUz/_old 2022-01-19 00:36:01.122325750 +0100 +++ /var/tmp/diff_new_pack.kLFeUz/_new 2022-01-19 00:36:01.126325753 +0100 @@ -1,7 +1,7 @@ # # spec file for package wlroots # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,6 @@ %define libname libwlroots9 -%bcond_without libcap %bcond_without x11_backend %bcond_without xwayland %bcond_without xcb_errors @@ -50,9 +49,6 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.16 BuildRequires: pkgconfig(wayland-server) >= 1.16 BuildRequires: pkgconfig(xkbcommon) -%if %{with libcap} -BuildRequires: pkgconfig(libcap) -%endif %if %{with x11_backend} || %{with xwayland} BuildRequires: xorg-x11-server-wayland BuildRequires: pkgconfig(x11-xcb) @@ -93,8 +89,7 @@ %build export CFLAGS="%{optflags} -I/usr/include/wayland -Wno-redundant-decls" %meson \ - %{?with_libcap:-Dlibcap=enabled} \ - %{?with_x11_backend:-Dx11_backend=enabled} \ + %{?with_x11_backend:-Dx11-backend=enabled} \ %{?with_xwayland:-Dxwayland=enabled} \ %{?with_xcb_errors:-Dxcb-errors=enabled} %meson_build