dLeyna/_service
Bjørn Lie 643126079e Accepting request 1114547 from GNOME:Next
- Update to version 0.8.3:
  + Build: Fix compatibility with Meson 1.2
  + Renderer: Fix locale initialization
  + Server:
    - Fix locate initialization
    - Fix uninitialized variable warning
    - Properly handle optional actions
    - Fix browse not working properly
- Drop 61d24fdc.patch: Fixed upstream.
- Change compression of tarball in service and spec to zst from xz.

OBS-URL: https://build.opensuse.org/request/show/1114547
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dLeyna?expand=0&rev=10
2023-10-02 07:39:44 +00:00

17 lines
593 B
XML

<?xml version="1.0"?>
<services>
<service mode="manual" name="obs_scm">
<param name="url">https://gitlab.gnome.org/World/dLeyna.git</param>
<param name="revision">refs/tags/v0.8.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="scm">git</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service mode="manual" name="set_version" />
</services>