SHA256
1
0
forked from pool/flatpak

+ Improved support for sideloading.

+ Allow sub-sandboxes to own MPRIS names on the session bus.
    for that.
    info messages.
    transaction when printing end-of-life messages.
    in-use runtimes or runtime extensions.
    and related commands.
  + Curl supported as default HTTP backend.
  + Uses Fuse 3.
    is renamed.
    SDK/debuginfo along with a ref.
  + defense in depth against arbitrary file deletion by
    flatpak-system-helper when using very old libostree
    (boo#1202639).
  + Updated translations.
- Replace pkgconfig(fuse) BuildRequires with pkgconfig(fuse3):
  Follow upstreams port to fuse3.
- Add pkgconfig(libcurl) BuildRequires: enable the new HTTP
  backend.
- Drop gtk-doc BuildRequires and no longer pass --enable-gtk-doc to
  configure: no longer supported.
- Drop libtool BuildRequires: no need to bootstrap the tarball.
- Replace pkgconfig(appstream-glib) BuildRequires with
  pkgconfig(appstream): match what configure checks for.
- Add pkgconfig(gdk-pixbuf-2.0): verified dependency that was
  implicitly included by appstream-glib before.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=167
This commit is contained in:
2022-08-31 09:49:31 +00:00
committed by Git OBS Bridge
parent d85dfd01ca
commit a399427a23

View File

@@ -2,29 +2,40 @@
Tue Aug 30 19:50:38 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- flatpak 1.14.0:
+ Improved support for sideloading
+ Allow sub-sandboxes to own MPRIS names on the session bus
+ Improved support for sideloading.
+ Allow sub-sandboxes to own MPRIS names on the session bus.
+ Commands that accept "--user" will now also take "-u" as an alias
for that
for that.
+ The CLI now properly informs the user of which apps are
(indirectly) using end-of-life runtime extensions in end-of-life
info messages
info messages.
+ The CLI now takes into account operations in the pending
transaction when printing end-of-life messages
transaction when printing end-of-life messages.
+ The uninstall command now asks for confirmation before removing
in-use runtimes or runtime extensions
in-use runtimes or runtime extensions.
+ A "--socket=gpg-agent" option is now recognized by "flatpak run"
and related commands
+ Bug fixes
+ Translation updates
+ Curl supported as default HTTP backend
+ Uses Fuse 3
and related commands.
+ Curl supported as default HTTP backend.
+ Uses Fuse 3.
+ Implement support for rewriting dynamic launchers when an app
is renamed
is renamed.
+ Add --include-sdk/debug options to install command to install
SDK/debuginfo along with a ref
+ boo#1202639: defense in depth against arbitrary file deletion
by flatpak-system-helper when using very old libostree
SDK/debuginfo along with a ref.
+ defense in depth against arbitrary file deletion by
flatpak-system-helper when using very old libostree
(boo#1202639).
+ Updated translations.
- Replace pkgconfig(fuse) BuildRequires with pkgconfig(fuse3):
Follow upstreams port to fuse3.
- Add pkgconfig(libcurl) BuildRequires: enable the new HTTP
backend.
- Drop gtk-doc BuildRequires and no longer pass --enable-gtk-doc to
configure: no longer supported.
- Drop libtool BuildRequires: no need to bootstrap the tarball.
- Replace pkgconfig(appstream-glib) BuildRequires with
pkgconfig(appstream): match what configure checks for.
- Add pkgconfig(gdk-pixbuf-2.0): verified dependency that was
implicitly included by appstream-glib before.
-------------------------------------------------------------------
Fri Jul 15 14:05:05 UTC 2022 - Benjamin Greiner <code@bnavigator.de>