From 1f23f683d30618d43bc9723560a6bddfdbe8266de06f079bf388c23885c8a6be Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 21 Jun 2021 12:40:30 +0000 Subject: [PATCH] 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 --- flatpak-1.11.1.tar.xz | 3 --- flatpak-1.11.2.tar.xz | 3 +++ flatpak.changes | 24 ++++++++++++++++++++++++ flatpak.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 flatpak-1.11.1.tar.xz create mode 100644 flatpak-1.11.2.tar.xz diff --git a/flatpak-1.11.1.tar.xz b/flatpak-1.11.1.tar.xz deleted file mode 100644 index b14d661..0000000 --- a/flatpak-1.11.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a21ce530496a394227719dfbe4340c64b6ccc09e193c9a63d2856c83bbccbce5 -size 1534700 diff --git a/flatpak-1.11.2.tar.xz b/flatpak-1.11.2.tar.xz new file mode 100644 index 0000000..71b512d --- /dev/null +++ b/flatpak-1.11.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8799cf835d8b11deef5495a91a4cef258d882417c4483fbd594a2c7cc79b6684 +size 1535684 diff --git a/flatpak.changes b/flatpak.changes index 09446f0..b546075 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Jun 18 08:22:03 UTC 2021 - Paolo Stivanin + +- 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 diff --git a/flatpak.spec b/flatpak.spec index 2b07741..b934059 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -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