Accepting request 459831 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/459831 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=18
This commit is contained in:
parent
36d14ed14b
commit
1e2bf8bbba
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.2</param>
|
<param name="revision">refs/tags/0.8.3</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">3bd1405364a3c2cb0ffd3ccaf7e75c9a905db44f</param></service></servicedata>
|
<param name="changesrevision">b02a3cf42a11102fbedb795d95e835e55c7e3544</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:95a095f392b429ee69468b1c7580c9784dd0310c23ea75ffe559434db3c72c3a
|
|
||||||
size 545108
|
|
3
flatpak-0.8.3.tar.xz
Normal file
3
flatpak-0.8.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e5214f88b657cf474e5898dadb28c493f7d302ee8acfe6b0ae53424b597748d5
|
||||||
|
size 547424
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 21 16:42:32 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.8.3:
|
||||||
|
+ In addition to the regular list of bugfixes this stable release
|
||||||
|
include backports of the updated OpenGL support from master.
|
||||||
|
This, in combination with the work in the runtime allows
|
||||||
|
flatpak to work out of the box with out-of-tree OpenGL drivers,
|
||||||
|
including the nvidia driver.
|
||||||
|
+ Additionally, due to some complicated issues wrt ptrace and
|
||||||
|
user namespaces this version disables the use of user
|
||||||
|
namespaces if bubblewrap is setuid, as it cause problems for
|
||||||
|
the way flatpak portals identifies applications.
|
||||||
|
+ Better handling of errors for extra-data.
|
||||||
|
+ Handle extra-data properly for runtimes (as well as apps).
|
||||||
|
+ Respect required version for runtimes (as well as apps).
|
||||||
|
+ flatpak list: Don't break if some local ref is not deployed.
|
||||||
|
+ builder:
|
||||||
|
- Look for appstream data in /app/share/metadata also.
|
||||||
|
- Fix buildsystem=cmake builds.
|
||||||
|
+ Add progress reporting to extra-data download.
|
||||||
|
+ Fix uid/gid for directories in document portal.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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.2
|
Version: 0.8.3
|
||||||
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