diff --git a/.gitignore b/.gitignore index 3ecc782..dd7ae6a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ tmux-1.3.tar.gz /tmux-2.9a.tar.gz /tmux-3.0a.tar.gz /tmux-3.1.tar.gz +/tmux-3.1c.tar.gz diff --git a/sources b/sources index 12ee3af..375914c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tmux-3.1.tar.gz) = 32f8bc03ee2071449c106f9c895164e8ffbb9cc720607d90e7ef397374c991c571294a918689bd9017ed7045fcff9e36d45ebb4b7454d93836f85bcc0333462b +SHA512 (tmux-3.1c.tar.gz) = aad2e6457dd350369f245f711f1936a575d0588b72e660d10e7abc7d373da0d322903b451ad00b96a3e0e6847ca855673da6a4c5447cea91fa756edd23659397 diff --git a/tmux.spec b/tmux.spec index ae89c1e..aaf38ed 100644 --- a/tmux.spec +++ b/tmux.spec @@ -1,8 +1,8 @@ %global _hardened_build 1 Name: tmux -Version: 3.1 -Release: 3%{?dist} +Version: 3.1c +Release: 1%{?dist} Summary: A terminal multiplexer # Most of the source is ISC licensed; some of the files in compat/ are 2 and @@ -66,6 +66,9 @@ fi %{_datadir}/bash-completion/completions/tmux %changelog +* Mon Jan 4 2021 Filipe Rosset - 3.1c-1 +- Update to 3.1c + * Wed Sep 16 2020 David Cantrell - 3.1-3 - Rebuild for new libevent