forked from pool/xdg-desktop-portal
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
This commit is contained in:
parent
c9c0c69dc2
commit
5f51c089c6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10f887b8b84aedc12fa9b01cc65bc6e0c8a6674460dd72c09f0cd1985ac5c7ed
|
||||
size 421660
|
3
xdg-desktop-portal-1.6.0.tar.xz
Normal file
3
xdg-desktop-portal-1.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:883c9c9a925e48af54812b5347f546dd776ec2e27076a83d5a8126af6bafb9da
|
||||
size 453516
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 23:44:36 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user