diff --git a/xterm.spec b/xterm.spec index ac2478e..b32c2bb 100644 --- a/xterm.spec +++ b/xterm.spec @@ -51,19 +51,16 @@ done %configure \ --enable-meta-sends-esc \ --disable-backarrow-key \ - --enable-256-color \ --enable-exec-xterm \ %{?with_trace: --enable-trace} \ --enable-warnings \ - --enable-wide-chars \ --with-app-defaults=%{x11_app_defaults_dir} \ --with-icon-theme=hicolor \ --with-icondir=%{_datadir}/icons \ --with-utempter \ --with-tty-group=tty \ --disable-full-tgetent \ - --enable-sixel-graphics \ - --with-pcre2 + --with-pcre2 %make_build @@ -103,6 +100,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %{_mandir}/man1/resize.1* %changelog +* Fri Jan 07 2022 Thomas E. Dickey - 370-2 +- Trim configure options which are no longer necessary. +- Resolves: rhbz#2038247 + * Tue Nov 30 2021 Tomas Korbar - 370-1 - Rebase to version 370 - Resolves: rhbz#2023017