From 670a0602bd5279e07118b3f2daaa430b263780dc03295c901a241f04f80c2bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 27 Oct 2023 13:50:01 +0000 Subject: [PATCH] Accepting request 1120626 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/1120626 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/xdg-desktop-portal?expand=0&rev=75 --- xdg-desktop-portal-1.18.0.tar.xz | 3 --- xdg-desktop-portal-1.18.1.tar.xz | 3 +++ xdg-desktop-portal.changes | 30 ++++++++++++++++++++++++++++++ xdg-desktop-portal.spec | 4 ++-- 4 files changed, 35 insertions(+), 5 deletions(-) delete mode 100644 xdg-desktop-portal-1.18.0.tar.xz create mode 100644 xdg-desktop-portal-1.18.1.tar.xz diff --git a/xdg-desktop-portal-1.18.0.tar.xz b/xdg-desktop-portal-1.18.0.tar.xz deleted file mode 100644 index c2e15d6..0000000 --- a/xdg-desktop-portal-1.18.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ea35a6420a98b598c83355fc19feaea8ba999149641bf84079b0c572b00f5bd -size 260788 diff --git a/xdg-desktop-portal-1.18.1.tar.xz b/xdg-desktop-portal-1.18.1.tar.xz new file mode 100644 index 0000000..00c3e68 --- /dev/null +++ b/xdg-desktop-portal-1.18.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4560478e78b1e246c53e4b0540e63748187143942d6f202a4dcd4864318bfd10 +size 696988 diff --git a/xdg-desktop-portal.changes b/xdg-desktop-portal.changes index aa7536d..8e1f336 100644 --- a/xdg-desktop-portal.changes +++ b/xdg-desktop-portal.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Oct 26 18:10:50 UTC 2023 - Bjørn Lie + +- Update to version 1.18.1: + + Communicate better when the Background portal kills an app. + + Properly quote Flatpak command in the Background portal. + + Improve documentation of the "cursor_mode" propery of the + ScreenCast backend D-Bus interface. + + Fix ScreenCast portal removing transient restore permissions + too early. This fixes screen sharing dialogs on Chromium asking + for the screen multiple times. + + Only send the Closed session signal to the sender. + + Add Meson options to disable building with Bubblewrap, and + without the Flatpak portal documentation. Disabling Bubblewrap + is highly discouraged, and only meant to be used on platforms + that do not currently support it. By disabling Bubblewrap, + bitmap validation happens without a sandbox, which is highly + insecure since image parsing is a common source of exploits. + Really, just do not disable Bubblewrap please. + + Improve the manpage of portals.conf. + + Various spelling fixes to the Document portal. + + Add a new website! We don't have a fancy domain yet, but the + website can be accessed at + https://flatpak.github.io/xdg-desktop-portal/ + + Improve pid mapping for host system apps. This should get rid + of some rare, unnecessary warnings. + + Adjust documentation of Global Shortcuts portal's timestamps to + millisecond granularity. + + Bump minimum Meson version to 0.58. + ------------------------------------------------------------------- Tue Oct 3 12:20:53 UTC 2023 - Antonio Larrosa diff --git a/xdg-desktop-portal.spec b/xdg-desktop-portal.spec index 5fdf649..4cc8179 100644 --- a/xdg-desktop-portal.spec +++ b/xdg-desktop-portal.spec @@ -17,7 +17,7 @@ Name: xdg-desktop-portal -Version: 1.18.0 +Version: 1.18.1 Release: 0 Summary: A portal frontend service for Flatpak License: LGPL-2.1-or-later @@ -26,7 +26,7 @@ URL: https://github.com/flatpak/xdg-desktop-portal Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildRequires: docutils -BuildRequires: meson +BuildRequires: meson >= 0.58 BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros BuildRequires: xmlto