Accepting request 443035 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/443035 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=3
This commit is contained in:
commit
68ea795e57
2
_service
2
_service
@ -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.6.13</param>
|
||||
<param name="revision">refs/tags/0.6.14</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/flatpak/flatpak.git</param>
|
||||
<param name="changesrevision">af983c2b0674d3d3532d1827cc2d1ad8eb4ce88e</param></service></servicedata>
|
||||
<param name="changesrevision">109698c6b00f0957a53772cb924ca8b9d4962244</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7d74f3421eb596e6cfb6096a72c986ed991f981a33527b87e273efc5c48ac50
|
||||
size 501148
|
3
flatpak-0.6.14.tar.xz
Normal file
3
flatpak-0.6.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e40cbd0d7e00899604bfc09db79a0ad14e9861ecae27eec342607ccab877573f
|
||||
size 510448
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user