forked from pool/wezterm
- Update to version 20240203.110809.5046fc22:
* Revert "text cursor glyph renders at native cell size" * docs and missing bit of #4535 #4523 * Mention the -e aliases explicitly in the help * Always start a new process on "wezterm -e $CMD" * add `wezterm start --new-tab` and `wezterm connect --new-tab` OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=114
This commit is contained in:
parent
c45b44eadd
commit
297420eae9
5
_service
5
_service
@ -1,9 +1,10 @@
|
||||
<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@+git@TAG_OFFSET@</param -->
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">c3d37f9edae6951bbb564197a62bb433a289ff4f</param>
|
||||
<param name="revision">5046fc225992db6ba2ef8812743fadfdfe4b184a</param>
|
||||
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -3,4 +3,4 @@
|
||||
<param name="url">https://github.com/wez/wezterm.git</param>
|
||||
<param name="changesrevision">69ae847273aa2b0a64bdb07cf19d3f6fbaaa6b71</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/wez/wezterm</param>
|
||||
<param name="changesrevision">c3d37f9edae6951bbb564197a62bb433a289ff4f</param></service></servicedata>
|
||||
<param name="changesrevision">5046fc225992db6ba2ef8812743fadfdfe4b184a</param></service></servicedata>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6683e6e57592e0c89c5ea1d0c8dff314a47e310ffe3490dcf714e81e3348c29
|
||||
size 94599443
|
||||
oid sha256:8bfabdeb8acff3431e5c7cfd6880d43a59f6971f8b32f9aec9114d21c27f2c31
|
||||
size 93940619
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:290d5f7230d0aa3efa5c7262808b5932dfbfa44ac3406572879e9450fc439709
|
||||
size 101084164
|
3
wezterm-20240203.110809.5046fc22.tar.zst
Normal file
3
wezterm-20240203.110809.5046fc22.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd574a16e347ba7d184e56bd0f4a7f809f779efd2d14b914fdcb123d8d9feac9
|
||||
size 101089978
|
@ -1,5 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 03 09:38:45 UTC 2024 - uncomfy+openbuildservice@uncomfyhalomacro.pl
|
||||
Sat Feb 24 10:06:28 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- Update to version 20240203.110809.5046fc22:
|
||||
* Revert "text cursor glyph renders at native cell size"
|
||||
* docs and missing bit of #4535 #4523
|
||||
* Mention the -e aliases explicitly in the help
|
||||
* Always start a new process on "wezterm -e $CMD"
|
||||
* add `wezterm start --new-tab` and `wezterm connect --new-tab`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 03 09:38:45 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- Update to version 20240128.202157.1e552d76+git29:
|
||||
* plumb a couple more window title invalidations through to gui
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: wezterm
|
||||
version: 20240128.202157.1e552d76+git29
|
||||
mtime: 1706927982
|
||||
commit: c3d37f9edae6951bbb564197a62bb433a289ff4f
|
||||
version: 20240203.110809.5046fc22
|
||||
mtime: 1706983689
|
||||
commit: 5046fc225992db6ba2ef8812743fadfdfe4b184a
|
||||
|
@ -20,7 +20,7 @@
|
||||
# %%global _dashed_version 20230712-072601-f4abf8fd
|
||||
|
||||
Name: wezterm
|
||||
Version: 20240128.202157.1e552d76+git29
|
||||
Version: 20240203.110809.5046fc22
|
||||
Release: 0
|
||||
Summary: GPU-accelerated cross-platform terminal emulator and multiplexer
|
||||
URL: https://github.com/wez/wezterm
|
||||
|
Loading…
Reference in New Issue
Block a user