Accepting request 478645 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/478645 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=7
This commit is contained in:
commit
d48662eca9
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.8.3</param>
|
<param name="revision">refs/tags/0.8.4</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/flatpak.git</param>
|
<param name="url">https://github.com/flatpak/flatpak.git</param>
|
||||||
<param name="changesrevision">b02a3cf42a11102fbedb795d95e835e55c7e3544</param></service></servicedata>
|
<param name="changesrevision">7e18ec30b27e6f25a43e982dc6e5dd6c0a708fa0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e5214f88b657cf474e5898dadb28c493f7d302ee8acfe6b0ae53424b597748d5
|
|
||||||
size 547424
|
|
3
flatpak-0.8.4.tar.xz
Normal file
3
flatpak-0.8.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:07bb07150809a960cb8430d55b42a2dd2a0b876578b57f4e7322b034d076e9a0
|
||||||
|
size 547956
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 10 20:58:11 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.8.4:
|
||||||
|
+ Fix no-systemd-user warning (it doesn't affect sandboxing
|
||||||
|
anymore).
|
||||||
|
+ run: propagate wildcard xauth entries to app bundle.
|
||||||
|
+ Don't remove origin remotes if some other ref uses it.
|
||||||
|
+ Fix repeated download of locates on update.
|
||||||
|
+ update: Don't update related refs from different remote.
|
||||||
|
+ Initialize g_autofree string to NULL, not to crash when early
|
||||||
|
returning.
|
||||||
|
+ document portal: Disable spice_read as it seems broken.
|
||||||
|
+ Return the container from flatpak_get_system_installations().
|
||||||
|
+ Don't include newlines in error messages.
|
||||||
|
+ utils: Fix list_unmtainained_refs.
|
||||||
|
+ Avoid possible null dereference.
|
||||||
|
+ utils: Fix flatpak_bundle_load typo.
|
||||||
|
+ list: Don't check error twice.
|
||||||
|
+ list-remotes: Handle remotes with no url specified.
|
||||||
|
+ run: Handle error when enumerating /etc.
|
||||||
|
+ zero-mtime: Handle error when enumerating directory.
|
||||||
|
+ Fix error check when loading configuration.
|
||||||
|
+ Support runtime-less extra-data.
|
||||||
|
+ flatpak_list_extensions: Break out code into helper.
|
||||||
|
+ extensions: Support multiple versions.
|
||||||
|
+ Append flatpak data dirs if XDG_DATA_DIRS is already set
|
||||||
|
(gh#flatpak/flatpak#611).
|
||||||
|
+ appstream: Don't add runtime to flatpak bundle tag for
|
||||||
|
runtimes.
|
||||||
|
+ Split extra-data setup and fetch.
|
||||||
|
+ Improve progress calculation.
|
||||||
|
+ profile: Don't add flatpak to XDG_DATA_DIRS if its already
|
||||||
|
there.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop flatpak-propagate-xauth-wildcard.patch: fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 21 16:42:32 UTC 2017 - zaitor@opensuse.org
|
Tue Feb 21 16:42:32 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
@ -22,6 +59,13 @@ Tue Feb 21 16:42:32 UTC 2017 - zaitor@opensuse.org
|
|||||||
+ Fix uid/gid for directories in document portal.
|
+ Fix uid/gid for directories in document portal.
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 15 15:28:07 UTC 2017 - adrien.plazas@suse.com
|
||||||
|
|
||||||
|
- Add flatpak-propagate-xauth-wildcard.patch which ensures
|
||||||
|
applications have the right to communicate with the X server.
|
||||||
|
(gh#flatpak/flatpak#569).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 10 16:45:25 UTC 2017 - kamikazow@opensuse.org
|
Fri Feb 10 16:45:25 UTC 2017 - kamikazow@opensuse.org
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
%define libname libflatpak0
|
%define libname libflatpak0
|
||||||
Name: flatpak
|
Name: flatpak
|
||||||
Version: 0.8.3
|
Version: 0.8.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Manage OSTree based application bundles
|
Summary: Manage OSTree based application bundles
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
Loading…
Reference in New Issue
Block a user