Tmux update, RPM update to 1.20 mainline

This commit is contained in:
2021-07-07 07:07:48 +02:00
parent 6316878c0c
commit 7efa714b4b
2 changed files with 22 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
%global _hardened_build 1
Name: tmux
Version: 3.0
Release: 2%{?dist}
Version: 3.2a
Release: 1%{?dist}
Summary: A terminal multiplexer
# Most of the source is ISC licensed; some of the files in compat/ are 2 and
@@ -15,6 +15,7 @@ Source1: bash_completion_tmux.sh
Source2: tmux.conf
BuildRequires: gcc
BuildRequires: byacc
BuildRequires: pkgconfig(libevent)
BuildRequires: pkgconfig(tinfo)
BuildRequires: pkgconfig(ncurses)
@@ -69,9 +70,12 @@ fi
%config(noreplace) %{_sysconfdir}/tmux.conf
%changelog
* Sun Sep 29 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
* Tue Jul 6 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Updated to latest version.
* Sun Sep 29 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Default tmux config added.
* Fri Aug 16 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
* Fri Aug 16 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Initial to version 3.0 for CentOS.