diff --git a/.gitignore b/.gitignore
index 84f6983..b48c536 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Python-3.1.2.tar.bz2
 Python-3.2a1.tar.bz2
 /Python-3.2b2.tar.bz2
 /Python-3.2rc1.tar.bz2
+/Python-3.2rc2.tar.bz2
diff --git a/python3.spec b/python3.spec
index f4f23db..faf97b1 100644
--- a/python3.spec
+++ b/python3.spec
@@ -3,7 +3,7 @@
 # pybasever without the dot:
 %global pyshortver 32
 
-%global alphatag  rc1
+%global alphatag  rc2
 
 %global pylibdir %{_libdir}/python%{pybasever}
 %global dynload_dir %{pylibdir}/lib-dynload
@@ -113,7 +113,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}
-Release: 0.9.%{alphatag}%{?dist}
+Release: 0.10.%{alphatag}%{?dist}
 License: Python
 Group: Development/Languages
 Source: http://python.org/ftp/python/%{version}/Python-%{version}%{alphatag}.tar.bz2
@@ -1167,6 +1167,9 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Mon Jan 31 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-0.10.rc2
+- 3.2rc2
+
 * Mon Jan 17 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-0.9.rc1
 - 3.2rc1
 - rework patch 6 (static lib removal)
diff --git a/sources b/sources
index 470bbec..6a1dee9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-057cb4b2ba64e166cb0a3342bec9125e  Python-3.2rc1.tar.bz2
+57ba48501a4261f3c227585b07629e27  Python-3.2rc2.tar.bz2