forked from pool/wezterm
Accepting request 980862 from home:uncomfyhalomacro:branches:X11:terminals
- Update to version 20220408.101518.b908e2dd^git328: * x11: more hacks to deal with missing CONFIGURE_NOTIFY * x11: subscribe to Present extension configure notify events * background: round down fractional pixels when tiling * avoid invalidating line seqno when applying hyperlinks * box model: allow for eased colors to be set * gui: speculative fix for #2068 * manual fuzzing with cat /dev/random * x11: trace expose events. invalidate geometry in some cases * x11: use focus change as a signal that the size may have changed * gui: move ease/interpolation into shader OBS-URL: https://build.opensuse.org/request/show/980862 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=8
This commit is contained in:
parent
5787c3150b
commit
0129c59e28
4
_service
4
_service
@ -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">3ef533e858004e4e991da50615625d5778bfff9f</param>
|
||||
<param name="revision">9b6329b454a51bc7e11ebaa447500ce049035833</param>
|
||||
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9efa3ef39a11e4991c8600be7aaaf3e75cae123179222811faab94126340def7
|
||||
size 53100440
|
||||
oid sha256:8be2e35138c6c13d2ffd7dfa361e63ff8da03d1c5807f7e0ce4edec6ea80f313
|
||||
size 53973784
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c6e2eada26ab9b283a60542fb032f5bd719bf2e28b2ce5b9ea8e430ba570972
|
||||
size 100211100
|
3
wezterm-20220408.101518.b908e2dd^git328.tar.xz
Normal file
3
wezterm-20220408.101518.b908e2dd^git328.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30668730434174da3c7e1324541759f8b03e85fd55adb30712e190948f33003d
|
||||
size 118413932
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 04 23:15:57 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 20220408.101518.b908e2dd^git328:
|
||||
* x11: more hacks to deal with missing CONFIGURE_NOTIFY
|
||||
* x11: subscribe to Present extension configure notify events
|
||||
* background: round down fractional pixels when tiling
|
||||
* avoid invalidating line seqno when applying hyperlinks
|
||||
* box model: allow for eased colors to be set
|
||||
* gui: speculative fix for #2068
|
||||
* manual fuzzing with cat /dev/random
|
||||
* x11: trace expose events. invalidate geometry in some cases
|
||||
* x11: use focus change as a signal that the size may have changed
|
||||
* gui: move ease/interpolation into shader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 1 06:12:16 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: wezterm
|
||||
Version: 20220408.101518.b908e2dd+git299
|
||||
Version: 20220408.101518.b908e2dd^git328
|
||||
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