From 21d245db40accb292e820e058856f3fd954df7b1bcd745a247700fd7930f4a79 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 1 Dec 2016 13:32:17 +0000 Subject: [PATCH] Accepting request 442712 from GNOME:Next Upate to 0.6.14 OBS-URL: https://build.opensuse.org/request/show/442712 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=12 --- _service | 2 +- _servicedata | 2 +- flatpak-0.6.13.tar.xz | 3 --- flatpak-0.6.14.tar.xz | 3 +++ flatpak.changes | 33 +++++++++++++++++++++++++++++++++ flatpak.spec | 4 ++-- 6 files changed, 40 insertions(+), 7 deletions(-) delete mode 100644 flatpak-0.6.13.tar.xz create mode 100644 flatpak-0.6.14.tar.xz diff --git a/_service b/_service index c181754..22e751e 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git @PARENT_TAG@ enable - refs/tags/0.6.13 + refs/tags/0.6.14 *.tar diff --git a/_servicedata b/_servicedata index de4968c..a958a19 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/flatpak/flatpak.git - af983c2b0674d3d3532d1827cc2d1ad8eb4ce88e \ No newline at end of file + 109698c6b00f0957a53772cb924ca8b9d4962244 \ No newline at end of file diff --git a/flatpak-0.6.13.tar.xz b/flatpak-0.6.13.tar.xz deleted file mode 100644 index ab8623d..0000000 --- a/flatpak-0.6.13.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7d74f3421eb596e6cfb6096a72c986ed991f981a33527b87e273efc5c48ac50 -size 501148 diff --git a/flatpak-0.6.14.tar.xz b/flatpak-0.6.14.tar.xz new file mode 100644 index 0000000..85be231 --- /dev/null +++ b/flatpak-0.6.14.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40cbd0d7e00899604bfc09db79a0ad14e9861ecae27eec342607ccab877573f +size 510448 diff --git a/flatpak.changes b/flatpak.changes index f823035..d95d65c 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Nov 29 15:00:20 UTC 2016 - dimstar@opensuse.org + +- Update to version 0.6.14: + + Update bundled bubblewrap to 0.1.4 which has some nice + bugfixes. + + Requires OSTree 2016.14, which allows us to drop some old + workarounds. + + When installing an application system-wide, don't consider + dependencies that are installed for the user only. + + Flatpak install --from now tries to re-use existing remotes to + avoid creating unnecessary origin remotes. + + Using --filesystem=$dir when $dir is a symlink-to-directory now + works. + + Using --filesystem=$file to expose unix sockets to the app is + now allowed. + + By default all the directories in ~/.var/app (except the app), + as well as ~/.local/share/flatpak are hidden in the sandbox. + + New option --filesystem=$dir:create which will create the + destination if it did not previously exist. + + --filesystem= now supports for xdg-[config|cache|data]. This + allows you access to the host versions of these xdg dirs. + Additionally if you use these with a subdirectory, like: + --filesystem=xdg-config/subdir then that subdirectory on the + host will be shared with the per-app instance of the xdg-dir. + + Builder now correctly handles app-ids that have dashes in them. + Previously this generated invalid ids for the debuginfo and + locale extensions. + + The experimental OCI file format support was changed from + creating an OCI container to creating an OCI image. + + Fix regression where "flatpak update --appstream remotename" + broke. + ------------------------------------------------------------------- Thu Nov 3 17:10:34 UTC 2016 - dimstar@opensuse.org diff --git a/flatpak.spec b/flatpak.spec index f7bda59..760f99b 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -22,7 +22,7 @@ %define libname libflatpak0 Name: flatpak -Version: 0.6.13 +Version: 0.6.14 Release: 0 Summary: Manage OSTree based application bundles License: LGPL-2.1+ @@ -48,7 +48,7 @@ BuildRequires: pkgconfig(libarchive) >= 2.8.0 BuildRequires: pkgconfig(libelf) >= 0.8.12 BuildRequires: pkgconfig(libseccomp) BuildRequires: pkgconfig(libsoup-2.4) -BuildRequires: pkgconfig(ostree-1) >= 2016.12 +BuildRequires: pkgconfig(ostree-1) >= 2016.14 BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(xau) Requires: ostree >= 2016.12