Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wlroots10 for openSUSE:Factory checked in at 2023-05-12 20:38:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wlroots10 (Old) and /work/SRC/openSUSE:Factory/.wlroots10.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wlroots10" Fri May 12 20:38:53 2023 rev:2 rq:1086752 version:0.15.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wlroots10/wlroots10.changes 2022-12-02 13:13:32.737986611 +0100 +++ /work/SRC/openSUSE:Factory/.wlroots10.new.1533/wlroots10.changes 2023-05-12 20:41:31.295263582 +0200 @@ -1,0 +2,6 @@ +Fri May 12 12:40:10 UTC 2023 - llyyr <llyyr.pub...@gmail.com> + +- Remove 3456.patch: Don't build example applications anymore. Fixes build with + ffmpeg-6. + +------------------------------------------------------------------- Old: ---- 3456.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wlroots10.spec ++++++ --- /var/tmp/diff_new_pack.mPXQRC/_old 2023-05-12 20:41:32.107268044 +0200 +++ /var/tmp/diff_new_pack.mPXQRC/_new 2023-05-12 20:41:32.147268264 +0200 @@ -1,7 +1,7 @@ # # spec file for package wlroots10 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,6 @@ Group: System/GUI/Other URL: https://gitlab.freedesktop.org/wlroots/wlroots Source0: %{name}-%{version}.tar.gz -Patch0: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3456.patch BuildRequires: glslang-devel BuildRequires: meson >= 0.58.1 BuildRequires: pkgconfig @@ -93,7 +92,6 @@ %prep %setup -n wlroots-%{version} -%patch0 -p1 %build export CFLAGS="%{optflags} -I/usr/include/wayland -Wno-redundant-decls" @@ -103,6 +101,7 @@ %{?with_libinput_backend:'libinput',} %{?with_x11_backend:'x11',} ]" \ + -Dexamples=false \ %{?with_xwayland:-Dxwayland=enabled} \ %{?with_xcb_errors:-Dxcb-errors=enabled} %meson_build