From 7395964eeb53be5db3f9a7123a932d70de70a0cf84ce8f81deed3edbe3171e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 18 Mar 2022 11:01:41 +0000 Subject: [PATCH] Tweak .changes OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/xdg-desktop-portal?expand=0&rev=48 --- xdg-desktop-portal.changes | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xdg-desktop-portal.changes b/xdg-desktop-portal.changes index ec8c1ff..2b71744 100644 --- a/xdg-desktop-portal.changes +++ b/xdg-desktop-portal.changes @@ -2,32 +2,32 @@ Fri Mar 18 06:50:05 UTC 2022 - Antonio Larrosa - Update to version 1.14.0: - * Add a new "dynamic launcher" portal, which can install .desktop + + Add a new "dynamic launcher" portal, which can install .desktop files and accompanying icons after user confirmation. - * Rework handling of empty app IDs: In case an empty string app + + Rework handling of empty app IDs: In case an empty string app ID is stored in the permission store, this permission is now shared only by apps whose app ID couldn't be determined, rather than all unsandboxed apps. - * Use libsystemd (when available) to try to determine the app ID + + Use libsystemd (when available) to try to determine the app ID of unsandboxed processes. This is useful since some portals otherwise can't be used by host apps. - * Make x-d-p start on session start, which is needed for the + + Make x-d-p start on session start, which is needed for the dynamic launcher portal to handle rewriting launchers for apps that have been renamed. - * Bring back the copy of Flatpak's icon-validator, which was + + Bring back the copy of Flatpak's icon-validator, which was dropped many releases ago. - * Icon validation is now required for the notification and + + Icon validation is now required for the notification and dynamic launcher portals (previously it was only done if the "flatpak-validate-icon" binary could be found). - * document-portal: Move to the libfuse3 API - * document-portal: Use renameat2 sys call - * document-portal: Use mutex to fix concurrency bug - * realtime: Fix error code paths - * realtime: Fix MakeThreadHighPriorityWithPID method - * screencast: Fix an error when restoring streams - * ci: Various improvements - * Documentation improvements - * New translations: pt, ro + + document-portal: Move to the libfuse3 API + + document-portal: Use renameat2 sys call + + document-portal: Use mutex to fix concurrency bug + + realtime: Fix error code paths + + realtime: Fix MakeThreadHighPriorityWithPID method + + screencast: Fix an error when restoring streams + + ci: Various improvements + + Documentation improvements + + Updated translations. - Replace BuildRequires: pkgconfig(fuse) with pkgconfig(fuse3) since document-portal moved to use it. - Add BuildRequires: pkgconfig(libsystemd) and