From 4ba009cce1e9592e852c456c8f8ab912549bbfa1f5408045e3080d9ed2453674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 7 Feb 2023 20:18:55 +0000 Subject: [PATCH] Accepting request 1063503 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/1063503 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=176 --- flatpak-1.14.1.tar.xz | 3 --- flatpak-1.14.2.tar.xz | 3 +++ flatpak.changes | 20 ++++++++++++++++++++ flatpak.spec | 3 ++- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 flatpak-1.14.1.tar.xz create mode 100644 flatpak-1.14.2.tar.xz diff --git a/flatpak-1.14.1.tar.xz b/flatpak-1.14.1.tar.xz deleted file mode 100644 index 43653e7..0000000 --- a/flatpak-1.14.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a3c823343018cc58986b6c82545609c8cdbf0fba5f01d88307bd14acb5dd39f -size 1626500 diff --git a/flatpak-1.14.2.tar.xz b/flatpak-1.14.2.tar.xz new file mode 100644 index 0000000..ab37bd3 --- /dev/null +++ b/flatpak-1.14.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80711eacf42a99078f6396aa65555dd6bf73eec631776b79e9d7b7262b6f774 +size 1626832 diff --git a/flatpak.changes b/flatpak.changes index 5677c48..cc7326f 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Feb 6 18:22:23 UTC 2023 - Bjørn Lie + +- Update to version 1.14.2: + + The INFO log level is now treated the same as the DEBUG log + level by flatpak -v, to make backports from 1.15.x simpler. + + Bug fixes: + - Display the intended messages for flatpak repair. + - Exporting an app to an existing repository on a CIFS + filesystem now works as intended. + - Unset $GIO_EXTRA_MODULES for apps, avoiding misbehaviour in + some GLib apps when set to a path on the host. + - Unset $XKB_CONFIG_ROOT for apps, avoiding crashes in GTK and + Qt apps under Wayland when this variable is set to a path not + available in the sandbox. + - Unset $KRB5CCNAME for apps. + - When using the fish shell, avoid duplicate XDG_DATA_DIRS + entries if the profile script is sourced more than once. +- Package flatpak-remote-flathub sub-package as noarch. + ------------------------------------------------------------------- Wed Jan 11 14:56:17 UTC 2023 - Antonio Larrosa diff --git a/flatpak.spec b/flatpak.spec index 2101125..9a70209 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -34,7 +34,7 @@ %define support_environment_generators 1 %endif Name: flatpak -Version: 1.14.1 +Version: 1.14.2 Release: 0 Summary: OSTree based application bundles management License: LGPL-2.1-or-later @@ -152,6 +152,7 @@ Requires: flatpak Requires(postun):flatpak Requires(postun):sed Supplements: flatpak +BuildArch: noarch %description remote-flathub Flathub is a widely used repository for Flatpak applications. This package