Backport fix for #1630943 from upstream master

This commit is contained in:
Adam Williamson
2018-10-03 13:41:00 -07:00
parent d2f895e5dd
commit 371cda4940
2 changed files with 50 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
Name: mutter
Version: 3.30.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Window and compositing manager based on Clutter
License: GPLv2+
@@ -16,6 +16,9 @@ URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/%{name}/3.30/%{name}-%{version}.tar.xz
Patch0: startup-notification.patch
# Backport of https://gitlab.gnome.org/GNOME/mutter/commit/68ec9ac017157def9b7c25dd8141dc0e93d9f918
# Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1630943
Patch1: 0001-wayland-No-xdg-output-events-without-a-logical-monit.patch
BuildRequires: chrpath
BuildRequires: pango-devel
@@ -181,6 +184,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_datadir}/mutter/tests
%changelog
* Wed Oct 03 2018 Adam Williamson <awilliam@redhat.com> - 3.30.0-3
- Backport fix for #1630943 from upstream master
* Thu Sep 06 2018 Mateusz Mikuła <mati865@gmail.com> - 3.30.0-2
- Enable EGLDevice support