diff --git a/.gitignore b/.gitignore
index c4617c2..959a155 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ gnome-keyring-2.31.4.tar.bz2
 /gnome-keyring-2.91.92.tar.bz2
 /gnome-keyring-2.91.93.tar.bz2
 /gnome-keyring-3.0.0.tar.bz2
+/gnome-keyring-3.0.1.tar.bz2
diff --git a/gnome-keyring.spec b/gnome-keyring.spec
index 5f9729b..87c9b4e 100644
--- a/gnome-keyring.spec
+++ b/gnome-keyring.spec
@@ -7,7 +7,7 @@
 
 Summary: Framework for managing passwords and other secrets
 Name: gnome-keyring
-Version: 3.0.0
+Version: 3.0.1
 Release: 1%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Libraries
@@ -87,7 +87,7 @@ autoreconf -i -f
 # avoid unneeded direct dependencies
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
 
-make %{?_smp_mflags}
+make #%%{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -148,6 +148,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 
 %changelog
+* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
+- Update to 3.0.1
+
 * Mon Apr  4 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.0.0-1
 - Update to 3.0.0
 
diff --git a/sources b/sources
index eeb1037..a3d8daf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-46f2eaa8ab7d099bedb91fd76ec94e04  gnome-keyring-3.0.0.tar.bz2
+9d65defd527919107c72e298f6660473  gnome-keyring-3.0.1.tar.bz2