Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tmux for openSUSE:Factory checked in at 2024-02-22 20:56:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tmux (Old) and /work/SRC/openSUSE:Factory/.tmux.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tmux" Thu Feb 22 20:56:07 2024 rev:59 rq:1148649 version:3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/tmux/tmux.changes 2023-05-03 12:56:38.859610531 +0200 +++ /work/SRC/openSUSE:Factory/.tmux.new.1706/tmux.changes 2024-02-22 20:56:08.545972911 +0100 @@ -1,0 +2,15 @@ +Fri Feb 16 20:31:59 UTC 2024 - Andreas Stieger <[email protected]> + +- tmux 3.4 + * Improve handling of newer Unicode combined characters + * Add basic support for SIXEL images + * Add support for spawning panes in separate cgroups with systemd + * Add support for OSC 8 hyperlinks. + * Expanded configuration options + * Improved detection and support of terminal options + * Tweaks to UI and behavior +- drop patches: + * ncurses.patch + * tmux-CVE-2022-47016.patch + +------------------------------------------------------------------- Old: ---- ncurses.patch tmux-3.3a.tar.gz tmux-CVE-2022-47016.patch New: ---- tmux-3.4.tar.gz BETA DEBUG BEGIN: Old:- drop patches: * ncurses.patch * tmux-CVE-2022-47016.patch Old: * ncurses.patch * tmux-CVE-2022-47016.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tmux.spec ++++++ --- /var/tmp/diff_new_pack.EJbqNT/_old 2024-02-22 20:56:09.378003235 +0100 +++ /var/tmp/diff_new_pack.EJbqNT/_new 2024-02-22 20:56:09.378003235 +0100 @@ -2,6 +2,7 @@ # spec file for package tmux # # Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +18,7 @@ Name: tmux -Version: 3.3a +Version: 3.4 Release: 0 Summary: Terminal multiplexer License: ISC AND BSD-3-Clause AND BSD-2-Clause @@ -27,16 +28,11 @@ Source1: bash_completion_tmux.sh # PATCH-FIX-OPENSUSE [email protected] -- Use /run/tmux instead of /tmp as the default socket path, this add some robustness against accidental deletion via systemd-tmpfiles-clean, tmpwatch, or similar 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: bison BuildRequires: pkgconfig BuildRequires: utempter-devel -BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libevent) >= 2.0 +BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(ncurses) %{?systemd_ordering} @@ -57,8 +53,11 @@ %build export CFLAGS="%{optflags} -fno-strict-aliasing" -autoreconf -%configure --disable-utf8proc --with-TERM=screen-256color --enable-systemd +%configure \ + --with-TERM=screen-256color \ + --enable-systemd \ + --enable-sixel \ + %{nil} %make_build %install ++++++ tmux-3.3a.tar.gz -> tmux-3.4.tar.gz ++++++ ++++ 16366 lines of diff (skipped)
