From bb3103106a77a7105e671e1682b76922a627521f Mon Sep 17 00:00:00 2001 From: Tomas Korbar Date: Tue, 29 Oct 2019 10:03:04 +0100 Subject: [PATCH] enable sixel graphics resolves: rhbz#1763712 --- xterm.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xterm.spec b/xterm.spec index 12545bb..cedd974 100644 --- a/xterm.spec +++ b/xterm.spec @@ -1,7 +1,7 @@ Summary: Terminal emulator for the X Window System Name: xterm Version: 349 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://invisible-island.net/xterm License: MIT BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel @@ -60,7 +60,8 @@ done --with-icondir=%{_datadir}/icons \ --with-utempter \ --with-tty-group=tty \ - --disable-full-tgetent + --disable-full-tgetent \ + --enable-sixel-graphics make %{?_smp_mflags} @@ -100,6 +101,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %{_mandir}/man1/resize.1* %changelog +* Tue Oct 29 2019 Tomas Korbar - 349-2 +- enable sixel graphics (#1763712) + * Tue Sep 24 2019 Tomas Korbar - 349-1 - update to 349