Enable logging feature

This commit is contained in:
Tomas Korbar 2023-03-16 13:08:36 +01:00
parent 1017331240
commit 648e3b717c

View File

@ -4,7 +4,7 @@
Summary: Terminal emulator for the X Window System Summary: Terminal emulator for the X Window System
Name: xterm Name: xterm
Version: 379 Version: 379
Release: 1%{?dist} Release: 2%{?dist}
URL: https://invisible-island.net/xterm URL: https://invisible-island.net/xterm
License: MIT License: MIT
BuildRequires: make BuildRequires: make
@ -60,7 +60,8 @@ done
--with-tty-group=tty \ --with-tty-group=tty \
--disable-full-tgetent \ --disable-full-tgetent \
--with-pcre2 \ --with-pcre2 \
--enable-readline-mouse --enable-readline-mouse \
--enable-logging
%make_build %make_build
@ -100,6 +101,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1* %{_mandir}/man1/resize.1*
%changelog %changelog
* Thu Mar 16 2023 Tomas Korbar <tkorbar@redhat.com> - 379-2
- Enable logging feature
* Sun Feb 19 2023 Tomas Korbar <tkorbar@redhat.com> - 379-1 * Sun Feb 19 2023 Tomas Korbar <tkorbar@redhat.com> - 379-1
- Rebase to version 379 - Rebase to version 379
- Resolves: rhbz#2170296 - Resolves: rhbz#2170296