SHA256
1
0
forked from pool/wezterm
wezterm/_service
Soc Virnyl Estela 5787c3150b Accepting request 980237 from home:uncomfyhalomacro:branches:X11:terminals
- Fix versioning format
- Update to version 20220408.101518.b908e2dd+git299:
  * background: respect alpha in background images
  * background: use the actual sprite width
  * fmt
  * background: implement attachment scrolling and parallax!
  * background: refactor where we trigger background painting
  * background: implement scaling and repeating options
  * render multiple backgrounds with alpha
  * notionally allow multiple background image layers
  * build(deps): bump crazy-max/ghaction-github-pages from 2 to 3
  * Use clap::derive::Parser::parse() to fix deprecated warning
- Update to version 20220408.101518.b908e2dd~232:
  * dynamic: allow defaulting to None for enum struct fields
  * quickselect: allow multiline matches
  * wayland: fix weirdness with recent mutter and display scaling
  * wayland: avoid noisy panic-within-panic on shutdown
  * config: fix specifying numeric font weights
  * quickselect: avoid jumping to bottom of viewport when activated
  * mux: match workspace to local window when syncing panes
  * ssh: avoid busy loop when all channels are closed on the session
  * fix typo
  * fixup win32 build
- Initial spec for wezterm (20220408-101518-b908e2dd~150)

OBS-URL: https://build.opensuse.org/request/show/980237
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=6
2022-06-01 06:20:04 +00:00

28 lines
1.1 KiB
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/wez/wezterm</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">3ef533e858004e4e991da50615625d5778bfff9f</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">socvirnyl.estela@gmail.com</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">wezterm</param>
<param name="compression">xz</param>
<param name="update">false</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">wezterm</param>
</service>
</services>