From c017accbade7f2716fc49c8a8ca82252d1d2b939 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 27 Sep 2023 14:23:55 +0000 Subject: [PATCH] import CS xterm-331-2.el8 --- SPECS/xterm.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/SPECS/xterm.spec b/SPECS/xterm.spec index 73ac35d..089a2a9 100644 --- a/SPECS/xterm.spec +++ b/SPECS/xterm.spec @@ -1,7 +1,7 @@ Summary: Terminal emulator for the X Window System Name: xterm Version: 331 -Release: 1%{?dist}.2 +Release: 2%{?dist} URL: https://invisible-island.net/xterm License: MIT Group: User Interface/X @@ -63,7 +63,8 @@ done --with-icondir=%{_datadir}/icons \ --with-utempter \ --with-tty-group=tty \ - --disable-full-tgetent + --disable-full-tgetent \ + --enable-logging make %{?_smp_mflags} @@ -103,6 +104,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %{_mandir}/man1/resize.1* %changelog +* Fri Mar 17 2023 Tomas Korbar - 331-2 +- Enable logging support +- Resolves: rhbz#2178912 + * Fri Feb 12 2021 Tomas Korbar - 331-1.2 - Fix issue found by covcan - Related: rhbz#1927567