Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5057be664a | |||
| f786967b4b | |||
| 8b1a3728e8 | |||
| 4ea6e82f6f | |||
| d4b7b40ceb | |||
| 4904937459 | |||
| a4f13def7e | |||
| f5a3241847 | |||
| 8c9a96c728 |
20
_service
Normal file
20
_service
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/flatpak/flatpak.git</param>
|
||||
<param name="revision">1.16.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
||||
|
||||
BIN
flatpak-1.16.0.tar.xz
LFS
BIN
flatpak-1.16.0.tar.xz
LFS
Binary file not shown.
3
flatpak-1.16.2.obscpio
Normal file
3
flatpak-1.16.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9ac82e9e0de260eadf803bad146da8c3e25e66937930ed609cf0f5761e8ae94
|
||||
size 11782157
|
||||
@@ -1,3 +1,96 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 18 15:56:25 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.16.2:
|
||||
+ Enhancements:
|
||||
- Documentation improvements
|
||||
- Support the reinstall option on bundle installations
|
||||
- Enable the VA-API extension for Intel Xe GPUs
|
||||
- Documentation improvements
|
||||
- Add cancellation support for curl downloads
|
||||
+ Bug fixes:
|
||||
- Provide an empty /run/host/font-dirs.xml during flatpak build
|
||||
- Fix various issues with flatpak mask and flatpak pin by
|
||||
reloading the repo configuration after changes done via the
|
||||
system helper
|
||||
- Fix an issue where the home directory would accidentally be
|
||||
accessible when a bad version of glib is in use, the app has
|
||||
access to a standard XDG directory, and that directory is not
|
||||
available on the system
|
||||
- flatpak-kill will no longer send SIGKILL to all processes in
|
||||
the current process group
|
||||
- Various bug fixes for the OCI support
|
||||
- Fix various memory leaks
|
||||
- Fix various crashes
|
||||
+ Updated translations.
|
||||
- Drop cd80e843435df5ce70d9a2b6710098135ceb9085.patch: Fixed
|
||||
upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 13 10:21:21 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Drop support to build against dbus < 1.9.18: this was back from
|
||||
2015 and we are not even guaranteed to use dbus-1 over
|
||||
dbus-broker in all cases.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 10 11:47:10 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Add cd80e843435df5ce70d9a2b6710098135ceb9085.patch:
|
||||
session-helper: Avoid a memory leak.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 5 11:23:46 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Switch to source service for tarball.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 11 11:49:37 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.16.1:
|
||||
+ Bug fixes:
|
||||
- Fix intermittent flatpak-portal crashes by avoiding
|
||||
unnecessary multi-threading
|
||||
- Don't show a confusing confirmation prompt when flatpak
|
||||
remove --unused removes autoprune-unless extensions that are
|
||||
no longer needed, such as older Nvidia drivers
|
||||
- Don't propagate $PYTHONPYCACHEPREFIX from host into sandbox
|
||||
- Don't propagate $WAYLAND_DISPLAY, $WAYLAND_SOCKET from host
|
||||
into sandbox if access to the Wayland socket has been denied
|
||||
- When discovering the AT-SPI bus, treat $AT_SPI_BUS_ADDRESS as
|
||||
higher-priority than GetAddress(), more closely matching the
|
||||
behaviour of AT-SPI itself
|
||||
- Fix a memory leak when installing extra-data
|
||||
- Don't show fatal transaction errors twice
|
||||
- Fix the build with -Ddefault_library=static
|
||||
- Fix incorrect error reporting
|
||||
- When using FLATPAK_TTY_PROGRESS, terminate OSC escape
|
||||
sequence with standard ST sequence instead of xterm-specific
|
||||
BEL
|
||||
- Include all options in shell completion for flatpak search
|
||||
+ Enhancements:
|
||||
- When using parental controls, allow a child account to update
|
||||
existing apps by default, to ensure that security and bugfix
|
||||
updates can be installed. This can be overridden by setting
|
||||
polkit policy rules for the new
|
||||
org.freedesktop.Flatpak.override-parental-controls-update
|
||||
action if necessary
|
||||
- Make systemd scopes easier to match to Flatpak app instances,
|
||||
by using the instance ID instead of the top-level process ID
|
||||
in the scope name
|
||||
- Access to --device=dri now includes /dev/udmabuf
|
||||
- Improve the error message for an invalid parameter to
|
||||
flatpak-spawn --sandbox-a11y-own-name
|
||||
- Speed up flatpak prune --dry-run by not calculating potential
|
||||
freed space and avoiding operations that would need to hold a
|
||||
lock
|
||||
- Speed up flatpak permission-reset by only writing entries
|
||||
that have actually changed
|
||||
- Documentation improvements
|
||||
- Look for TLS certificates at /etc/containers/certs.d when
|
||||
interacting with OCI registries
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 17:41:58 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
4
flatpak.obsinfo
Normal file
4
flatpak.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: flatpak
|
||||
version: 1.16.2
|
||||
mtime: 1765821148
|
||||
commit: 7c806e340c9e8ece09c92e3cacfcafd1a37875cb
|
||||
12
flatpak.spec
12
flatpak.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package flatpak
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -22,12 +22,7 @@
|
||||
%define ostree_version 2020.8
|
||||
%define xdg_dbus_proxy_version 0.1.0
|
||||
|
||||
# dbus only used config files in /etc until 1.9.18
|
||||
%if %{pkg_vcmp dbus-1 < 1.9.18}
|
||||
%define _dbusconfigdir %{_sysconfdir}/dbus-1/system.d
|
||||
%else
|
||||
%define _dbusconfigdir %{_datadir}/dbus-1/system.d
|
||||
%endif
|
||||
# systemd only supports environment generators since version 233
|
||||
%if %{pkg_vcmp systemd < 233}
|
||||
%define support_environment_generators 0
|
||||
@@ -35,13 +30,13 @@
|
||||
%define support_environment_generators 1
|
||||
%endif
|
||||
Name: flatpak
|
||||
Version: 1.16.0
|
||||
Version: 1.16.2
|
||||
Release: 0
|
||||
Summary: OSTree based application bundles management
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/Packages
|
||||
URL: https://flatpak.github.io/
|
||||
Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: update-system-flatpaks.service
|
||||
Source2: update-system-flatpaks.timer
|
||||
Source3: update-user-flatpaks.service
|
||||
@@ -388,6 +383,7 @@ fi;
|
||||
%dir %{_datadir}/doc/flatpak
|
||||
%doc %{_datadir}/doc/flatpak/docbook.css
|
||||
%doc %{_datadir}/doc/flatpak/flatpak-docs.html
|
||||
%doc %{_datadir}/doc/flatpak/libflatpak-docs.html
|
||||
%{_bindir}/flatpak-bisect
|
||||
%{_bindir}/flatpak-coredumpctl
|
||||
%{_libdir}/pkgconfig/flatpak.pc
|
||||
|
||||
Reference in New Issue
Block a user