Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wezterm for openSUSE:Factory checked in at 2023-08-08 15:54:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wezterm (Old) and /work/SRC/openSUSE:Factory/.wezterm.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wezterm" Tue Aug 8 15:54:38 2023 rev:27 rq:1102804 version:20230712.072601.f4abf8fd Changes: -------- --- /work/SRC/openSUSE:Factory/wezterm/wezterm.changes 2023-07-17 19:23:32.353825297 +0200 +++ /work/SRC/openSUSE:Factory/.wezterm.new.22712/wezterm.changes 2023-08-08 15:54:44.292919618 +0200 @@ -1,0 +2,5 @@ +Mon Aug 7 14:19:49 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Fix build feature flags. Only use default + distro-defaults. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wezterm.spec ++++++ --- /var/tmp/diff_new_pack.MAWpb1/_old 2023-08-08 15:54:45.608927855 +0200 +++ /var/tmp/diff_new_pack.MAWpb1/_new 2023-08-08 15:54:45.616927905 +0200 @@ -110,11 +110,11 @@ # export CFLAGS="%%optflags" # export CXXFLAGS="%%optflags" %if 0%{?suse_version} > 1500 -%{cargo_build} --all-features +%{cargo_build} --no-default-features --features vendored-fonts,wayland,distro-defaults %else export CARGO_FEATURE_VENDORED=1 export RUSTFLAGS='%{rustflags}' -cargo build --offline --release --all-features +cargo build --offline --release --no-default-features --features vendored-fonts,wayland,distro-defaults %endif %install