From 5f51c089c69323cabc66c161c1e16030f35da06e964a2923adb074da2203e8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 27 Dec 2019 16:23:12 +0000 Subject: [PATCH] Accepting request 758660 from GNOME:Next New stable rel OBS-URL: https://build.opensuse.org/request/show/758660 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/xdg-desktop-portal?expand=0&rev=21 --- xdg-desktop-portal-1.4.2.tar.xz | 3 --- xdg-desktop-portal-1.6.0.tar.xz | 3 +++ xdg-desktop-portal.changes | 48 +++++++++++++++++++++++++++++++++ xdg-desktop-portal.spec | 8 +++--- 4 files changed, 56 insertions(+), 6 deletions(-) delete mode 100644 xdg-desktop-portal-1.4.2.tar.xz create mode 100644 xdg-desktop-portal-1.6.0.tar.xz diff --git a/xdg-desktop-portal-1.4.2.tar.xz b/xdg-desktop-portal-1.4.2.tar.xz deleted file mode 100644 index c42367a..0000000 --- a/xdg-desktop-portal-1.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10f887b8b84aedc12fa9b01cc65bc6e0c8a6674460dd72c09f0cd1985ac5c7ed -size 421660 diff --git a/xdg-desktop-portal-1.6.0.tar.xz b/xdg-desktop-portal-1.6.0.tar.xz new file mode 100644 index 0000000..371e083 --- /dev/null +++ b/xdg-desktop-portal-1.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883c9c9a925e48af54812b5347f546dd776ec2e27076a83d5a8126af6bafb9da +size 453516 diff --git a/xdg-desktop-portal.changes b/xdg-desktop-portal.changes index 94e41f3..78d697a 100644 --- a/xdg-desktop-portal.changes +++ b/xdg-desktop-portal.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Fri Dec 20 23:44:36 UTC 2019 - Bjørn Lie + +- Update to version 1.6.0: + + tests: Adapt to libportal api changes. +- Changes from version 1.5.4: + + background: + - Add a signal to the impl api. + - Rewrite the monitoring to better track when apps disappear. + + permissions: Fix SetValue handling of GVariant wrapping. This + is an api change. + + openuri: + - Add a per-type always-ask option. + - Show the app chooser dialog less often. + + memorymonitor: A new portal to let apps receive low memory + warnings. + + filetransfer: A new portal to rewrite file paths between + sandboxes. +- Changes from version 1.5.3: + + Add more tests. + + location: Various fixes. + + document portal: Monitor fuse mount. + + openuri: + - Only ask 3 times to use the same app. + - Add an 'ask' option. + + Fix build from git. + + email: Allow multiple addresses, cc and bcc. + + filechooser: Allow saving multiple files. + + Update translations. +- Changes from version 1.5.2: + + Add many more tests, using libportal. + + gamemode: Add a pidfd-based api. + + inhibit: Send a Response signal. + + openuri: Add an OpenDirectory api. + + Updated translations. +- Changes from version 1.5.1: + + Add a portal for setting desktop backgrounds + + Add tests. + + Optionally use libportal (for tests). +- Changes from version 1.5.0: + + Add a secret portal that is meant be used via libsecret inside + the sandbox. One backend for this will live in gnome-keyring, + others are possible. + + Fix a file descriptor leak. + + Reduce log spam. + + Updated translations. +- Add pkgconfig(libportal) BuildRequires: New dependency. + ------------------------------------------------------------------- Thu Jun 13 23:39:21 UTC 2019 - Bjørn Lie diff --git a/xdg-desktop-portal.spec b/xdg-desktop-portal.spec index b06abfa..7b4c1a3 100644 --- a/xdg-desktop-portal.spec +++ b/xdg-desktop-portal.spec @@ -1,7 +1,7 @@ # # spec file for package xdg-desktop-portal # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ Name: xdg-desktop-portal -Version: 1.4.2 +Version: 1.6.0 Release: 0 Summary: A portal frontend service for Flatpak License: LGPL-2.1-or-later Group: System/Libraries URL: https://github.com/flatpak/xdg-desktop-portal -Source0: https://github.com/flatpak/xdg-desktop-portal/releases/download/%{version}/%{name}-%{version}.tar.xz +Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz + BuildRequires: pkgconfig BuildRequires: xmlto BuildRequires: pkgconfig(flatpak) @@ -35,6 +36,7 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.5.2 BuildRequires: pkgconfig(libpipewire-0.2) >= 0.2.6 +BuildRequires: pkgconfig(libportal) # Break cycle: we buildrequire flatpak, and flatpak has a requires on xdg-desktop-portal #!BuildIgnore: xdg-desktop-portal Recommends: %{name}-lang