SHA256
1
0
forked from pool/wezterm

Accepting request 985190 from home:uncomfyhalomacro:branches:X11:terminals

- Update to version 20220624.141144.bd1b7c5d+git17:
  * docs: https://github.com/wez/wezterm/issues/2185
  * fix `winget list` causes toast notification spam
  * fix(#2175): correct get-dep script for arch distro's
  * ActivateKeyTable replace_current wasn't actually optional
  * docs: Use new `wezterm.action.Action` syntax in rest of the docs
  * allow action=wezterm.action.ExtendSelectionToMouseCursor(nil)
  * lua: catch non-array style keys in array style table
  * docs: Improve clarity of wezterm.on wrt. callback params and example
  * ci: make deterministic again!
  * docs: update keyassignment reference for more ergnomic wezterm.action syntax
  * docs: wezterm.action ergnomics
  * ci: revise release info mapping for adjusted rpm names
  * ci: distroid - to _
  * ci: refine distroid
  * ci: revise rpm filenames
  * docs: update for newly available stable binary downloads
  * docs: update for release
  * docs: more tweak
  * docs: tweak changelog
  * macos: really really fix ctrl-shift-tab
  * docs: add show-keys command
  * fix: properly restore cooked mode in windows
  * Added winapi feature "shellapi" to procinfo

OBS-URL: https://build.opensuse.org/request/show/985190
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=16
This commit is contained in:
Soc Virnyl Estela
2022-06-27 04:56:08 +00:00
committed by Git OBS Bridge
parent 0b766cf094
commit 723091c8cc
6 changed files with 36 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
<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="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">21e6fcedd9693ae1d507ba48fb31ba3dc3cdb821</param>
<param name="revision">9076bb312b23f858884f8789c0e31470290569d5</param>
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
<param name="versionrewrite-replacement">\1.\2.\3</param>
<param name="changesgenerate">enable</param>