Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package magpie for openSUSE:Factory checked in at 2023-09-01 14:19:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/magpie (Old) and /work/SRC/openSUSE:Factory/.magpie.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "magpie" Fri Sep 1 14:19:28 2023 rev:2 rq:1108279 version:0.9.3+0 Changes: -------- --- /work/SRC/openSUSE:Factory/magpie/magpie.changes 2023-08-31 13:51:57.393602165 +0200 +++ /work/SRC/openSUSE:Factory/.magpie.new.1766/magpie.changes 2023-09-01 14:19:57.609836656 +0200 @@ -1,0 +2,6 @@ +Thu Aug 31 12:08:49 UTC 2023 - Callum Farmer <[email protected]> + +- Remove wayland build dependencies: not needed until 1.0 ABI +- Sync meson options with mutter + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ magpie.spec ++++++ --- /var/tmp/diff_new_pack.p52K0A/_old 2023-09-01 14:19:59.005886483 +0200 +++ /var/tmp/diff_new_pack.p52K0A/_new 2023-09-01 14:19:59.009886626 +0200 @@ -16,6 +16,7 @@ # %define api_major 0 +%bcond_without profiler Name: magpie Version: 0.9.3+0 Release: 0 @@ -61,13 +62,12 @@ BuildRequires: pkgconfig(libwacom) >= 0.13 BuildRequires: pkgconfig(pango) >= 1.2.0 BuildRequires: pkgconfig(sm) +%if %{with profiler} BuildRequires: pkgconfig(sysprof-4) BuildRequires: pkgconfig(sysprof-capture-4) >= 3.37.3 +%endif BuildRequires: pkgconfig(udev) BuildRequires: pkgconfig(upower-glib) >= 0.99.0 -BuildRequires: pkgconfig(wayland-eglstream) -BuildRequires: pkgconfig(wayland-protocols) >= 1.21 -BuildRequires: pkgconfig(wayland-server) >= 1.13.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11-xcb) BuildRequires: pkgconfig(xau) @@ -86,7 +86,6 @@ BuildRequires: pkgconfig(xrandr) >= 1.5.0 BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xtst) -BuildRequires: pkgconfig(xwayland) # needs the configuration files from mutter still Requires: mutter >= 44.0 @@ -110,7 +109,13 @@ %autosetup -p1 %build -%meson +%meson \ + -Degl_device=true \ +%if %{with profiler} + -Dprofiler=true \ +%else + -Dprofiler=false \ +%endif %meson_build %install
