diff --git a/pidgin-otr-3.2.0.tar.bz2 b/pidgin-otr-3.2.0.tar.bz2
deleted file mode 100644
index 789f7ea..0000000
--- a/pidgin-otr-3.2.0.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:11501e6c23236383a9eb904c11a3de382574b4a98dcba1d2332c65bfce8fdeb0
-size 326980
diff --git a/pidgin-otr-3.2.1.tar.gz b/pidgin-otr-3.2.1.tar.gz
new file mode 100644
index 0000000..f8b5608
--- /dev/null
+++ b/pidgin-otr-3.2.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ce17e9769e3853076d80645adafaa866e7d7188f988d28a9793afc32c85cb979
+size 409238
diff --git a/pidgin-otr.changes b/pidgin-otr.changes
index f0b6265..ae0a7a4 100644
--- a/pidgin-otr.changes
+++ b/pidgin-otr.changes
@@ -1,3 +1,23 @@
+-------------------------------------------------------------------
+Wed May 30 17:15:05 UTC 2012 - jengelh@inai.de
+
+- Remove unnecessary autoreconf call (there are no patches atm)
+- Drop no longer needed libtool BuildRequires.
+
+-------------------------------------------------------------------
+Sat May 19 18:53:08 UTC 2012 - zaitor@opensuse.org
+
+- Update to version 3.2.1:
+  + Fix a format string vulnerability (CVE-2012-2369).
+  + Set the umask to 0077 before creating the otr.* files in the
+    purple directory so that they end up mode 0600.
+  + Use /dev/urandom to generate keys instead of /dev/random.
+  + Make the fingerprints in the manual authentication dialog
+    selectable.
+  + Don't delete the OTR menus if a non-foreground conversation
+    window is closed.
+  + Updated translations.
+
 -------------------------------------------------------------------
 Sun Nov 27 06:46:48 UTC 2011 - coolo@suse.com
 
diff --git a/pidgin-otr.spec b/pidgin-otr.spec
index 2584f8d..cf66fd1 100644
--- a/pidgin-otr.spec
+++ b/pidgin-otr.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package pidgin-otr
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           pidgin-otr
-BuildRequires:  gtk2-devel intltool libotr-devel libtool pidgin-devel update-desktop-files
-Version:        3.2.0
-Release:        1
+BuildRequires:  gtk2-devel
+BuildRequires:  intltool
+BuildRequires:  libotr-devel
+BuildRequires:  pidgin-devel
+BuildRequires:  update-desktop-files
+Version:        3.2.1
+Release:        0
 Url:            http://www.cypherpunks.ca/otr/
-Group:          Productivity/Networking/Instant Messenger
-License:        GPL-2.0+
 Summary:        "Off The Record" end-to-end encryption plugin for gaim
-Source:         http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.bz2
+License:        GPL-2.0+
+Group:          Productivity/Networking/Instant Messenger
+Source:         http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       gaim-otr = %{version}
 Obsoletes:      gaim-otr <= 3.0.0
@@ -66,19 +68,14 @@ Authors:
 %setup -q
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-autoreconf -fi
 %configure --with-pic --disable-static
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/pidgin/*.la
 %find_lang pidgin-otr
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f pidgin-otr.lang
 %defattr (-, root, root)
 %doc COPYING README AUTHORS NEWS ChangeLog