wezterm/_service
Soc Virnyl Estela 2737fff4db - Update to version 20240203.110809.5046fc22+git421:
* deps: libpng -> 1.6.44
  * deps: update to zlib 1.3.1
  * wezterm-ssh: update pty version
  * docs: changelog for serial bits
  * pty: bump semver because serial2 changes public API
  * Use serial2 crate instead of serial (#6411)
  * chore: remove redundant words in comment
  * fix some warnings with rust 1.83
  * wayland: reimplement maximize and restore
  * Disable libpng VSX_OPT flag for PowerPC 64
  * cargo update
  * docs: changelog for #6186
  * Region scrolling tests and a fix
  * Region scrolling tests
  * fix warning
  * Fixed minor typo in the example from `get_default_colors.md

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=127
2025-01-02 22:56:37 +00:00

26 lines
1.0 KiB
Plaintext

<services>
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/wez/wezterm</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
<!-- param name="versionformat">@PARENT_TAG@</param -->
<param name="scm">git</param>
<param name="revision">be54403e4d297ccc2fb4c7b212e2a83b13a89948</param>
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
<param name="versionrewrite-replacement">\1.\2.\3</param>
<param name="changesgenerate">enable</param>
<!-- param name="changesauthor">uncomfy+openbuildservice@uncomfyhalomacro.pl</param -->
</service>
<service mode="manual" name="tar" />
<service mode="manual" name="recomprizz">
<param name="target">*.tar</param>
<param name="compression">zst</param>
</service>
<service mode="manual" name="set_version"/>
<service name="cargo_vendor" mode="manual">
<param name="src">wezterm*.tar*</param>
<param name="update">false</param>
</service>
<service name="cargo_audit" mode="manual" />
</services>