From 9b26c95ac76f089c12a8a0fc098e89f67dff1c82b4ef160870c1fed2a31f49fe Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 24 Aug 2020 13:36:07 +0000 Subject: [PATCH] Accepting request 828670 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/828670 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=120 --- _service | 2 +- flatpak-1.8.1.tar.xz | 3 --- flatpak-1.8.2.tar.xz | 3 +++ flatpak.changes | 15 +++++++++++++++ flatpak.spec | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 flatpak-1.8.1.tar.xz create mode 100644 flatpak-1.8.2.tar.xz diff --git a/_service b/_service index 8e98ddb..7e1f962 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ https://github.com/flatpak/flatpak.git git @PARENT_TAG@ - refs/tags/1.8.1 + refs/tags/1.8.2 *.tar diff --git a/flatpak-1.8.1.tar.xz b/flatpak-1.8.1.tar.xz deleted file mode 100644 index 8427748..0000000 --- a/flatpak-1.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c698279eda9519816f762a2988cfb42b0cc87db7938c697e556037690c56026e -size 1045124 diff --git a/flatpak-1.8.2.tar.xz b/flatpak-1.8.2.tar.xz new file mode 100644 index 0000000..b4eb936 --- /dev/null +++ b/flatpak-1.8.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9c632aeaba65bfe438dd05e95e0b6aabb70107bc222e05819231900d8ccba6 +size 1046244 diff --git a/flatpak.changes b/flatpak.changes index e3a269b..34d0f73 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Aug 22 13:10:16 UTC 2020 - Bjørn Lie + +- Update to version 1.8.2: + + Added validation of collection id settings for remotes. + + Fix seccomp filters on s390. + + Robustness fixes to the spawn portal. + + Fix support for masking update in the system installation. + + Better support for distros with uncommon models of merged /usr. + + Cache responses from localed/AccountService. + + Fix hangs in cases where xdg-dbus-proxy fails to start. + + Fix double-free in cups socket detection. + + OCI authenticator now doesn't ask for auth in case of http + errors. + ------------------------------------------------------------------- Wed Aug 19 07:44:25 UTC 2020 - Dominique Leuenberger diff --git a/flatpak.spec b/flatpak.spec index d8943b8..961d777 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -32,7 +32,7 @@ %define libname libflatpak0 Name: flatpak -Version: 1.8.1 +Version: 1.8.2 Release: 0 Summary: OSTree based application bundles management License: LGPL-2.1-or-later