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