1
0

Accepting request 506743 from GNOME:Factory

New upstream release (forwarded request 506313 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/506743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdg-desktop-portal?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2017-06-29 13:15:20 +00:00 committed by Git OBS Bridge
commit 868f0cfde6
6 changed files with 53 additions and 6 deletions

View File

@ -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.5</param>
<param name="revision">refs/tags/0.8</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/flatpak/xdg-desktop-portal.git</param>
<param name="changesrevision">3daad21c289952edb60573752c9aa93a5c56e66d</param></service></servicedata>
<param name="changesrevision">ea111542b516142a0740ab8f47325566a9c51693</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Mon Jun 26 12:26:40 UTC 2017 - zaitor@opensuse.org
- Update to version 0.8:
+ Update po files.
- Changes from version 0.7:
+ notification: Fix copy+paste error.
+ notification: Subscribe to the right interface for signals.
+ If the random request ID creates a collision, pick a new random
ID.
+ Add some rationale.
+ Fix a typo.
+ Update README.md.
+ OpenURI: Refuse to handle file: uris.
+ Add an OpenFile method.
+ OpenFile: Fix URI.
+ Cache entire flatpak info file for peer, not just app id.
+ Store the cached flatpak-info keyfile with the request.
+ OpenFile: Rewrite app paths in /usr and /app (and /newroot).
+ OpenFile: Ensure that passed O_PATH fd is correct.
+ Send more data to the appchooser.
+ Updated translations.
- Changes from version 0.6:
+ Remove what appears to be printing lines from a debugging
session.
+ open-uri: Fix segfault crash when no content-type can be
resolved.
+ account: Remove debug spew.
+ Update README.md.
+ Add an email portal.
+ Include the email portal in the docs.
+ build: No need to clean org.freedesktop.portal.Desktop.service
twice.
+ Add a systemd user unit corresponding to the session service.
+ notifications: Add better debug and error messages.
+ device: Add more detail to error messages.
+ Handle g_variant_lookup failure.
+ Encode po/Makevars in UTF-8.
+ Initialize autofree string variable to NULL.
+ open-uri: Implement a more permissive policy for the OpenURI
portal.
+ data: Fix typo in NetworkMonitor XML definition.
+ Updated translations.
-------------------------------------------------------------------
Sun Jan 22 09:50:48 UTC 2017 - zaitor@opensuse.org

View File

@ -17,7 +17,7 @@
Name: xdg-desktop-portal
Version: 0.5
Version: 0.8
Release: 0
Summary: A portal frontend service for Flatpak
License: LGPL-2.1+
@ -74,9 +74,11 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install
%defattr(-,root,root)
%doc COPYING
%{_libexecdir}/xdg-desktop-portal
%{_userunitdir}/xdg-desktop-portal.service
%{_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.Email.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.FileChooser.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Inhibit.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Notification.xml
@ -85,6 +87,7 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install
%{_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.Email.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.FileChooser.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Inhibit.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.NetworkMonitor.xml