Update to 3.36.0

This commit is contained in:
Florian Müllner
2020-03-07 23:21:50 +01:00
parent 69790dd4aa
commit ce6f3f8e1a
4 changed files with 7 additions and 61 deletions

View File

@@ -7,8 +7,8 @@
%global mutter_api_version 6
Name: mutter
Version: 3.35.92
Release: 3%{?dist}
Version: 3.36.0
Release: 1%{?dist}
Summary: Window and compositing manager based on Clutter
License: GPLv2+
@@ -18,10 +18,6 @@ Source0: http://download.gnome.org/sources/%{name}/3.35/%{name}-%{version}
# Work-around for OpenJDK's compliance test
Patch0: 0001-window-actor-Special-case-shaped-Java-windows.patch
# Fix pop-up menus on secondary heads:
# https://gitlab.gnome.org/GNOME/mutter/issues/1098
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1110
Patch1: 1110.patch
BuildRequires: chrpath
BuildRequires: pango-devel
@@ -167,6 +163,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_datadir}/mutter-%{mutter_api_version}/tests
%changelog
* Sat Mar 07 2020 Florian Müllner <fmuellner@redhat.com> - 3.36.0-1
- Update to 3.36.0
* Fri Mar 06 2020 Adam Williamson <awilliam@redhat.com> - 3.35.92-3
- Backport fix for pop-up menus on secondary heads (Gitlab #1098)