diff --git a/flatpak-1.15.10.tar.xz b/flatpak-1.15.10.tar.xz deleted file mode 100644 index ac6cb1a..0000000 --- a/flatpak-1.15.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6aa67ca29b4f4da74654888446710b16c9fcfe640c324a51c5025087eecbf42f -size 1169908 diff --git a/flatpak-1.15.12.tar.xz b/flatpak-1.15.12.tar.xz new file mode 100644 index 0000000..de4908f --- /dev/null +++ b/flatpak-1.15.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24f870de1096f04c6d6992cef851f8eea5f99f2a389e425e1ea73fbb9c02e3b +size 1185296 diff --git a/flatpak.changes b/flatpak.changes index 4efde65..3171ed3 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,64 @@ +------------------------------------------------------------------- +Thu Nov 28 21:57:18 UTC 2024 - Bjørn Lie + +- Update to version 1.15.12: + + Return to using the process ID of the Flatpak app in the cgroup + name. Using the instance ID in 1.15.11 caused crashes when + installing apps, extensions or runtimes that use the "extra + data" mechanism, which does not set up an instance ID. +- Changes from version 1.15.11: + + Dependencies: + - In distributions that compile Flatpak to use a separate + xdg-dbus-proxy executable, version 0.1.6 is recommended (but + not required). + - The minimum xdg-dbus-proxy continues to be 0.1.0. + + Enhancements: + - Allow applications like WebKit to connect the AT-SPI + accessibility tree of processes in a sub-sandbox with the + tree in the main process. + . New sandboxing parameter flatpak run --a11y-own-name, which + is like --own-name but for the accessibility bus. + . flatpak-portal API v7: add new sandbox-a11y-own-names + option, which accepts names matching ${FLATPAK_ID}.* + . Apps may call the org.a11y.atspi.Socket.Embedded method on + names matching ${FLATPAK_ID}.Sandboxed.* by default + . flatpak run -vv $app_id shows all applicable sandboxing + parameters and their source, including overrides, as debug + messages + - Introduce USB device listing + . Apps can list which USB devices they want to access ahead + of time by using the --usb parameter. Check the manpages + for the more information about the accepted syntax. + . Denying access to USB devices is also possible with the + --no-usb parameter. The syntax is equal to --usb. + . Both options merely store metadata, and aren't used by + Flatpak itself. This metadata is intended to be used by the + (as of now, still in progress) USB portal to decide which + devices the app can enumerate and request access. + - Add support for KDE search completion + - Use the instance id of the Flatpak app as part of the cgroup + name. This better matches the naming conventions for cgroup. + + Bug fixes: + - Update libglnx to 2024-08-23 + - fix build in environments that use -Werror=return-type, such + as openSUSE Tumbleweed + - add a fallback definition for G_PID_FORMAT with older GLib + - avoid warnings for g_steal_fd() with newer GLib + - improve compatibility of g_closefrom() backport with newer + GLib + - Update meson wrap file for xdg-dbus-proxy to version 0.1.6: + - compatibility with D-Bus implementations that pipeline the + authentication handshake, such as sd-bus and zbus + - compatibility with D-Bus implementations that use + non-consecutive serial numbers, such as godbus and zbus + - broadcast signals can be allowed without having to add TALK + permission + - fix memory leaks + + Internal changes: + - Better const-correctness + - Fix a shellcheck warning in the tests +- Drop libglnx.patch: Fixed upstream. + ------------------------------------------------------------------- Tue Oct 15 11:54:41 UTC 2024 - Dominique Leuenberger diff --git a/flatpak.spec b/flatpak.spec index d0b75c7..fb4f1ac 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -35,7 +35,7 @@ %define support_environment_generators 1 %endif Name: flatpak -Version: 1.15.10 +Version: 1.15.12 Release: 0 Summary: OSTree based application bundles management License: LGPL-2.1-or-later @@ -49,8 +49,6 @@ Source4: update-user-flatpaks.timer Source5: https://flathub.org/repo/flathub.flatpakrepo # PATCH-FEATURE-OPENSUSE polkit_rules_usability.patch -- Make the rules comply with openSUSE expectations Patch0: polkit_rules_usability.patch -# PATCH-FIX-UPSTREAM libglnx.patch https://gitlab.gnome.org/GNOME/libglnx/-/merge_requests/57 -Patch1: libglnx.patch BuildRequires: bison BuildRequires: bubblewrap >= %{bubblewrap_version} diff --git a/libglnx.patch b/libglnx.patch deleted file mode 100644 index f8bff37..0000000 --- a/libglnx.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: flatpak-1.15.8/subprojects/libglnx/meson.build -=================================================================== ---- flatpak-1.15.8.orig/subprojects/libglnx/meson.build -+++ flatpak-1.15.8/subprojects/libglnx/meson.build -@@ -40,7 +40,7 @@ foreach check_function : check_functions - #include - #include - -- int func (void) { -+ void func (void) { - (void) ''' + check_function + '''; - } - ''',