Accepting request 1234640 from X11:terminals
- Update to version 20240203.110809.5046fc22+git421: * deps: libpng -> 1.6.44 * deps: update to zlib 1.3.1 * wezterm-ssh: update pty version * docs: changelog for serial bits * pty: bump semver because serial2 changes public API * Use serial2 crate instead of serial (#6411) * chore: remove redundant words in comment * fix some warnings with rust 1.83 * wayland: reimplement maximize and restore * Disable libpng VSX_OPT flag for PowerPC 64 * cargo update * docs: changelog for #6186 * Region scrolling tests and a fix * Region scrolling tests * fix warning * Fixed minor typo in the example from `get_default_colors.md OBS-URL: https://build.opensuse.org/request/show/1234640 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wezterm?expand=0&rev=38
This commit is contained in:
commit
c3cb57d4df
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||
<!-- param name="versionformat">@PARENT_TAG@</param -->
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">51c794ac500a2033b9dc570c71810518bfa667a9</param>
|
||||
<param name="revision">be54403e4d297ccc2fb4c7b212e2a83b13a89948</param>
|
||||
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -3,4 +3,4 @@
|
||||
<param name="url">https://github.com/wez/wezterm.git</param>
|
||||
<param name="changesrevision">69ae847273aa2b0a64bdb07cf19d3f6fbaaa6b71</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/wez/wezterm</param>
|
||||
<param name="changesrevision">51c794ac500a2033b9dc570c71810518bfa667a9</param></service></servicedata>
|
||||
<param name="changesrevision">be54403e4d297ccc2fb4c7b212e2a83b13a89948</param></service></servicedata>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b02572915f61b1511d12ac33f2c823871440d7ec993e696d449f8502f133b5f
|
||||
size 87610922
|
||||
oid sha256:f0442d80ab11d4cd436480a130c11a1005757ea8e43b79008eb1b4f6d641aa89
|
||||
size 87807646
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c33aee5017f5cc64c6e54af9ed2a8109e7fa72cdc9b56259f1df11385615e74
|
||||
size 95229466
|
3
wezterm-20240203.110809.5046fc22+git421.tar.zst
Normal file
3
wezterm-20240203.110809.5046fc22+git421.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdaa8dfcf46e5f65ea76ee04846e4738c7aa50e6c4545903551a836859bb34c1
|
||||
size 96073963
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 22:55:13 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 20240203.110809.5046fc22+git421:
|
||||
* deps: libpng -> 1.6.44
|
||||
* deps: update to zlib 1.3.1
|
||||
* wezterm-ssh: update pty version
|
||||
* docs: changelog for serial bits
|
||||
* pty: bump semver because serial2 changes public API
|
||||
* Use serial2 crate instead of serial (#6411)
|
||||
* chore: remove redundant words in comment
|
||||
* fix some warnings with rust 1.83
|
||||
* wayland: reimplement maximize and restore
|
||||
* Disable libpng VSX_OPT flag for PowerPC 64
|
||||
* cargo update
|
||||
* docs: changelog for #6186
|
||||
* Region scrolling tests and a fix
|
||||
* Region scrolling tests
|
||||
* fix warning
|
||||
* Fixed minor typo in the example from `get_default_colors.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 06:08:50 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: wezterm
|
||||
version: 20240203.110809.5046fc22+git404
|
||||
mtime: 1730734444
|
||||
commit: 51c794ac500a2033b9dc570c71810518bfa667a9
|
||||
version: 20240203.110809.5046fc22+git421
|
||||
mtime: 1735830509
|
||||
commit: be54403e4d297ccc2fb4c7b212e2a83b13a89948
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wezterm
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
# %%global _dashed_version 20230712-072601-f4abf8fd
|
||||
|
||||
Name: wezterm
|
||||
Version: 20240203.110809.5046fc22+git404
|
||||
Version: 20240203.110809.5046fc22+git421
|
||||
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