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-08-27 11:50:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wezterm (Old) and /work/SRC/openSUSE:Factory/.wezterm.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wezterm" Sat Aug 27 11:50:31 2022 rev:13 rq:999519 version:20220807.113146.c2fee766+git39 Changes: -------- --- /work/SRC/openSUSE:Factory/wezterm/wezterm.changes 2022-08-12 16:07:25.555611143 +0200 +++ /work/SRC/openSUSE:Factory/.wezterm.new.2083/wezterm.changes 2022-08-27 11:50:39.441916193 +0200 @@ -1,0 +2,55 @@ +Sat Aug 20 06:20:08 UTC 2022 - socvirnyl.est...@gmail.com + +- Update to version 20220807.113146.c2fee766+git39: + * macos: report max_fps in ScreenInfo + * macos: implement max_fps + * docs: changelog for #2434 + * Add control key in docs + * Add missing license files + * cargo update + * background: avoid weird wraparound in radial gradients + * docs: changelog for https://github.com/wez/wezterm/pull/2394 + * chore: Sync color schemes with nightfox changes + * pty: fix doc example + * fixup build for pty api change + * pty: fixup for macos + * pty: try_clone_writer -> take_writer + * term: hook flush up to ThreadedWriter + * Fix `alias` for Flatpak: command wasn't quoted + * docs: add stable download links for suse and alpine + * fix bypass_mouse_reporting_modifiers + * add update-status event. deprecates update-right-status + * fix overly truncated tab titles + * apply executable checks to $SHELL and /etc/passwd lookup + * pty: cmdbuilder: check for executable access when resolving program + * fix fedora download links + * docs: update info about number of color schemes + * docs: add missing COMMANDS entry for ShowLauncherArgs + * docs: clarify ShowLauncherArgs flags behavior + * docs: wezterm is now on flathub + * ActivatePaneDirection uses recency to resolve ambiguous moves + * sync color schemes with nightfox + * remove flatpak-unsupported link types + * fix typo in appdata id tag + * flesh out appdata a bit more + * add content rating and release info to appdata + * docs: remove not yet bit + * cargo update + * cleanup log files older than 1 week + * don't recompile dependencies we've already got + * disambiguate which "git" we want + * color schemes: update version in .rs, re-sync, add helper for changelog + * docs: 20220807-113146-c2fee766 release + * ci: nth time's the charm for winget tag pr thing + * ci: format with black + * ci: tweak winget pr stuff a bit more + * ci: maybe fixup winget pr submission when tagging a release + * wayland: disable use of wlr-output-management protocol + * add window:set_left_status + * refine dual source blending / subpixel aa and RGBA color interaction + * fix positioning of visual bell + * boxmodel: fix missing bearing_x / x_offset + * add `wezterm ls-fonts --rasterize-ascii --text foo` + * mux: adjust window size after attach + +------------------------------------------------------------------- @@ -9,0 +65,2 @@ + +- add wezterm-20220624.141144.bd1b7c5d+git307.tar.gz Old: ---- wezterm-20220624.141144.bd1b7c5d+git307.tar.gz New: ---- wezterm-20220807.113146.c2fee766+git39.obscpio wezterm-20220807.113146.c2fee766+git39.tar.gz wezterm.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wezterm.spec ++++++ --- /var/tmp/diff_new_pack.TxbzeK/_old 2022-08-27 11:50:43.605925138 +0200 +++ /var/tmp/diff_new_pack.TxbzeK/_new 2022-08-27 11:50:43.613925155 +0200 @@ -16,8 +16,10 @@ # +%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2 + Name: wezterm -Version: 20220624.141144.bd1b7c5d+git307 +Version: 20220807.113146.c2fee766+git39 Release: 0 Summary: GPU-accelerated cross-platform terminal emulator and multiplexer URL: https://github.com/wez/wezterm @@ -27,11 +29,11 @@ Source2: cargo_config Requires: terminfo BuildRequires: Mesa-libEGL-devel -BuildRequires: rust >= 1.43 -%if 0%{?suse_version} >= 1599 + +%if 0%{?suse_version} > 1500 BuildRequires: cargo-packaging %else -BuildRequires: cargo +BuildRequires: rust+cargo >= 1.43 %endif ExclusiveArch: %{rust_arches} @@ -69,10 +71,12 @@ tic -vvv -x -o terminfo termwiz/data/%{name}.terminfo %build -%if 0%{?suse_version} < 1599 - cargo build --offline --release --all-features +%if 0%{?suse_version} > 1500 +%{cargo_build} %else - %{cargo_build} +export CARGO_FEATURE_VENDORED=1 +export RUSTFLAGS='%{rustflags}' +cargo build --offline --release --all-features -j$(nproc) %endif %install ++++++ _service ++++++ --- /var/tmp/diff_new_pack.TxbzeK/_old 2022-08-27 11:50:43.657925250 +0200 +++ /var/tmp/diff_new_pack.TxbzeK/_new 2022-08-27 11:50:43.673925284 +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">1212865974837dfb021f43d87657a1b95c2f6966</param> + <param name="revision">4fead3171ecdd1513d420af040c9ff75b9cefe41</param> <param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param> <param name="versionrewrite-replacement">\1.\2.\3</param> <param name="changesgenerate">enable</param> ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/wezterm/vendor.tar.gz /work/SRC/openSUSE:Factory/.wezterm.new.2083/vendor.tar.gz differ: char 4, line 1 ++++++ wezterm-20220624.141144.bd1b7c5d+git307.tar.gz -> wezterm-20220807.113146.c2fee766+git39.tar.gz ++++++ /work/SRC/openSUSE:Factory/wezterm/wezterm-20220624.141144.bd1b7c5d+git307.tar.gz /work/SRC/openSUSE:Factory/.wezterm.new.2083/wezterm-20220807.113146.c2fee766+git39.tar.gz differ: char 12, line 1 ++++++ wezterm.obsinfo ++++++ name: wezterm version: 20220807.113146.c2fee766+git39 mtime: 1660968171 commit: 4fead3171ecdd1513d420af040c9ff75b9cefe41