Accepting request 899877 from GNOME:Next
Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/899877 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=379
This commit is contained in:
parent
126ff49aa8
commit
9d942d9514
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a71b312e5a667c5374895188a506a3f6b671768bcb362b68efdc562773d198e
|
||||
size 2678364
|
3
mutter-40.2.tar.xz
Normal file
3
mutter-40.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa4738eeb93bb8583ebff811a7bd52b6d11e61789ec734aae6d3ac3d227baaa7
|
||||
size 2681840
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 11 11:58:55 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 40.2:
|
||||
+ Fix mouse position in remote desktop with fractional scaling.
|
||||
+ Fix fd leak.
|
||||
+ Disable KMS modifiers on radeon driver.
|
||||
+ Fix adding virtual monitor to physical session.
|
||||
+ Unbreak press-drag-release to pop up and select right click
|
||||
menus.
|
||||
+ Fix VKMS detection.
|
||||
+ Misc. bug fixes.
|
||||
+ Updated translations.
|
||||
- Changes from version 40.1:
|
||||
+ Prevent clients from pasting old selection data.
|
||||
+ Fix forward_key IM functionality on wayland.
|
||||
+ Ensure valid window texture size after viewport changes.
|
||||
+ Only update cached paint volumes when necessary.
|
||||
+ Only disable KMS modifiers for drivers with known problems.
|
||||
+ Fix X11 client resize during moves.
|
||||
+ Fix performance drop during night light transition with Nvidia.
|
||||
+ kms: Don't add common modes that exceed the max bandwidth.
|
||||
+ Create virtual input devices on demand.
|
||||
+ Fix wrong night light gamma when leaving power saving.
|
||||
+ Fix picking edge case.
|
||||
+ Properly tear down things when shutting down.
|
||||
+ Fix monitor screencasting with fractional scaling.
|
||||
+ Fixed crash.
|
||||
+ Plugged memory leak.
|
||||
+ Misc. bug fixes and cleanups.
|
||||
+ Updated translations.
|
||||
- Disable mutter-disable-cvt-s390x.patch: Needs rebase.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 23 00:47:06 UTC 2021 - Alynx Zhou <alynx.zhou@suse.com>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define api_minor 0
|
||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||
Name: mutter
|
||||
Version: 40.0
|
||||
Version: 40.2
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0-or-later
|
||||
@ -33,7 +33,7 @@ Source: https://download.gnome.org/sources/mutter/40/%{name}-%{version}.
|
||||
|
||||
# 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
|
||||
# PATCH-NEEDS-REBASE mutter-disable-cvt-s390x.patch bsc#1158128 fcrozat@suse.com -- Do not search for cvt on s390x, it doesn't exist there WAS PATCH-FIX-UPSTREAM
|
||||
Patch4: mutter-disable-cvt-s390x.patch
|
||||
|
||||
## SLE-only patches start at 1000
|
||||
@ -135,7 +135,7 @@ applications that want to make use of the mutter library.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
#patch4 -p1
|
||||
|
||||
# SLE-only patches and translations.
|
||||
translation-update-upstream po mutter
|
||||
|
Loading…
Reference in New Issue
Block a user