forked from pool/wezterm
Accepting request 1042515 from X11:terminals
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1042515 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wezterm?expand=0&rev=20
This commit is contained in:
commit
aba0962b79
6
_service
6
_service
@ -1,10 +1,10 @@
|
||||
<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="match-tag">20221119-145034-49b9839f</param>
|
||||
<param name="revision">af9d0efa178cbc70373995ee99af71b9f392942d</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/wez/wezterm.git</param>
|
||||
<param name="changesrevision">af9d0efa178cbc70373995ee99af71b9f392942d</param></service></servicedata>
|
@ -16,7 +16,4 @@ branch = "waiting-on-release"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
||||
|
||||
[profile]
|
||||
release = { strip = "symbols", lto = "thin", opt-level = "z" }
|
||||
directory = "vendor"
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ee7226de9331668365569a3fa242ff753f06d50dec6fad664471b91aa6e3f4c
|
||||
size 102967082
|
||||
oid sha256:f990add7ad5325c8bef51dd4616b84a964663b2d7e1a85e4ee46dd99a811f5fb
|
||||
size 104297818
|
||||
|
3
wezterm-20221119.145034.49b9839f+g16.obscpio
Normal file
3
wezterm-20221119.145034.49b9839f+g16.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d1ed7aa05081b0f8299b6097ad27d89fe4be7270d4fee38e228f9be09ab0909
|
||||
size 265207310
|
3
wezterm-20221119.145034.49b9839f+g16.tar.gz
Normal file
3
wezterm-20221119.145034.49b9839f+g16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47760c13d1f90e59a6b32809910866fa66faa1c324ae18d65b322d0f12dbb91e
|
||||
size 124937294
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:634c26fb8f1c15e9c5a2f42f0f675e18e4bd486c64ef3ee0a3dbdb4c0773822f
|
||||
size 124929618
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 05 22:40:02 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 20221119.145034.49b9839f+g16:
|
||||
* Remove `Source` entry in Debian control file (#2828)
|
||||
- Automatic update of vendored dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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+g16
|
||||
mtime: 1670208053
|
||||
commit: af9d0efa178cbc70373995ee99af71b9f392942d
|
||||
|
@ -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+g16
|
||||
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