diff --git a/xterm.spec b/xterm.spec index a294036dcf8610bd2079beb9e12c5ab019b20028..de564d4e8d19cd0a531ad28a8ca4974112a2efb5 100644 --- a/xterm.spec +++ b/xterm.spec @@ -2,7 +2,7 @@ Summary: Terminal emulator for the X Window System Name: xterm Version: 331 -Release: 1%{anolis_release}%{?dist}.2 +Release: 2%{anolis_release}%{?dist} URL: https://invisible-island.net/xterm License: MIT Group: User Interface/X @@ -74,7 +74,8 @@ done --with-icondir=%{_datadir}/icons \ --with-utempter \ --with-tty-group=tty \ - --disable-full-tgetent + --disable-full-tgetent \ + --enable-logging make %{?_smp_mflags} @@ -116,9 +117,13 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %doc xterm.log.html ctlseqs.txt 16colors.txt README.i18n THANKS %changelog -* Fri Jul 15 2022 Liwei Ge - 331-1.2.0.1 +* Mon Dec 11 2023 liuzhilin - 331-2.0.1 - Add doc sub package +* 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