diff --git a/flatpak-1.15.12.tar.xz b/flatpak-1.15.12.tar.xz deleted file mode 100644 index de4908f..0000000 --- a/flatpak-1.15.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a24f870de1096f04c6d6992cef851f8eea5f99f2a389e425e1ea73fbb9c02e3b -size 1185296 diff --git a/flatpak-1.16.0.tar.xz b/flatpak-1.16.0.tar.xz new file mode 100644 index 0000000..ce18433 --- /dev/null +++ b/flatpak-1.16.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb0ac565adcb62127c6d11ed50ee7044d6a836fa69c354b2f4b640a22bfa4b2a +size 1186900 diff --git a/flatpak.changes b/flatpak.changes index 3171ed3..49561e3 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Jan 9 17:41:58 UTC 2025 - Bjørn Lie + +- Update to version 1.16.0: + + Bug fixes: + - Update libglnx to 2024-12-06: + . Fix an assertion failure if creating a parent directory + encounters a dangling symlink. + . Fix a Meson warning. + . Don't emit terminal progress indicator escape sequences by + default. They are interpreted as notifications by some + terminal emulators. + - Fix introspection annotations in libflatpak. + + Enhancements: + - Add the FLATPAK_TTY_PROGRESS environment variable, which + re-enables the terminal progress indicator escape sequences + added in 1.15.91. + - Document the FLATPAK_FANCY_OUTPUT environment variable, which + allows disabling the fancy formatting when outputting to a + terminal. + +------------------------------------------------------------------- +Fri Dec 20 17:52:37 UTC 2024 - Bjørn Lie + +- Update to version 1.15.91 (unstable): + + Enhancements: + - Add the FLATPAK_DATA_DIR environment variable, which allows + overriding at runtime the data directory location that + Flatpak uses to search for configuration files such as + remotes. This is useful for running tests, and for when + installing using Flatpak in a chroot. + - Add a FLATPAK_DOWNLOAD_TMPDIR variable. This allows using + download directories other than /var/tmp. + - Emit progress escape sequence. This can be used by terminal + emulators to detect and display progress of Flatpak + operations on their graphical user interfaces. + + Bug fixes: + - Install missing test data. This should fix "as-installed" + tests via ginsttest-runner, used for example in Debian's + autopkgtest framework. + - Unify and improve how the Wayland socket is passed to the + sandboxed app. This should fix a regression that is triggered + by compositors that both implement the security-context-v1 + protocol, and sets the WAYLAND_DISPLAY environment variable + when launching Flatpak apps. + - Fix the plural form of a translatable string. + ------------------------------------------------------------------- Thu Nov 28 21:57:18 UTC 2024 - Bjørn Lie diff --git a/flatpak.spec b/flatpak.spec index fb4f1ac..9d7dd8c 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -1,7 +1,7 @@ # # spec file for package flatpak # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,7 @@ %define support_environment_generators 1 %endif Name: flatpak -Version: 1.15.12 +Version: 1.16.0 Release: 0 Summary: OSTree based application bundles management License: LGPL-2.1-or-later