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-10-21 17:28:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wezterm (Old) and /work/SRC/openSUSE:Factory/.wezterm.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wezterm" Fri Oct 21 17:28:22 2022 rev:16 rq:1030406 version:20220905.102802.7d4b8249+git117 Changes: -------- --- /work/SRC/openSUSE:Factory/wezterm/wezterm.changes 2022-09-13 16:47:43.258241064 +0200 +++ /work/SRC/openSUSE:Factory/.wezterm.new.2275/wezterm.changes 2022-10-21 17:28:29.552451074 +0200 @@ -0,0 +1,26 @@ +------------------------------------------------------------------- +Fri Oct 14 12:21:25 UTC 2022 - Soc Virnyl Estela <[email protected]> + +- Increase both storage and memory to 16G in _constraints file to fix out of memory + errors. + +------------------------------------------------------------------- +Fri Oct 14 01:10:11 UTC 2022 - Soc Virnyl Estela <[email protected]> + +- Increase storage to 12G in _constraints file. + +------------------------------------------------------------------- +Tue Oct 11 12:05:42 UTC 2022 - [email protected] + +- Update to version 20220905.102802.7d4b8249+git117: + * term: support utf8 mouse reporting (DECSET 1005) + * cargo update + * docs: changelog for https://github.com/wez/wezterm/issues/2559 + * Allow cursor visibility to be changed by widgets + * Add ResetTerminal and pane:inject_output method + * add window-focus-changed event + * Expose applying an AttributeChange on CellAttributes + * x11: explicitly enable Dri2 + * validate the config to prevent div by 0 for initial_cols/initial_rows + * tweak --always-new-process messaging + @@ -2 +28 @@ -Tue Sep 06 11:44:03 UTC 2022 - [email protected] +Tue Sep 06 11:44:03 UTC 2022 - Soc Virnyl Estela <[email protected]> @@ -63 +89 @@ -Mon Aug 29 06:43:55 UTC 2022 - [email protected] +Mon Aug 29 06:43:55 UTC 2022 - Soc Virnyl Estela <[email protected]> Old: ---- wezterm-20220807.113146.c2fee766+git109.obscpio wezterm-20220905.102802.7d4b8249+git3.tar.gz New: ---- wezterm-20220905.102802.7d4b8249+git117.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wezterm.spec ++++++ --- /var/tmp/diff_new_pack.YySJ5Z/_old 2022-10-21 17:28:35.684462599 +0200 +++ /var/tmp/diff_new_pack.YySJ5Z/_new 2022-10-21 17:28:35.692462613 +0200 @@ -19,7 +19,7 @@ %global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2 Name: wezterm -Version: 20220905.102802.7d4b8249+git3 +Version: 20220905.102802.7d4b8249+git117 Release: 0 Summary: GPU-accelerated cross-platform terminal emulator and multiplexer URL: https://github.com/wez/wezterm @@ -30,10 +30,9 @@ Requires: terminfo BuildRequires: Mesa-libEGL-devel +BuildRequires: rust+cargo >= 1.43 %if 0%{?suse_version} > 1500 BuildRequires: cargo-packaging -%else -BuildRequires: rust+cargo >= 1.43 %endif ExclusiveArch: %{rust_arches} ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.YySJ5Z/_old 2022-10-21 17:28:35.720462667 +0200 +++ /var/tmp/diff_new_pack.YySJ5Z/_new 2022-10-21 17:28:35.724462673 +0200 @@ -2,8 +2,11 @@ <constraints> <hardware> <physicalmemory> - <size unit="G">8</size> + <size unit="G">16</size> </physicalmemory> + <disk> + <size unit="G">16</size> + </disk> </hardware> </constraints> ++++++ _service ++++++ --- /var/tmp/diff_new_pack.YySJ5Z/_old 2022-10-21 17:28:35.740462704 +0200 +++ /var/tmp/diff_new_pack.YySJ5Z/_new 2022-10-21 17:28:35.744462711 +0200 @@ -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">86c9d7814860a93cc16d5edc204751ea27e17f03</param> + <param name="revision">ed63d728bfe5b628352c9715617b7ca68ff96a54</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.YySJ5Z/_old 2022-10-21 17:28:35.768462756 +0200 +++ /var/tmp/diff_new_pack.YySJ5Z/_new 2022-10-21 17:28:35.772462764 +0200 @@ -1,18 +1,18 @@ [source.crates-io] replace-with = "vendored-sources" -[source."https://github.com/wez/libssh-rs.git"] -git = "https://github.com/wez/libssh-rs.git" +[source."https://github.com/rust-x-bindings/rust-xcb"] +git = "https://github.com/rust-x-bindings/rust-xcb" +rev = "a85a4cf8937898b1da972367df4648143ede38ea" replace-with = "vendored-sources" -[source."https://github.com/wez/rust-xcb"] -git = "https://github.com/wez/rust-xcb" -branch = "ffi" +[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/xcb-imdkit-rs.git"] git = "https://github.com/wez/xcb-imdkit-rs.git" -rev = "ede7c71b85fe2537efef6cf999a45690316211cf" +branch = "waiting-on-release" replace-with = "vendored-sources" [source.vendored-sources] ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/wezterm/vendor.tar.gz /work/SRC/openSUSE:Factory/.wezterm.new.2275/vendor.tar.gz differ: char 5, line 1 ++++++ wezterm-20220905.102802.7d4b8249+git3.tar.gz -> wezterm-20220905.102802.7d4b8249+git117.tar.gz ++++++ /work/SRC/openSUSE:Factory/wezterm/wezterm-20220905.102802.7d4b8249+git3.tar.gz /work/SRC/openSUSE:Factory/.wezterm.new.2275/wezterm-20220905.102802.7d4b8249+git117.tar.gz differ: char 1, line 1 ++++++ wezterm.obsinfo ++++++ --- /var/tmp/diff_new_pack.YySJ5Z/_old 2022-10-21 17:28:35.832462877 +0200 +++ /var/tmp/diff_new_pack.YySJ5Z/_new 2022-10-21 17:28:35.836462884 +0200 @@ -1,5 +1,5 @@ name: wezterm -version: 20220905.102802.7d4b8249+git3 -mtime: 1662423004 -commit: 86c9d7814860a93cc16d5edc204751ea27e17f03 +version: termwiz-0.18.0+git37 +mtime: 1665468400 +commit: ed63d728bfe5b628352c9715617b7ca68ff96a54
