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-05-21 19:06:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wezterm (Old) and /work/SRC/openSUSE:Factory/.wezterm.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wezterm" Sat May 21 19:06:34 2022 rev:2 rq:978417 version:20220408.101518.b908e2dd~232 Changes: -------- --- /work/SRC/openSUSE:Factory/wezterm/wezterm.changes 2022-05-06 19:00:31.617434433 +0200 +++ /work/SRC/openSUSE:Factory/.wezterm.new.1538/wezterm.changes 2022-05-21 19:07:44.959435142 +0200 @@ -1,0 +2,15 @@ +Sat May 21 04:07:29 UTC 2022 - socvirnyl.est...@gmail.com + +- 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 + +------------------------------------------------------------------- Old: ---- wezterm-20220408.101518.b908e2dd~150.tar.xz New: ---- wezterm-20220408.101518.b908e2dd~232.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wezterm.spec ++++++ --- /var/tmp/diff_new_pack.ERGEWF/_old 2022-05-21 19:07:46.371437220 +0200 +++ /var/tmp/diff_new_pack.ERGEWF/_new 2022-05-21 19:07:46.375437226 +0200 @@ -17,17 +17,20 @@ Name: wezterm -Version: 20220408.101518.b908e2dd~150 +Version: 20220408.101518.b908e2dd~232 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 (MIT OR Apache-2.0 OR BSD-2-Clause) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 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 +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: %{name}-%{version}.tar.xz Source1: vendor.tar.xz Source2: cargo_config Requires: terminfo BuildRequires: Mesa-libEGL-devel BuildRequires: cargo-packaging +BuildRequires: rust >= 1.46 +ExclusiveArch: %{rust_arches} + BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ @@ -45,9 +48,9 @@ BuildRequires: xcb-util-keysyms-devel BuildRequires: xcb-util-wm-devel BuildRequires: pkgconfig(fontconfig) -BuildRequires: pkgconfig(tic) BuildRequires: pkgconfig(libssh2) BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(tic) BuildRequires: pkgconfig(xcb) %description @@ -77,7 +80,6 @@ install -Dm 0644 assets/shell-integration/* -t %{buildroot}%{_sysconfdir}/profile.d install -Dm 0644 assets/%{name}-nautilus.py %{buildroot}%{_datadir}/nautilus-python/extensions/%{name}-nautilus.py - %files %license LICENSE.md %doc README.md CONTRIBUTING.md ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ERGEWF/_old 2022-05-21 19:07:46.411437278 +0200 +++ /var/tmp/diff_new_pack.ERGEWF/_new 2022-05-21 19:07:46.415437285 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/wez/wezterm</param> <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param> <param name="scm">git</param> - <param name="revision">94bb4ad09d9f61d897c1bb73e62cc3985c372653</param> + <param name="revision">94039c473bebbf35d4994863965ebd58c3647218</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param> <param name="versionrewrite-replacement">\1.\2.\3</param> ++++++ cargo_config ++++++ --- /var/tmp/diff_new_pack.ERGEWF/_old 2022-05-21 19:07:46.439437320 +0200 +++ /var/tmp/diff_new_pack.ERGEWF/_new 2022-05-21 19:07:46.443437326 +0200 @@ -1,13 +1,28 @@ [source.crates-io] replace-with = "vendored-sources" +[source."https://github.com/khvzak/mlua"] +git = "https://github.com/khvzak/mlua" +branch = "master" +replace-with = "vendored-sources" + [source."https://github.com/wez/libssh-rs.git"] git = "https://github.com/wez/libssh-rs.git" replace-with = "vendored-sources" +[source."https://github.com/wez/rust-xcb"] +git = "https://github.com/wez/rust-xcb" +branch = "ffi" +replace-with = "vendored-sources" + +[source."https://github.com/wez/xcb-imdkit-rs.git"] +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" -rev = "5cc8f233ac2b8bfa0d7a26fd981b77e68c3f2219" +branch = "key-by-name" replace-with = "vendored-sources" [source.vendored-sources] ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/wezterm/vendor.tar.xz /work/SRC/openSUSE:Factory/.wezterm.new.1538/vendor.tar.xz differ: char 26, line 1 ++++++ wezterm-20220408.101518.b908e2dd~150.tar.xz -> wezterm-20220408.101518.b908e2dd~232.tar.xz ++++++ /work/SRC/openSUSE:Factory/wezterm/wezterm-20220408.101518.b908e2dd~150.tar.xz /work/SRC/openSUSE:Factory/.wezterm.new.1538/wezterm-20220408.101518.b908e2dd~232.tar.xz differ: char 15, line 1