SHA256
1
0
forked from pool/wezterm

Accepting request 1003313 from X11:terminals

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1003313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wezterm?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2022-09-13 14:47:40 +00:00 committed by Git OBS Bridge
commit 93f13ffcfe
9 changed files with 79 additions and 15 deletions

8
_constraints Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0"?>
<constraints>
<hardware>
<physicalmemory>
<size unit="G">8</size>
</physicalmemory>
</hardware>
</constraints>

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">b9d0843b710cecc08c27c36064fa19a47fea650a</param>
<param name="revision">86c9d7814860a93cc16d5edc204751ea27e17f03</param>
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
<param name="versionrewrite-replacement">\1.\2.\3</param>
<param name="changesgenerate">enable</param>

View File

@ -15,10 +15,5 @@ git = "https://github.com/wez/xcb-imdkit-rs.git"
rev = "ede7c71b85fe2537efef6cf999a45690316211cf"
replace-with = "vendored-sources"
[source."https://github.com/wez/xkbcommon-rs.git"]
git = "https://github.com/wez/xkbcommon-rs.git"
branch = "key-by-name"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"

View File

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

View File

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

View File

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

View File

@ -1,3 +1,64 @@
------------------------------------------------------------------
Tue Sep 06 11:44:03 UTC 2022 - socvirnyl.estela@gmail.com
- Add _constraints file to avoid memory exhaustion.
- Update to version 20220905.102802.7d4b8249+git3:
* shaper: restart presentation=None from font_idx=0
* docs: publish release
* docs for switch_to_last_active_tab_when_closing_tab
* add switch_to_last_active_tab_when_closing_tab config option
* docs: slightly clarify language in ActivateLastTab
* docs: link to SpawnCommandInNewTab from SpawnTab
* docs: changelog
* Search incrementally in chunks of 1000 lines, show progress
* fix quad cache top pixel value
* cargo update
* Fix typo in harfbuzz.rs
* fix hangul NFC shaping
* lua: patch os.getenv with our own function
* termwiz: remove assertions
* docs: charselect and paneselect font & size config
* ci: expand auto-generated release description
* fontconfig: allow proportional fallbacks for codepoints
* docs: changelog for 20220904-064125-9a6cee2b
* font: fix the function signature for log_buffer_message ...
* docs: update for latest release
* docs: pane:get_metadata
* cargo update
* docs: explain about ~ in default_cwd docs
* docs: refine CharSelect docs
* charselect: options to control copy behavior, + docs
* delete old record/replay scripts
* correctly invalidate line shape data when fallback fonts load async
* adventures in shaping
* harfbuzz: allow creating an OT Face + Font
* harfbuzz: revise build and bindings
* fix build on windows
* deps: xkbcommon-rs released 0.5
* change text cursor to fa_lock when entering passwords
* add Pane::get_metadata
* reset mouse cursor to arrow when mouse leaves the window
* docs: update default assignments
* update shell completion info
* charselect: add explicit recent category, show category in UI
* cargo fmt
* pty: fix build on windows
* pty: set SHELL to the shell we selected
* pty: actually return the shell we found
* char selector: track recently selected emoji and use frecency to show it
* ssh: add trace logging when we send a signal
* ssh: reduce some redundant logging around AcceptEnv
* posix: prefer to resolve shell via the password database
* Add CharSelect modal for emoji/nerdfont/unicode input
* new color scheme: poimandres
* codec: bump version
* add pane_id and active state to render cache key
* ssh: close stdout, stderr bridges if child is done and there is no data
* add cursor shape/visibility to quad cache key
* mux: gracefully handle socketpair failure
* mux: refactor emit_output_for_pane and use it for exit_behavior
* update conpty to v1.14.2281.0 release
-------------------------------------------------------------------
Mon Aug 29 06:43:55 UTC 2022 - socvirnyl.estela@gmail.com

View File

@ -1,4 +1,4 @@
name: wezterm
version: 20220807.113146.c2fee766+git109
mtime: 1661745027
commit: b9d0843b710cecc08c27c36064fa19a47fea650a
version: 20220905.102802.7d4b8249+git3
mtime: 1662423004
commit: 86c9d7814860a93cc16d5edc204751ea27e17f03

View File

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