diff --git a/SPECS/xterm.spec b/SPECS/xterm.spec index 52f7941..3f392ba 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,9 +104,13 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %{_mandir}/man1/resize.1* %changelog -* Wed Jul 26 2023 MSVSphere Packaging Team - 331-1.2 +* Wed Jul 26 2023 MSVSphere Packaging Team - 331-2 - Rebuilt for MSVSphere 8.8 +* 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