diff --git a/SPECS/gnome-shell.spec b/SPECS/gnome-shell.spec index a243f1f..5f987a4 100644 --- a/SPECS/gnome-shell.spec +++ b/SPECS/gnome-shell.spec @@ -2,7 +2,7 @@ Name: gnome-shell Version: 40.10 -Release: 4%{?dist}.inferit +Release: 5%{?dist}.inferit Summary: Window management and application launching for GNOME License: GPLv2+ @@ -38,8 +38,7 @@ Patch36: 0001-st-texture-cache-purge-on-resume.patch Patch37: 0001-Update-generated-stylesheets.patch Patch38: add-power-profiles-menu.patch Patch39: 0001-status-network-Use-wwan-settings-panel-for-GSM-LTE-M.patch -# MSVSphere commented -# Patch40: 0001-welcomeDialog-Adapt-dialog-title.patch +Patch40: 0001-welcomeDialog-Adapt-dialog-title.patch Patch41: 0001-main-Leak-the-GJS-context-and-ShellGlobal.patch Patch42: fix-markup-in-highlighter.patch Patch43: restrict-dbus-callers.patch @@ -161,6 +160,7 @@ Requires: bolt%{?_isa} # Needed for launching flatpak apps etc # 1.8.0 is needed for source type support in the screencast portal. Requires: xdg-desktop-portal-gtk >= 1.8.0 +Requires: xdg-desktop-portal-gnome # needed by the welcome dialog Recommends: gnome-tour @@ -268,10 +268,14 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de %{_mandir}/man1/gnome-shell.1* %changelog -* Mon Apr 10 2023 Sergey Cherevko - 40.10-4.inferit +* Mon Apr 10 2023 Sergey Cherevko - 40.10-5.inferit - Updated Russian translation - Rebuilt for MSVSphere 9.1 +* Wed Feb 22 2023 Florian Müllner - 40.10-5 +- Require xdg-desktop-portal-gnome + Resolves: #2172524 + * Sat Dec 17 2022 Florian Müllner - 40.10-4 - Allow gnome portal to access introspection API Resolves: #2144743