From a325d59398c57ed72667aaa38fc26cf549060d67ea562f4ed2f71c4d3e110332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 23 Jan 2017 16:13:13 +0000 Subject: [PATCH] Accepting request 451799 from GNOME:Next New release OBS-URL: https://build.opensuse.org/request/show/451799 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/xdg-desktop-portal?expand=0&rev=3 --- _service | 2 +- _servicedata | 2 +- xdg-desktop-portal-0.3.tar.xz | 3 --- xdg-desktop-portal-0.5.tar.xz | 3 +++ xdg-desktop-portal.changes | 26 ++++++++++++++++++++++++++ xdg-desktop-portal.spec | 6 ++++-- 6 files changed, 35 insertions(+), 7 deletions(-) delete mode 100644 xdg-desktop-portal-0.3.tar.xz create mode 100644 xdg-desktop-portal-0.5.tar.xz diff --git a/_service b/_service index ffe1c5c..5d7613b 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git @PARENT_TAG@ enable - refs/tags/0.3 + refs/tags/0.5 *.tar diff --git a/_servicedata b/_servicedata index 1b4493d..e6ea366 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/flatpak/xdg-desktop-portal.git - d543a102c7bc730865b77d33e086c1946b0f0b3e \ No newline at end of file + 3daad21c289952edb60573752c9aa93a5c56e66d \ No newline at end of file diff --git a/xdg-desktop-portal-0.3.tar.xz b/xdg-desktop-portal-0.3.tar.xz deleted file mode 100644 index 7b6125e..0000000 --- a/xdg-desktop-portal-0.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0d4fe185db1f855ed4e5804617812b009f19fbb1102858bcfbde57c7d77f2b7 -size 41680 diff --git a/xdg-desktop-portal-0.5.tar.xz b/xdg-desktop-portal-0.5.tar.xz new file mode 100644 index 0000000..8be8914 --- /dev/null +++ b/xdg-desktop-portal-0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016aa835c5cb26949d50b30c8fce6019d064e9003563f6213f312c9f98abe310 +size 45932 diff --git a/xdg-desktop-portal.changes b/xdg-desktop-portal.changes index 9cb818d..dbc0005 100644 --- a/xdg-desktop-portal.changes +++ b/xdg-desktop-portal.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun Jan 22 09:50:48 UTC 2017 - zaitor@opensuse.org + +- Update to version 0.5: + + notification: Support 'non-exported actions. + + Fix issues found in testing. + + Avoid a crash when removing notifications. + + Add an Account portal. + + Change the Account portal API. + + Update README.md. + + Add a version property to all portal interfaces. + + Fix a refcounting snafu. + + file chooser: + - Always grant write permissions for save dialogs. + - Fix reading the writable property. + + Simplify version support. + + Updated translations. + +------------------------------------------------------------------- +Wed Jan 11 01:51:56 UTC 2017 - zaitor@opensuse.org + +- Update to version 0.4: + + No longer rely on cgroups to find the app id. + + Fix handling of mime type filters in the file chooser portal. + + Updated translations. + ------------------------------------------------------------------- Thu Nov 3 16:54:10 UTC 2016 - dimstar@opensuse.org diff --git a/xdg-desktop-portal.spec b/xdg-desktop-portal.spec index 2993f0b..8621ef2 100644 --- a/xdg-desktop-portal.spec +++ b/xdg-desktop-portal.spec @@ -1,7 +1,7 @@ # # spec file for package xdg-desktop-portal # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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: 0.3 +Version: 0.5 Release: 0 Summary: A portal frontend service for Flatpak License: LGPL-2.1+ @@ -75,6 +75,7 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install %doc COPYING %{_libexecdir}/xdg-desktop-portal %{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Access.xml +%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Account.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.AppChooser.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.FileChooser.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Inhibit.xml @@ -82,6 +83,7 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install %{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Print.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Request.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Screenshot.xml +%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Account.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Device.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.portal.FileChooser.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Inhibit.xml