diff --git a/tmux.spec b/tmux.spec index a4f6c503a948d3def9ae3598c4f026f62ecc98f1..952feae470d47d19955204db5cc455ecc621296a 100644 --- a/tmux.spec +++ b/tmux.spec @@ -2,7 +2,7 @@ Name: tmux Version: 3.5a -Release: 1 +Release: 2 Summary: A terminal multiplexer # SOURCE0 licensed under ISC AND BSD, SOURCE1 licensed under GPL-2.0-only @@ -12,8 +12,8 @@ Source0: https://github.com/tmux/tmux/releases/download/%{version}/%{name Source1: https://github.com/imomaliev/tmux-bash-completion/raw/refs/heads/master/completions/tmux BuildRequires: gcc -BuildRequires: (pkgconfig(libevent_core) >= 2 or pkgconfig(libevent) >= 2) -BuildRequires: (pkgconfig(tinfo) or pkgconfig(ncurses) or pkgconfig(ncursesw)) +BuildRequires: pkgconfig(libevent_core) >= 2 +BuildRequires: pkgconfig(tinfo) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libutf8proc) BuildRequires: libutempter-devel @@ -66,6 +66,9 @@ fi %{_mandir}/man1/%{name}.1* %changelog +* Mon Jan 20 2025 Funda Wang - 3.5a-2 +- deal with eulermaker do not recognize boolean build dependencies + * Sat Oct 05 2024 Funda Wang - 3.5a-1 - update to version 3.5a