Accepting request 741609 from GNOME:Next
New upstream release OBS-URL: https://build.opensuse.org/request/show/741609 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=86
This commit is contained in:
parent
9a62c2463b
commit
ddb73526f8
2
_service
2
_service
@ -3,7 +3,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.4.2</param>
|
||||
<param name="revision">refs/tags/1.4.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:6cbc17f74541d7286e6502028c672e04cc02c3ad4ba2cf8930536c83e0752659
|
||||
size 903084
|
3
flatpak-1.4.3.tar.xz
Normal file
3
flatpak-1.4.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:112da26c1e12a816239f1ce496d801f35d1ae55b99caae7c4421e087988d2802
|
||||
size 905056
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 19:10:42 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.4.3:
|
||||
+ Fix crash in revokefs.
|
||||
+ Handle 'versions' extension key (in addition to 'version') when
|
||||
checking for local extensions, which was causing us to
|
||||
uninstall some actually used extensions with uninstall
|
||||
--unused.
|
||||
+ The 'required-flatpak' metadata key now supports listing
|
||||
multiple versions to support backported features.
|
||||
+ Fix crash with older versions of polkit.
|
||||
+ Fix installation of bundles.
|
||||
+ Fix crash on deploy error.
|
||||
+ Support building bundles of apps installed from a remote.
|
||||
+ OCI: Fix handling of locally cached icons.
|
||||
+ Fix crash when listing unconfigured remotes.
|
||||
+ Ignore differences in trailing slashes for repo uris.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 12:53:30 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
%define libname libflatpak0
|
||||
Name: flatpak
|
||||
Version: 1.4.2
|
||||
Version: 1.4.3
|
||||
Release: 0
|
||||
Summary: OSTree based application bundles management
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user