Files
flatpak/_service
Dominique Leuenberger f786967b4b - 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=223
2025-12-19 11:25:50 +00:00

21 lines
702 B
XML

<?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>