SHA256
1
0
forked from pool/wezterm

Accepting request 1033167 from X11:terminals

OBS-URL: https://build.opensuse.org/request/show/1033167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wezterm?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2022-11-04 16:34:41 +00:00 committed by Git OBS Bridge
commit 6ca98c3dbc
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 3 18:30:01 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Enable --all-features for suse>1500 builds:
contains --features distro-defaults, to stop phoning home
[boo#1205008]
-------------------------------------------------------------------
Wed Oct 26 22:28:40 UTC 2022 - socvirnyl.estela@gmail.com

View File

@ -71,7 +71,7 @@ tic -vvv -x -o terminfo termwiz/data/%{name}.terminfo
%build
%if 0%{?suse_version} > 1500
%{cargo_build}
%{cargo_build} --all-features
%else
export CARGO_FEATURE_VENDORED=1
export RUSTFLAGS='%{rustflags}'