diff --git a/tmux.spec b/tmux.spec
index ae553c6..ae89c1e 100644
--- a/tmux.spec
+++ b/tmux.spec
@@ -2,7 +2,7 @@
 
 Name:           tmux
 Version:        3.1
-Release:        2%{?dist}
+Release:        3%{?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
+* Wed Sep 16 2020 David Cantrell <dcantrell@redhat.com> - 3.1-3
+- Rebuild for new libevent
+
 * Fri Jul 17 2020 Andrew Spiers <andrew@andrewspiers.net> - 3.1-2
 - Include upstream example config file
   Resolves: rhbz#1741836