Accepting request 853062 from GNOME:Factory

(forwarded request 852959 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/853062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-shell?expand=0&rev=191
This commit is contained in:
Dominique Leuenberger 2020-12-05 19:35:21 +00:00 committed by Git OBS Bridge
commit 05b0b6d736
5 changed files with 21 additions and 46 deletions

View File

@ -1,39 +0,0 @@
From 98234acd5b48a58c2d112b5edb3dddb85e04a643 Mon Sep 17 00:00:00 2001
From: Daniel van Vugt <daniel.van.vugt@canonical.com>
Date: Fri, 2 Oct 2020 08:33:31 +0000
Subject: [PATCH] windowManager: Avoid calling meta_window_actor_thaw when not
frozen
Because that tends to crash in:
```
g_error ("Error in freeze/thaw accounting");
```
Closes: https://gitlab.gnome.org/GNOME/mutter/-/issues/1431
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1453
(cherry picked from commit 6ba3ca5f9548ba0a87a9e3ffa129716d0a062e1e)
---
js/ui/windowManager.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js
index ab86a2e6a3..91b764ea8d 100644
--- a/js/ui/windowManager.js
+++ b/js/ui/windowManager.js
@@ -1378,6 +1378,10 @@ var WindowManager = class {
onStopped: () => this._sizeChangeWindowDone(shellwm, actor),
});
+ // ease didn't animate and cleared the info, we are done
+ if (!actor.__animationInfo)
+ return;
+
// Now unfreeze actor updates, to get it to the new size.
// It's important that we don't wait until the animation is completed to
// do this, otherwise our scale will be applied to the old texture size.
--
GitLab

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b789e3296463c4cbfa329ad1724df38439c3e6d7537a01025cd8f2fec8c90bb4
size 1812860

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53600f00d8c8b8ae3c785de69c48eeb376e2b8508e9b12d6a242f3edfb3cd515
size 1814152

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Dec 3 19:12:19 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.38.2:
+ Handle @content properties in ease() functions.
+ Fix screencast indicator on Xorg.
+ Fix inline-replies in chat notifications.
+ Improve do-not-disturb support.
+ Fix mobile broadband support.
+ Improve app picker spacing on larger resolutions.
+ Plugged leaks.
+ Fixed crashes.
+ Misc. bug fixes and cleanups.
+ Updated translations.
- Drop 98234acd5b48a58c2d112b5edb3dddb85e04a643.patch: Fixed
upstream.
-------------------------------------------------------------------
Fri Oct 23 19:30:05 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -19,7 +19,7 @@
%global __requires_exclude typelib\\(Meta\\)
Name: gnome-shell
Version: 3.38.1
Version: 3.38.2
Release: 0
Summary: GNOME Shell
# shew extension is LGPL 2.1; gnome-shell-extension-tool is GPL-3.0-or-later
@ -40,8 +40,6 @@ Patch2: gnome-shell-disable-ibus-when-not-installed.patch
Patch4: gnome-shell-fate324570-Make-GDM-background-image-configurable.patch
# PATCH-NEEDS-REBASE gnome-shell-jscSLE9267-Remove-sessionList-of-endSessionDialog.patch jsc#SLE-9267 qkzhu@suse.com -- Remove sessionList of endSessionDialog (WAS: PATCH-FEATURE-OPENSUSE)
Patch5: gnome-shell-jscSLE9267-Remove-sessionList-of-endSessionDialog.patch
# PATCH-FIX-UPSTREAM https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/98234acd5b48a58c2d112b5edb3dddb85e04a643.patch mrueckert@suse.de -- Fix crash triggered with steam or gnome-shell
Patch6: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/98234acd5b48a58c2d112b5edb3dddb85e04a643.patch
## NOTE: Keep SLE-only patches at bottom (starting on 1000).
# PATCH-FEATURE-SLE gnome-shell-gdm-login-applet.patch fate#314545 dliang@suse.com -- Add an applet on login UI to display suse icon, product name, hostname.
@ -180,7 +178,6 @@ This package contains an optional extensions app for managing GNOME Shell extens
%patch2 -p1
%patch4 -p1
#patch5 -p1
%patch6 -p1
translation-update-upstream