diff --git a/_service b/_service index 0cbf4f8..a7846e6 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git @PARENT_TAG@ enable - refs/tags/0.8.3 + refs/tags/0.8.4 *.tar diff --git a/_servicedata b/_servicedata index db64c6c..4ea9856 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/flatpak/flatpak.git - b02a3cf42a11102fbedb795d95e835e55c7e3544 \ No newline at end of file + 7e18ec30b27e6f25a43e982dc6e5dd6c0a708fa0 \ No newline at end of file diff --git a/flatpak-0.8.3.tar.xz b/flatpak-0.8.3.tar.xz deleted file mode 100644 index bf20bf2..0000000 --- a/flatpak-0.8.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5214f88b657cf474e5898dadb28c493f7d302ee8acfe6b0ae53424b597748d5 -size 547424 diff --git a/flatpak-0.8.4.tar.xz b/flatpak-0.8.4.tar.xz new file mode 100644 index 0000000..9998467 --- /dev/null +++ b/flatpak-0.8.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07bb07150809a960cb8430d55b42a2dd2a0b876578b57f4e7322b034d076e9a0 +size 547956 diff --git a/flatpak.changes b/flatpak.changes index 1967622..875cb81 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -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 @@ -22,6 +59,13 @@ Tue Feb 21 16:42:32 UTC 2017 - zaitor@opensuse.org + Fix uid/gid for directories in document portal. + 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 diff --git a/flatpak.spec b/flatpak.spec index 724b25b..65f6185 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -22,7 +22,7 @@ %define libname libflatpak0 Name: flatpak -Version: 0.8.3 +Version: 0.8.4 Release: 0 Summary: Manage OSTree based application bundles License: LGPL-2.1+