Enable logging feature
This commit is contained in:
parent
1017331240
commit
648e3b717c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user