- Update to version 20220807.113146.c2fee766+git109:

* deps: tiny-skia 0.7 -> 0.8
  * cargo update
  * Adjust render caching; switch to LFU caches from LRU

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=34
This commit is contained in:
Soc Virnyl Estela 2022-08-29 06:52:46 +00:00 committed by Git OBS Bridge
parent 3d42510851
commit a7cc4381ae
9 changed files with 21 additions and 13 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/wez/wezterm.git</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">1398c0d4b03a0179bd0fb8c1067bf76b98a0d598</param>
<param name="revision">b9d0843b710cecc08c27c36064fa19a47fea650a</param>
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
<param name="versionrewrite-replacement">\1.\2.\3</param>
<param name="changesgenerate">enable</param>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0bf76790701141b95f0d31540005779002aacc66d2f45359b3f26a2b3a94eac4
size 91222575
oid sha256:00e435f4c62ec50271e1195066d6b4c9285912b6472ad41ab6b16178f79c8868
size 91143078

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b291dd4b532683df3e5f4651d8c5e9c9b839aea2d238f2cce094eb5e2dc97b47
size 249491470

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a85ddcf5c7ea3cfd4cf0d8cd35dd4e938fc317d6cb2fe9e187eae8f471209df2
size 118536679

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79095b7fa94477bf6356025225009e271eac98f78ef0c823847abc77aed6ce48
size 249497614

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:522c17f00f05c77aacbeb0856e76931cff09e593281d09f436aee4e7bd17bd83
size 118540602

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Aug 29 06:43:55 UTC 2022 - socvirnyl.estela@gmail.com
- Update to version 20220807.113146.c2fee766+git109:
* deps: tiny-skia 0.7 -> 0.8
* cargo update
* Adjust render caching; switch to LFU caches from LRU
-------------------------------------------------------------------
Sun Aug 28 00:34:09 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -1,4 +1,4 @@
name: wezterm
version: 20220807.113146.c2fee766+git106
mtime: 1661646141
commit: 1398c0d4b03a0179bd0fb8c1067bf76b98a0d598
version: 20220807.113146.c2fee766+git109
mtime: 1661745027
commit: b9d0843b710cecc08c27c36064fa19a47fea650a

View File

@ -19,7 +19,7 @@
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
Name: wezterm
Version: 20220807.113146.c2fee766+git106
Version: 20220807.113146.c2fee766+git109
Release: 0
Summary: GPU-accelerated cross-platform terminal emulator and multiplexer
URL: https://github.com/wez/wezterm