SHA256
1
0
forked from pool/wezterm

- Update to version 20230712.072601.f4abf8fd+git207:

* Default G1 to ASCII
  * docs: fix emoji stuff
  * Fallback to SGR when rendering 16/256 colors when MaxColors is 16M
  * Detect true color set by max_colors
  * deps: wgpu -> 0.18
  * docs: Fix typo

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=98
This commit is contained in:
Soc Virnyl Estela 2023-11-12 06:22:46 +00:00 committed by Git OBS Bridge
parent 2e94b0fb41
commit fed98d2bcf
7 changed files with 40 additions and 12 deletions

View File

@ -1,9 +1,24 @@
<services>
<service mode="manual" name="download_files" />
<service name="cargo_vendor" mode="manual">
<param name="srctar">wezterm-20230712.072601.f4abf8fd.tar.gz</param>
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/wez/wezterm</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">f0e3eecba6faec0aa963a6f0067577afc99e11db</param>
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
<param name="versionrewrite-replacement">\1.\2.\3</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
</service>
<service mode="manual" name="tar" />
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
<param name="update">false</param>
</service>
<service mode="manual" name="set_version"/>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">wezterm</param>
<param name="update">true</param>
<param name="i-accept-the-risk">RUSTSEC-2022-0090</param>
</service>
<service name="cargo_audit" mode="manual" />
</services>

View File

@ -1,4 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/wez/wezterm.git</param>
<param name="changesrevision">69ae847273aa2b0a64bdb07cf19d3f6fbaaa6b71</param></service></servicedata>
<param name="changesrevision">69ae847273aa2b0a64bdb07cf19d3f6fbaaa6b71</param></service><service name="tar_scm">
<param name="url">https://github.com/wez/wezterm</param>
<param name="changesrevision">f0e3eecba6faec0aa963a6f0067577afc99e11db</param></service></servicedata>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c55c9288fe34179a089c3552d0af29abcb6457102396db6b45bf7156424e683
size 45021414
oid sha256:fd4c6b4f8722c3b69a3376f7ef9e8b7f93ccbe73ce9e1305b09d9baf56a7d9cb
size 82265669

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 12 05:51:03 UTC 2023 - socvirnyl.estela@gmail.com
- Update to version 20230712.072601.f4abf8fd+git207:
* Default G1 to ASCII
* docs: fix emoji stuff
* Fallback to SGR when rendering 16/256 colors when MaxColors is 16M
* Detect true color set by max_colors
* deps: wgpu -> 0.18
* docs: Fix typo
-------------------------------------------------------------------
Sun Oct 29 06:30:01 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@ -1,4 +1,4 @@
name: wezterm
version: 20230408.112425.69ae8472
mtime: 1680978265
commit: 69ae847273aa2b0a64bdb07cf19d3f6fbaaa6b71
version: 20230712.072601.f4abf8fd+git207
mtime: 1699370718
commit: f0e3eecba6faec0aa963a6f0067577afc99e11db

View File

@ -20,12 +20,12 @@
%global _dashed_version 20230712-072601-f4abf8fd
Name: wezterm
Version: 20230712.072601.f4abf8fd
Version: 20230712.072601.f4abf8fd+git207
Release: 0
Summary: GPU-accelerated cross-platform terminal emulator and multiplexer
URL: https://github.com/wez/wezterm
License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR BSL-1.0 OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR BSD-2-Clause) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND LGPL-2.1-only AND MIT AND MPL-2.0 AND WTFPL AND Zlib AND MIT
Source0: https://github.com/wez/wezterm/releases/download/%{_dashed_version}/wezterm-%{_dashed_version}-src.tar.gz#/%{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.zst
Source2: cargo_config
Requires: terminfo