Accepting request 828670 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/828670 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=120
This commit is contained in:
parent
783fcb3553
commit
9b26c95ac7
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.8.1</param>
|
||||
<param name="revision">refs/tags/1.8.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:c698279eda9519816f762a2988cfb42b0cc87db7938c697e556037690c56026e
|
||||
size 1045124
|
3
flatpak-1.8.2.tar.xz
Normal file
3
flatpak-1.8.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed9c632aeaba65bfe438dd05e95e0b6aabb70107bc222e05819231900d8ccba6
|
||||
size 1046244
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 22 13:10:16 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.8.2:
|
||||
+ Added validation of collection id settings for remotes.
|
||||
+ Fix seccomp filters on s390.
|
||||
+ Robustness fixes to the spawn portal.
|
||||
+ Fix support for masking update in the system installation.
|
||||
+ Better support for distros with uncommon models of merged /usr.
|
||||
+ Cache responses from localed/AccountService.
|
||||
+ Fix hangs in cases where xdg-dbus-proxy fails to start.
|
||||
+ Fix double-free in cups socket detection.
|
||||
+ OCI authenticator now doesn't ask for auth in case of http
|
||||
errors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 07:44:25 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
%define libname libflatpak0
|
||||
Name: flatpak
|
||||
Version: 1.8.1
|
||||
Version: 1.8.2
|
||||
Release: 0
|
||||
Summary: OSTree based application bundles management
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user