Accepting request 774596 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/774596 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=41
This commit is contained in:
commit
b83e6391b7
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/flatpak/flatpak.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">refs/tags/1.6.1</param>
|
||||
<param name="revision">refs/tags/1.6.2</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b3cba5ae13c988f318adcd15a0dd16c403c0d99c2aceb7a8a4ad76969485f77
|
||||
size 973940
|
3
flatpak-1.6.2.tar.xz
Normal file
3
flatpak-1.6.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe43896823f57af6e0c66c7d7006a4ff96443e169cdd791713fb5168dc96c15d
|
||||
size 990260
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 15:57:51 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 1.6.2:
|
||||
+ Due to a combination of some behaviour in flatpak and recent versions of
|
||||
ostree we at some point lost the use of deltas for the initial install
|
||||
case, instead always falling back to a full ostree operation which is
|
||||
a lot less efficient for pulls with many small files like a runtime. This
|
||||
caused some very slow installs from e.g. flathub, so it's recommended to
|
||||
update to this version to get better install performance.
|
||||
+ We now correctly handle TMPDIR env var overrides when bwrap is setuid
|
||||
+ Disallow running "flatpak run" under sudo (as it doesn't work and causes issues)
|
||||
+ Fix build with older versions of glib
|
||||
+ Minor documentation updates
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 16:56:01 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
%define libname libflatpak0
|
||||
Name: flatpak
|
||||
Version: 1.6.1
|
||||
Version: 1.6.2
|
||||
Release: 0
|
||||
Summary: OSTree based application bundles management
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user