Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wezterm for openSUSE:Factory checked in at 2022-11-28 11:07:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wezterm (Old) and /work/SRC/openSUSE:Factory/.wezterm.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wezterm" Mon Nov 28 11:07:12 2022 rev:19 rq:1038552 version:20221119.145034.49b9839f Changes: -------- --- /work/SRC/openSUSE:Factory/wezterm/wezterm.changes 2022-11-04 17:36:55.669425718 +0100 +++ /work/SRC/openSUSE:Factory/.wezterm.new.1597/wezterm.changes 2022-11-28 11:07:18.139820103 +0100 @@ -1,0 +2,72 @@ +Mon Nov 21 03:25:19 UTC 2022 - socvirnyl.est...@gmail.com + +- Update to version 20221119.145034.49b9839f: + * fix IME composition status applying to all panes + * allow disabling tabs, new tab button in tab bar + * Update macos docs with wezterm CLI installation (#2619) + * docs: changelog for https://github.com/wez/wezterm/pull/2661 + * Fix relative CWD path given on command line being interpreted as within the server's CWD + * fixes flow chart and typo in config file docs + * docs: changelog for https://github.com/wez/wezterm/pull/2636 + * Fix background cover algorithm + * Fix dragging by left or right status with retro tab bar + * docs: fix MoveTabRelative default key assignments + * docs: update first example to use wezterm.action style + * gui: improve error message for unsupported height/width values for Color and Gradient + * webgpu: improve messaging when no adapters are found + * webgpu: minor optimization of shader + * use constants for has_color values in wgsl shader and in the rust code + * webgpu: support hsv transforms + * fix resizing on windows when wgpu is enabled + * add some config options to influence webgpu selection + * make drawRect work on macos when using webgpu + * This makes webgpu actually render + * fixup crash when running in webgpu mode + * plumb webgpu code into draw path + * Abstract more over the render state, add RenderContext + * put WebGpuState into an Rc + * Add IndexBuffer abstraction + * Add VertexBuffer abstraction + * Add MappedVertexBuffer abstraction + * make TripleLayerQuadAlloctor::Gpu(BorrowedLayers) self-referential + * use a self-referential struct for mapping vertexbuffers + * erase generic T from Atlas, Sprite, CachedGlyph etc. + * notionally allow webgpu texture atlas creation + * make Vertex conform to Pod + * Basic useless wgpu based rendering foundation + * deps: update raw-window-handle + * docs: add_wsl_distributions_to_launch_menu was removed + * partially handling overflowing tab titles + * changelog for https://github.com/wez/wezterm/pull/2746 + * Allow windows installer to run on arm64 emulating x64 + * rustdoc markdown fences-- + * xcursor: parse and follow theme inheritance + * reduce size of BoxedQuad by 2/3 + * quads: switch to allocating quads rather than contiguous vertices + * remove dead code + * Add support for heap profiling using dhat + * perf: adjust clustering when bidi is disabled + * lfucache: improve LFU algorithm and structure + * refactor: move lfucache into its own crate + * cargo update + * docs: remove wezterm-nightly-bin AUR link + * gui: fix cursor color invalidation issue + * Fix horizontal wheel events + * docs for #2702 + * keyevent: fixup prevent_fallback processing + * docs: changelog for #2112 + * wezterm.terminfo: add statusline entries + * cargo update + * Fix compiler warning + * keys: add prevent_fallback option for ActivateKeyTable + * docs: changelog for https://github.com/wez/wezterm/pull/2670 + * Continue parsing cmdline arguments in the desktop file + * Allow to pass the command to execute via "-e" + * rust 1.65 does a better job with enum packing + * termwiz: release 0.19 + * fix: temp fix for Android build error + * deps: cargo update for openssl + * deps: cargo update + * deps: remove async-std dep + +------------------------------------------------------------------- Old: ---- wezterm-20220905.102802.7d4b8249+git147.tar.gz New: ---- wezterm-20221119.145034.49b9839f.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wezterm.spec ++++++ --- /var/tmp/diff_new_pack.0Whn1Y/_old 2022-11-28 11:07:22.591840069 +0100 +++ /var/tmp/diff_new_pack.0Whn1Y/_new 2022-11-28 11:07:22.603840123 +0100 @@ -19,7 +19,7 @@ %global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2 Name: wezterm -Version: 20220905.102802.7d4b8249+git147 +Version: 20221119.145034.49b9839f Release: 0 Summary: GPU-accelerated cross-platform terminal emulator and multiplexer URL: https://github.com/wez/wezterm ++++++ _service ++++++ --- /var/tmp/diff_new_pack.0Whn1Y/_old 2022-11-28 11:07:22.647840320 +0100 +++ /var/tmp/diff_new_pack.0Whn1Y/_new 2022-11-28 11:07:22.651840339 +0100 @@ -1,9 +1,10 @@ <services> <service mode="disabled" name="obs_scm"> <param name="url">https://github.com/wez/wezterm.git</param> - <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param> + <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">43f2265ef1ccfbb52e6596982156df57c382e1aa</param> + <param name="revision">49b9839fdb41eff4d2aae3bb91e6a4befb9cd20b</param> + <param name="match-tag">20221119-145034-49b9839f</param> <param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param> <param name="versionrewrite-replacement">\1.\2.\3</param> <param name="changesgenerate">enable</param> ++++++ cargo_config ++++++ --- /var/tmp/diff_new_pack.0Whn1Y/_old 2022-11-28 11:07:22.671840428 +0100 +++ /var/tmp/diff_new_pack.0Whn1Y/_new 2022-11-28 11:07:22.675840446 +0100 @@ -17,5 +17,7 @@ [source.vendored-sources] directory = "vendor" -(No newline at EOF) + +[profile] +release = { strip = "symbols", lto = "thin", opt-level = "z" } ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/wezterm/vendor.tar.gz /work/SRC/openSUSE:Factory/.wezterm.new.1597/vendor.tar.gz differ: char 5, line 1 ++++++ wezterm-20220905.102802.7d4b8249+git147.tar.gz -> wezterm-20221119.145034.49b9839f.tar.gz ++++++ /work/SRC/openSUSE:Factory/wezterm/wezterm-20220905.102802.7d4b8249+git147.tar.gz /work/SRC/openSUSE:Factory/.wezterm.new.1597/wezterm-20221119.145034.49b9839f.tar.gz differ: char 1, line 1 ++++++ wezterm.obsinfo ++++++ --- /var/tmp/diff_new_pack.0Whn1Y/_old 2022-11-28 11:07:22.739840733 +0100 +++ /var/tmp/diff_new_pack.0Whn1Y/_new 2022-11-28 11:07:22.743840751 +0100 @@ -1,5 +1,5 @@ name: wezterm -version: termwiz-0.18.0+git67 -mtime: 1666583447 -commit: 43f2265ef1ccfbb52e6596982156df57c382e1aa +version: 20221119.145034.49b9839f +mtime: 1668894634 +commit: 49b9839fdb41eff4d2aae3bb91e6a4befb9cd20b