forked from pool/xdg-desktop-portal
Accepting request 451991 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/451991 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdg-desktop-portal?expand=0&rev=2
This commit is contained in:
commit
7baa33c443
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/0.3</param>
|
||||
<param name="revision">refs/tags/0.5</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/flatpak/xdg-desktop-portal.git</param>
|
||||
<param name="changesrevision">d543a102c7bc730865b77d33e086c1946b0f0b3e</param></service></servicedata>
|
||||
<param name="changesrevision">3daad21c289952edb60573752c9aa93a5c56e66d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0d4fe185db1f855ed4e5804617812b009f19fbb1102858bcfbde57c7d77f2b7
|
||||
size 41680
|
3
xdg-desktop-portal-0.5.tar.xz
Normal file
3
xdg-desktop-portal-0.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:016aa835c5cb26949d50b30c8fce6019d064e9003563f6213f312c9f98abe310
|
||||
size 45932
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user