1
0

Accepting request 673297 from GNOME:Factory

- Update to version 1.2.0:
  + notification:
    - Use icon validator from flatpak.
    - Don't leave temp files around.
  + email: Validate options better.
  + inhibit: Validate options better.
  + file chooser: Add support for setting the current filter.
  + Updated translations.
- Changes from version 1.1.1:
  + Validate icons in notifications.
  + Respect lockdown settings.
  + Write back permissions for notifications to indicate portal
    use.
  + Set st_nlink in the documents portal.
  + Add infrastructure for validating options.
  + Validate email addresses.
  + Updated translations.
- Changes from version 1.1.0:
  + Add a location portal, this requires geoclue 2.5.2.
  + Add a settings portal, for desktop-wide settings like XSettings
    or kdeglobals.
  + Allow locking down printing, save-to-disk and opening uris.
  + Monitor application changes in the open uri portal.
  + Add more tests.
  + Fix a crash when xdg-desktop-portal-gtk times out (boo#1118121,
    gh#flatpak/xdg-desktop-portal#236).
- Add pkgconfig(fontconfig) and pkgconfig(flatpak) BuildRequires:
  New dependencies.
- Add pkgconfig(libgeoclue-2.0) BuildRequires and pass
  enable-geoclue to configure, build new optional location portal.

OBS-URL: https://build.opensuse.org/request/show/673297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdg-desktop-portal?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2019-02-13 09:17:58 +00:00 committed by Git OBS Bridge
commit 07100c38eb
4 changed files with 43 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6d7c19ebe7d14bd42f49ce4b05e6bed5be42806625b3be3be8f23b385da02b6
size 390604

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9a4d6c415417aed3231ebc6c9a4091b90199bea4295aab311ce3dab4032e194
size 405856

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Wed Jan 30 17:06:04 UTC 2019 - bjorn.lie@gmail.com
- Update to version 1.2.0:
+ notification:
- Use icon validator from flatpak.
- Don't leave temp files around.
+ email: Validate options better.
+ inhibit: Validate options better.
+ file chooser: Add support for setting the current filter.
+ Updated translations.
- Changes from version 1.1.1:
+ Validate icons in notifications.
+ Respect lockdown settings.
+ Write back permissions for notifications to indicate portal
use.
+ Set st_nlink in the documents portal.
+ Add infrastructure for validating options.
+ Validate email addresses.
+ Updated translations.
- Changes from version 1.1.0:
+ Add a location portal, this requires geoclue 2.5.2.
+ Add a settings portal, for desktop-wide settings like XSettings
or kdeglobals.
+ Allow locking down printing, save-to-disk and opening uris.
+ Monitor application changes in the open uri portal.
+ Add more tests.
+ Fix a crash when xdg-desktop-portal-gtk times out (boo#1118121,
gh#flatpak/xdg-desktop-portal#236).
- Add pkgconfig(fontconfig) and pkgconfig(flatpak) BuildRequires:
New dependencies.
- Add pkgconfig(libgeoclue-2.0) BuildRequires and pass
enable-geoclue to configure, build new optional location portal.
-------------------------------------------------------------------
Wed Dec 19 21:50:14 UTC 2018 - bjorn.lie@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package xdg-desktop-portal
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: xdg-desktop-portal
Version: 1.0.3
Version: 1.2.0
Release: 0
Summary: A portal frontend service for Flatpak
License: LGPL-2.1-or-later
@ -27,10 +27,13 @@ Source0: https://github.com/flatpak/xdg-desktop-portal/releases/download/
BuildRequires: pkgconfig
BuildRequires: xmlto
BuildRequires: pkgconfig(flatpak)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(fuse)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.5.2
BuildRequires: pkgconfig(libpipewire-0.2) >= 0.2.2
Recommends: %{name}-lang
@ -62,6 +65,7 @@ This package contains convenience files for developers.
%build
%configure \
--enable-geoclue \
--enable-pipewire \
%{nil}
%make_build