diff --git a/SPECS/gnome-shell.spec b/SPECS/gnome-shell.spec index 73ac400..12893f7 100644 --- a/SPECS/gnome-shell.spec +++ b/SPECS/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.32.2 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -64,6 +64,9 @@ Patch63: 0004-global-force-fsync-to-worker-thread-when-saving-stat.patch Patch64: 0005-app-cache-add-ShellAppCache-for-GAppInfo-caching.patch Patch65: 0006-js-Always-use-AppSystem-to-lookup-apps.patch +# Stop screen recording on monitor changes (#1705392) +Patch70: 0001-screencast-Stop-recording-when-screen-size-or-resour.patch + # suspend/resume fix on nvidia (#1663440) Patch10001: 0001-background-refresh-after-suspend-on-wayland.patch Patch10002: 0002-background-rebuild-background-not-just-animation-on-.patch @@ -243,7 +246,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de %{_mandir}/man1/%{name}.1.gz %changelog -* Tue Jan 07 2021 Florian Müllner - 3.32.2-24 +* Tue Jan 12 2021 Jonas Ådahl - 3.32.2-25 +- Stop screen recording on monitor changes + Resolves: #1705392 + +* Thu Jan 07 2021 Florian Müllner - 3.32.2-24 - Handle workspace from startup notification Resolves: #1671761