forked from pool/wezterm
- Update to version 20221119.145034.49b9839f+g14:
* Fix shell-resolution documentation in launch * build(deps): bump rstest from 0.15.0 to 0.16.0 * env_logger -> 0.10 * cargo update * fonts: improve error message slightly * cleanup: a few references to the Last Resort font * docs: https://github.com/wez/wezterm/pull/2662 * wezterm-gui: implement move_by_page function * docs: add documentation for new default key bindings * wezterm-gui: support half page up/down navigation * docs: mention new background option from window_background_image * cargo update * refactor: replace the deprecated usage of `chrono::TimeZone::ymd` * docs: released 20221119-145034-49b9839f OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=50
This commit is contained in:
parent
d387bfa573
commit
2a6fffd81e
4
_service
4
_service
@ -1,9 +1,9 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/wez/wezterm.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">49b9839fdb41eff4d2aae3bb91e6a4befb9cd20b</param>
|
||||
<param name="revision">8d8d7d3ff46e05125c03ed84e734aa3ef52b001b</param>
|
||||
<param name="match-tag">20221119-145034-49b9839f</param>
|
||||
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
||||
|
@ -17,6 +17,3 @@ replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
||||
|
||||
[profile]
|
||||
release = { strip = "symbols", lto = "thin", opt-level = "z" }
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ee7226de9331668365569a3fa242ff753f06d50dec6fad664471b91aa6e3f4c
|
||||
size 102967082
|
||||
oid sha256:ae7c38ecef3734c82d64fa39b8b90e693ad5be619a9260000df50b83bc0e11ca
|
||||
size 104283823
|
||||
|
3
wezterm-20221119.145034.49b9839f+g14.tar.gz
Normal file
3
wezterm-20221119.145034.49b9839f+g14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:843f61244cd1383c9fd6c1b5d9026d83c942807f7502597474a3438f02d78a04
|
||||
size 124936960
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:634c26fb8f1c15e9c5a2f42f0f675e18e4bd486c64ef3ee0a3dbdb4c0773822f
|
||||
size 124929618
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 04 03:01:04 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 20221119.145034.49b9839f+g14:
|
||||
* Fix shell-resolution documentation in launch
|
||||
* build(deps): bump rstest from 0.15.0 to 0.16.0
|
||||
* env_logger -> 0.10
|
||||
* cargo update
|
||||
* fonts: improve error message slightly
|
||||
* cleanup: a few references to the Last Resort font
|
||||
* docs: https://github.com/wez/wezterm/pull/2662
|
||||
* wezterm-gui: implement move_by_page function
|
||||
* docs: add documentation for new default key bindings
|
||||
* wezterm-gui: support half page up/down navigation
|
||||
* docs: mention new background option from window_background_image
|
||||
* cargo update
|
||||
* refactor: replace the deprecated usage of `chrono::TimeZone::ymd`
|
||||
* docs: released 20221119-145034-49b9839f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 03:25:19 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: wezterm
|
||||
version: 20221119.145034.49b9839f
|
||||
mtime: 1668894634
|
||||
commit: 49b9839fdb41eff4d2aae3bb91e6a4befb9cd20b
|
||||
version: 20221119.145034.49b9839f+g14
|
||||
mtime: 1669835618
|
||||
commit: 8d8d7d3ff46e05125c03ed84e734aa3ef52b001b
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
|
||||
|
||||
Name: wezterm
|
||||
Version: 20221119.145034.49b9839f
|
||||
Version: 20221119.145034.49b9839f+g14
|
||||
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