Accepting request 742523 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/742523 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=35
This commit is contained in:
commit
cfe15e49f2
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/flatpak/flatpak.git</param>
|
<param name="url">https://github.com/flatpak/flatpak.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</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>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<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>
|
Mon Jul 8 12:53:30 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
%define libname libflatpak0
|
%define libname libflatpak0
|
||||||
Name: flatpak
|
Name: flatpak
|
||||||
Version: 1.4.2
|
Version: 1.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OSTree based application bundles management
|
Summary: OSTree based application bundles management
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user