Accepting request 850284 from GNOME:Next
Update to 1.8.3 OBS-URL: https://build.opensuse.org/request/show/850284 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=122
This commit is contained in:
parent
9b26c95ac7
commit
42d77a9a30
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.2</param>
|
||||
<param name="revision">refs/tags/1.8.3</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:ed9c632aeaba65bfe438dd05e95e0b6aabb70107bc222e05819231900d8ccba6
|
||||
size 1046244
|
3
flatpak-1.8.3.tar.xz
Normal file
3
flatpak-1.8.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:594192a03a39e6ed428cc2995b2ce7fa8ce0449b3d789681eb59f957985d4b13
|
||||
size 1046972
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 17:30:01 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.8.3:
|
||||
+ Fixed progress reporting for OCI and extra-data.
|
||||
+ The in-memory summary cache is more efficient.
|
||||
+ Fixed authentication getting stuck in a loop in some cases.
|
||||
+ Fixed authentication error reporting.
|
||||
+ We now extract OCI info for runtimes as well as apps.
|
||||
+ Fixed crash if anonymous authentication fails and -y is
|
||||
specified.
|
||||
+ flatpak info now only looks at the specified installation if
|
||||
one is specified.
|
||||
+ Better error reporting for server HTTP errors during download.
|
||||
+ Uninstall now removes applications before the runtime it
|
||||
depends on.
|
||||
+ Fixed test-suite to pass with the latest OSTree version.
|
||||
+ Fixed dbus environment variables in flatpak enter.
|
||||
+ Avoid updating metadata from the remote when uninstalling.
|
||||
+ Fixed error message handling in various places.
|
||||
+ FlatpakTransaction now verifies all passed in refs to avoid.
|
||||
+ potential issues with invalid names.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 22 13:10:16 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
%define libname libflatpak0
|
||||
Name: flatpak
|
||||
Version: 1.8.2
|
||||
Version: 1.8.3
|
||||
Release: 0
|
||||
Summary: OSTree based application bundles management
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user