Accepting request 900724 from home:polslinux:branches:GNOME:Factory
- Update to version 1.11.2: + Bug fixes: - Fix logic error when migrating AppStream XML - Improve error-checking - Fix various memory and file descriptor leaks, in particular with flatpak-spawn --env=... - Fix fd confusion in flatpak-spawn --env=... --forward-fd=..., which caused "Steam Linux Runtime" containers to fail to start - Avoid a crash when looking up summary for a ref without an arch - Improve handling of refs belonging to more than one architecture, e.g. for cross-compilation - Don't abort uninstall if deploy metadata is missing - Don't fail transaction if searching for dependencies fails in one remote - Fix test failure when running tests as root - Improve error message for 'sudo flatpak run' + Internal changes: - Improve printf format string validation - Improve test coverage - Reduce risk of accidentally hard-coding x86 in the tests OBS-URL: https://build.opensuse.org/request/show/900724 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=141
This commit is contained in:
parent
ed13647f22
commit
1f23f683d3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a21ce530496a394227719dfbe4340c64b6ccc09e193c9a63d2856c83bbccbce5
|
||||
size 1534700
|
3
flatpak-1.11.2.tar.xz
Normal file
3
flatpak-1.11.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8799cf835d8b11deef5495a91a4cef258d882417c4483fbd594a2c7cc79b6684
|
||||
size 1535684
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 18 08:22:03 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to version 1.11.2:
|
||||
+ Bug fixes:
|
||||
- Fix logic error when migrating AppStream XML
|
||||
- Improve error-checking
|
||||
- Fix various memory and file descriptor leaks, in particular
|
||||
with flatpak-spawn --env=...
|
||||
- Fix fd confusion in flatpak-spawn --env=... --forward-fd=...,
|
||||
which caused "Steam Linux Runtime" containers to fail to start
|
||||
- Avoid a crash when looking up summary for a ref without an arch
|
||||
- Improve handling of refs belonging to more than one
|
||||
architecture, e.g. for cross-compilation
|
||||
- Don't abort uninstall if deploy metadata is missing
|
||||
- Don't fail transaction if searching for dependencies fails
|
||||
in one remote
|
||||
- Fix test failure when running tests as root
|
||||
- Improve error message for 'sudo flatpak run'
|
||||
+ Internal changes:
|
||||
- Improve printf format string validation
|
||||
- Improve test coverage
|
||||
- Reduce risk of accidentally hard-coding x86 in the tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 27 10:41:14 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
%define support_environment_generators 1
|
||||
%endif
|
||||
Name: flatpak
|
||||
Version: 1.11.1
|
||||
Version: 1.11.2
|
||||
Release: 0
|
||||
Summary: OSTree based application bundles management
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user