Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xterm for openSUSE:Factory checked in at 2025-01-17 18:37:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xterm (Old) and /work/SRC/openSUSE:Factory/.xterm.new.5589 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xterm" Fri Jan 17 18:37:13 2025 rev:147 rq:1238187 version:393 Changes: -------- --- /work/SRC/openSUSE:Factory/xterm/xterm.changes 2024-07-15 19:45:56.172315641 +0200 +++ /work/SRC/openSUSE:Factory/.xterm.new.5589/xterm.changes 2025-01-17 18:37:22.596966883 +0100 @@ -1,0 +2,6 @@ +Wed Jan 15 14:00:27 UTC 2025 - Thorsten Kukuk <ku...@suse.com> + +- Disable libutempter, it doesn't work anymore with the switch + from utmp to systemd-logind + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xterm.spec ++++++ --- /var/tmp/diff_new_pack.Z0l8R9/_old 2025-01-17 18:37:23.665011139 +0100 +++ /var/tmp/diff_new_pack.Z0l8R9/_new 2025-01-17 18:37:23.669011304 +0100 @@ -1,7 +1,7 @@ # # spec file for package xterm # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2024 Andreas Stieger <andreas.stie...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -50,7 +50,9 @@ BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files +%if 0%{?suse_version} < 1600 BuildRequires: utempter-devel +%endif BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11-xcb) @@ -109,7 +111,9 @@ --enable-mini-luit \ --enable-sco-fkeys \ --enable-wide-chars \ +%if 0%{?suse_version} < 1600 --with-utempter \ +%endif --with-tty-group=tty \ --with-app-defaults=%{xappdefs} \ --enable-backarrow-is-erase \