From 7f4df06645a5b7a7b44690c55984c013c89d9b0a Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 15 2021 06:11:25 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/gnome-shell.spec b/SPECS/gnome-shell.spec index 12893f7..931adea 100644 --- a/SPECS/gnome-shell.spec +++ b/SPECS/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.32.2 -Release: 25%{?dist} +Release: 27%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -35,6 +35,7 @@ Patch33: 0001-panel-add-an-icon-to-the-ActivitiesButton.patch Patch34: 0001-app-Fall-back-to-window-title-instead-of-WM_CLASS.patch Patch35: 0001-windowMenu-Bring-back-workspaces-submenu-for-static-.patch Patch36: 0001-shell-app-Handle-workspace-from-startup-notification.patch +Patch37: 0001-main-Dump-stack-on-segfaults-by-default.patch Patch38: 0001-appDisplay-Show-full-app-name-on-hover.patch Patch39: horizontal-workspace-support.patch Patch40: 0001-animation-fix-unintentional-loop-while-polkit-dialog.patch @@ -67,6 +68,9 @@ 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 +# Backport OSK fixes (#1871041) +Patch75: osk-fixes.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 @@ -246,6 +250,14 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de %{_mandir}/man1/%{name}.1.gz %changelog +* Thu Jan 14 2021 Florian Müllner - 3.32.2-27 +- Default to printing JS backtrace on segfaults + Resolves: #1883868 + +* Wed Jan 13 2021 Carlos Garnacho - 3.32.2-26 +- Backport OSK fixes + Resolves: #1871041 + * Tue Jan 12 2021 Jonas Ådahl - 3.32.2-25 - Stop screen recording on monitor changes Resolves: #1705392