- New upstream release 2.5 - fixes rhbz #1449666

https://raw.githubusercontent.com/tmux/tmux/2.5/CHANGES
This commit is contained in:
Filipe Rosset 2017-06-09 22:59:02 -03:00
parent c946af0412
commit 2cb6cc52af
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ tmux-1.3.tar.gz
/tmux-2.2.tar.gz
/tmux-2.3.tar.gz
/tmux-2.4.tar.gz
/tmux-2.5.tar.gz

View File

@ -1 +1 @@
SHA512 (tmux-2.4.tar.gz) = e9d93f6b8b68dddf05046ef1e1bc8c55a1f2c4bb96f4e12c25c202358b3280b3e14df8818ed449aadc783306b0869e5e7418192f60bb16afebc6b396cb50999c
SHA512 (tmux-2.5.tar.gz) = c0e8365a553d034e347f2f7a0d64f04e2be4307a75a9f72c8218fc56b72e531f3f37fe4a8f0e8d70801f5f62ee250ab7e9978abd6d101d273f76b4a1a92b08e0

View File

@ -1,6 +1,6 @@
Name: tmux
Version: 2.4
Release: 2%{?dist}
Version: 2.5
Release: 1%{?dist}
Summary: A terminal multiplexer
Group: Applications/System
@ -66,6 +66,10 @@ fi
%{_datadir}/bash-completion/completions/tmux
%changelog
* Sat Jun 10 2017 Filipe Rosset <rosset.filipe@gmail.com> - 2.5-1
- New upstream release 2.5 - fixes rhbz #1449666
- https://raw.githubusercontent.com/tmux/tmux/2.5/CHANGES
* Fri Apr 21 2017 Filipe Rosset <rosset.filipe@gmail.com> - 2.4-2
- rebuild tmux as PIE - fixes rhbz #1324104