SHA256
1
0
forked from pool/mutter

Accepting request 940290 from GNOME:Next

- Update to version 41.2:
  + Fix blank screen when unplugging docking station.
  + Prefer GBM over EGLStream where possible.
  + Fix unredirected Xwayland windows not getting updated.
  + Improve anti-aliasing of background corners.
  + Copy damage rectangles to secondary GPU
  + Improve Wacom tablet mapping.
  + Fixed crashes.
  + Misc. bug fixes and cleanups.
  + Updated translations.
- Switch to git checkout of released tag via source service.

OBS-URL: https://build.opensuse.org/request/show/940290
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=396
This commit is contained in:
2021-12-13 16:39:46 +00:00
committed by Git OBS Bridge
parent b0eba16e77
commit a160a2f734
7 changed files with 51 additions and 5 deletions

View File

@@ -23,13 +23,16 @@
%define api_minor 0
%define libmutter libmutter-%{api_major}-%{api_minor}
Name: mutter
Version: 41.1
Version: 41.2
Release: 0
Summary: Window and compositing manager based on Clutter
License: GPL-2.0-or-later
Group: System/GUI/GNOME
URL: https://www.gnome.org
Source: https://download.gnome.org/sources/mutter/41/%{name}-%{version}.tar.xz
# Source url disabled, we are using a git checkout via source service
#Source0: https://download.gnome.org/sources/mutter/41/%%{name}-%%{version}.tar.xz
Source0: %{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE mutter-Lower-HIDPI_LIMIT-to-144.patch fate#326682, bsc#1125467 qkzhu@suse.com -- Lower HIDPI_LIMIT to 144
Patch3: mutter-Lower-HIDPI_LIMIT-to-144.patch
# PATCH-FIX-UPSTREAM mutter-disable-cvt-s390x.patch bsc#1158128 fcrozat@suse.com -- Do not search for cvt on s390x, it doesn't exist there