From a5dace42a43f86e7d1f6ef58bebe1ca0015ca758 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 00:02:56 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mutter.git#9aa54664fb51d5202b2277d5df6d20db146d753a --- mutter.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/mutter.spec b/mutter.spec index cb1f706..b6c05a2 100644 --- a/mutter.spec +++ b/mutter.spec @@ -8,7 +8,7 @@ Name: mutter Version: 40.0~alpha.1.1 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Window and compositing manager based on Clutter License: GPLv2+ @@ -73,7 +73,7 @@ BuildRequires: pkgconfig(wayland-eglstream) BuildRequires: json-glib-devel >= %{json_glib_version} BuildRequires: libgudev1-devel BuildRequires: libinput-devel >= %{libinput_version} -BuildRequires: xorg-x11-server-Xwayland +BuildRequires: pkgconfig(xwayland) Obsoletes: mutter-wayland < 3.13.0 Obsoletes: mutter-wayland-devel < 3.13.0 @@ -125,7 +125,7 @@ the functionality of the installed %{name} package. %autosetup -S git -n %{name}-40.alpha.1.1 %build -%meson -Degl_device=true -Dwayland_eglstream=true -Dxwayland_initfd=disabled +%meson -Degl_device=true -Dwayland_eglstream=true %meson_build %install @@ -164,6 +164,13 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_datadir}/mutter-%{mutter_api_version}/tests %changelog +* Mon Feb 1 2021 Olivier Fourdan - 40.0~alpha.1.1-3 +- Add build dependency on Xwayland-devel package (from Xwayland standalone) +- Do not explicitly disable initfd support. + +* Tue Jan 26 2021 Fedora Release Engineering - 40.0~alpha.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Jan 14 2021 Florian Müllner - 40.0~alpha.1.1-1 - Update to 40.alpha.1.1 to adjust for GSettings schema changes in g-s-d