Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tmux for openSUSE:Factory checked in at 2023-05-03 12:56:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tmux (Old) and /work/SRC/openSUSE:Factory/.tmux.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tmux" Wed May 3 12:56:31 2023 rev:58 rq:1084086 version:3.3a Changes: -------- --- /work/SRC/openSUSE:Factory/tmux/tmux.changes 2023-03-24 15:15:59.301487083 +0100 +++ /work/SRC/openSUSE:Factory/.tmux.new.1533/tmux.changes 2023-05-03 12:56:38.859610531 +0200 @@ -1,0 +2,6 @@ +Tue May 2 15:37:28 UTC 2023 - OndÅej Súkup <mimi...@gmail.com> + +- add ncurses.patch for compactibility with new ncurses + fixes boo#1210552 + +------------------------------------------------------------------- New: ---- ncurses.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tmux.spec ++++++ --- /var/tmp/diff_new_pack.Ri1A82/_old 2023-05-03 12:56:39.363613492 +0200 +++ /var/tmp/diff_new_pack.Ri1A82/_new 2023-05-03 12:56:39.371613539 +0200 @@ -29,16 +29,16 @@ Patch0: tmux-socket-path.patch # CVE-2022-47016 [bsc#1207393], Null pointer dereference in window.c Patch1: tmux-CVE-2022-47016.patch +# new ncurses secure interface fix +Patch2: ncurses.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: pkgconfig BuildRequires: utempter-devel BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libevent) >= 2.0 -%{?systemd_ordering} -%if 0%{?suse_version} >= 1320 BuildRequires: pkgconfig(ncurses) -%else -BuildRequires: ncurses-devel -%endif +%{?systemd_ordering} %description tmux is a terminal multiplexer: it enables a number of terminals (or windows), @@ -53,18 +53,13 @@ to (display and accept keyboard input from) multiple clients. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 %build export CFLAGS="%{optflags} -fno-strict-aliasing" +autoreconf %configure --disable-utf8proc --with-TERM=screen-256color --enable-systemd -%if 0%{?suse_version} >= 1320 %make_build -%else -make %{?_smp_mflags} -%endif %install %make_install @@ -82,10 +77,6 @@ %files %license COPYING %doc CHANGES -%if 0%{?suse_version} < 1320 -%dir %{_datadir}/bash-completion -%dir %{_datadir}/bash-completion/completions -%endif %{_datadir}/bash-completion/completions/tmux %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{?ext_man} ++++++ ncurses.patch ++++++ ++++ 817 lines (skipped)