Accepting request 980238 from X11:terminals
OBS-URL: https://build.opensuse.org/request/show/980238 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wezterm?expand=0&rev=3
This commit is contained in:
commit
9edf81cdac
5
_service
5
_service
@ -1,10 +1,9 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/wez/wezterm</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">94039c473bebbf35d4994863965ebd58c3647218</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="revision">3ef533e858004e4e991da50615625d5778bfff9f</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:1287f301e5ac35b9beff510219a7081fb78056b6f7bcc7a8f02eff2a7fd09c00
|
||||
size 51864960
|
||||
oid sha256:9efa3ef39a11e4991c8600be7aaaf3e75cae123179222811faab94126340def7
|
||||
size 53100440
|
||||
|
3
wezterm-20220408.101518.b908e2dd+git299.tar.xz
Normal file
3
wezterm-20220408.101518.b908e2dd+git299.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c6e2eada26ab9b283a60542fb032f5bd719bf2e28b2ce5b9ea8e430ba570972
|
||||
size 100211100
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff49991589feab7dd59da4f10ff8704ad8cc9aecc9f220643ba81508b347cfd6
|
||||
size 96692324
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 1 06:12:16 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Fix versioning format
|
||||
- Update to version 20220408.101518.b908e2dd+git299:
|
||||
* background: respect alpha in background images
|
||||
* background: use the actual sprite width
|
||||
* fmt
|
||||
* background: implement attachment scrolling and parallax!
|
||||
* background: refactor where we trigger background painting
|
||||
* background: implement scaling and repeating options
|
||||
* render multiple backgrounds with alpha
|
||||
* notionally allow multiple background image layers
|
||||
* build(deps): bump crazy-max/ghaction-github-pages from 2 to 3
|
||||
* Use clap::derive::Parser::parse() to fix deprecated warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 21 04:07:29 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: wezterm
|
||||
Version: 20220408.101518.b908e2dd~232
|
||||
Version: 20220408.101518.b908e2dd+git299
|
||||
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