From 5787c3150b46ed7347bbcaee1f27df5163cecd6fd99bba612d1c46e90ef82466 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 1 Jun 2022 06:20:04 +0000 Subject: [PATCH] Accepting request 980237 from home:uncomfyhalomacro:branches:X11:terminals - 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 - Update to version 20220408.101518.b908e2dd~232: * dynamic: allow defaulting to None for enum struct fields * quickselect: allow multiline matches * wayland: fix weirdness with recent mutter and display scaling * wayland: avoid noisy panic-within-panic on shutdown * config: fix specifying numeric font weights * quickselect: avoid jumping to bottom of viewport when activated * mux: match workspace to local window when syncing panes * ssh: avoid busy loop when all channels are closed on the session * fix typo * fixup win32 build - Initial spec for wezterm (20220408-101518-b908e2dd~150) OBS-URL: https://build.opensuse.org/request/show/980237 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=6 --- _service | 3 +-- vendor.tar.xz | 4 ++-- wezterm-20220408.101518.b908e2dd+git299.tar.xz | 3 +++ wezterm-20220408.101518.b908e2dd~299.tar.xz | 3 --- wezterm.changes | 5 +++-- wezterm.spec | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 wezterm-20220408.101518.b908e2dd+git299.tar.xz delete mode 100644 wezterm-20220408.101518.b908e2dd~299.tar.xz diff --git a/_service b/_service index 21ee5b8..cbdd419 100644 --- a/_service +++ b/_service @@ -1,10 +1,9 @@ https://github.com/wez/wezterm - @PARENT_TAG@~@TAG_OFFSET@ + @PARENT_TAG@+git@TAG_OFFSET@ git 3ef533e858004e4e991da50615625d5778bfff9f - * (\d+)-(\d+)-(\w+) \1.\2.\3 enable diff --git a/vendor.tar.xz b/vendor.tar.xz index c237418..5e49461 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd2ac391a2cae96dbb75c2617a6e7d74bc792c44feea1e96e757030f6e66919e -size 53068632 +oid sha256:9efa3ef39a11e4991c8600be7aaaf3e75cae123179222811faab94126340def7 +size 53100440 diff --git a/wezterm-20220408.101518.b908e2dd+git299.tar.xz b/wezterm-20220408.101518.b908e2dd+git299.tar.xz new file mode 100644 index 0000000..1d13c90 --- /dev/null +++ b/wezterm-20220408.101518.b908e2dd+git299.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6e2eada26ab9b283a60542fb032f5bd719bf2e28b2ce5b9ea8e430ba570972 +size 100211100 diff --git a/wezterm-20220408.101518.b908e2dd~299.tar.xz b/wezterm-20220408.101518.b908e2dd~299.tar.xz deleted file mode 100644 index 79b6daa..0000000 --- a/wezterm-20220408.101518.b908e2dd~299.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b3b3e9251be25d9f067ae343d0a6e7e3e2cf0a5e7dd3a2e6d12c1b2d7361bab -size 100231288 diff --git a/wezterm.changes b/wezterm.changes index 84b334b..3181e80 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Tue May 31 08:27:26 UTC 2022 - socvirnyl.estela@gmail.com +Wed Jun 1 06:12:16 UTC 2022 - Soc Virnyl Estela -- Update to version 20220408.101518.b908e2dd~299: +- Fix versioning format +- Update to version 20220408.101518.b908e2dd+git299: * background: respect alpha in background images * background: use the actual sprite width * fmt diff --git a/wezterm.spec b/wezterm.spec index b23ae0d..ca450b4 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -17,7 +17,7 @@ Name: wezterm -Version: 20220408.101518.b908e2dd~299 +Version: 20220408.101518.b908e2dd+git299 Release: 0 Summary: GPU-accelerated cross-platform terminal emulator and multiplexer URL: https://github.com/wez/wezterm