diff --git a/.cvsignore b/.cvsignore
index 5e1ae4b..6ea9ff6 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-tmux-1.1.tar.gz
+tmux-1.2.tar.gz
diff --git a/sources b/sources
index 0053d49..0342f4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-faf2fc52ac3ae63d899f6fece2c112cd  tmux-1.1.tar.gz
+748fbe7bb5f86812e19bd6005ff21a5a  tmux-1.2.tar.gz
diff --git a/tmux.spec b/tmux.spec
index a44858a..b507ef7 100644
--- a/tmux.spec
+++ b/tmux.spec
@@ -1,5 +1,5 @@
 Name:           tmux
-Version:        1.1
+Version:        1.2
 Release:        1%{?dist}
 Summary:        A terminal multiplexer
 
@@ -15,10 +15,11 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 Patch0:         tmux-1.0-02_fix_wrong_location.diff
 Patch1:         tmux-1.0-03_proper_socket_handling.diff
 Patch2:         tmux-1.0-04_dropping_unnecessary_privileges.diff
-Patch3:         tmux-1.0-06_hardening_write_return.diff
+#Patch3:         tmux-1.0-06_hardening_write_return.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ncurses-devel
+BuildRequires:  libevent-devel
 
 %description
 tmux is a "terminal multiplexer."  It enables a number of terminals (or
@@ -31,7 +32,7 @@ as GNU Screen.
 %patch0 -p1 -b .location
 %patch1 -p1 -b .sockethandling
 %patch2 -p1 -b .dropprivs
-%patch3 -p1 -b .writehard
+#%patch3 -p1 -b .writehard
 
 %build
 %configure
@@ -58,6 +59,9 @@ getent group tmux >/dev/null || groupadd -r tmux
 %attr(775,root,tmux) %{_localstatedir}/run/tmux
 
 %changelog
+* Sun Mar 28 2010 Sven Lankes <sven@lank.es> 1.2-1
+- New upstream release
+
 * Mon Nov 09 2009 Sven Lankes <sven@lank.es> 1.1-1
 - New upstream release