forked from pool/xdg-desktop-portal
Accepting request 619152 from GNOME:Factory
New upstream rel (forwarded request 619134 from iznogood) OBS-URL: https://build.opensuse.org/request/show/619152 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdg-desktop-portal?expand=0&rev=5
This commit is contained in:
commit
28867497a1
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="revision">refs/tags/0.10</param>
|
<param name="revision">refs/tags/0.11</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/flatpak/xdg-desktop-portal.git</param>
|
<param name="url">https://github.com/flatpak/xdg-desktop-portal.git</param>
|
||||||
<param name="changesrevision">7b818b146f0d832551356d3c84de1df1a39a37fa</param></service></servicedata>
|
<param name="changesrevision">753cc5f41103fd2e5feb87249d9b465f173aff8a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f35ce260f02661e6705823bb269c643d07aeaf7b301abe369c1df74eb7ed93a6
|
|
||||||
size 111876
|
|
3
xdg-desktop-portal-0.11.tar.xz
Normal file
3
xdg-desktop-portal-0.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06774a6d766c2bdd1cc0f2732053c825986e8968f48975d0aa98f77144164e34
|
||||||
|
size 114996
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 26 10:08:20 UTC 2018 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.11:
|
||||||
|
+ OpenURI:
|
||||||
|
- Fix misleading warning when accessing the permission store
|
||||||
|
- Don't skip the dialog based on content type if a threshold is
|
||||||
|
set
|
||||||
|
+ document-portal:
|
||||||
|
- Support non-O_PATH fds for adding existing files
|
||||||
|
- Only give DELETE right if you also get WRITE rights
|
||||||
|
- Make fd validation stricter wrt /proc/pid/fd symlink
|
||||||
|
- Rewrite paths in data
|
||||||
|
- Verify access right on fds
|
||||||
|
- Add some debug spew
|
||||||
|
+ XdpAppInfo: Nicer handling of kind
|
||||||
|
+ Add support for snap packages
|
||||||
|
+ XdpAppInfo: Centralize handling of xdp_app_info_new_host ()
|
||||||
|
+ Broaden what are valid app ids to allow snap.$PKGNAME
|
||||||
|
+ README: Fix docs link
|
||||||
|
+ Don't register http: uris
|
||||||
|
+ remote-desktop: Correct device type values
|
||||||
|
+ utils:
|
||||||
|
- Generalize XdpAppInfo with a tagged union
|
||||||
|
- Clarify content of app_infos hash table
|
||||||
|
- Use more constants for interactions with the dbus-daemon
|
||||||
|
- Don't leak names whose ownership changed
|
||||||
|
+ file-chooser: Handle save-file backend failure
|
||||||
|
+ screen-cast: add missing sync request
|
||||||
|
+ documents xml: Correct flag value for as-needed-by-app
|
||||||
|
+ build: Run install-test-data-hook as intended
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 5 15:15:29 UTC 2018 - fcrozat@suse.com
|
Mon Mar 5 15:15:29 UTC 2018 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xdg-desktop-portal
|
Name: xdg-desktop-portal
|
||||||
Version: 0.10
|
Version: 0.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A portal frontend service for Flatpak
|
Summary: A portal frontend service for Flatpak
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user