[python3] 3.2.2

dmalcolm dmalcolm at fedoraproject.org
Tue Sep 6 16:44:44 UTC 2011


commit 06b3c5b484f6d685b4535e1a652dc6611bef3e14
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Tue Sep 6 12:44:03 2011 -0400

    3.2.2

 .gitignore   |    1 +
 python3.spec |    7 +++++--
 sources      |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7844dc9..ec6198e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ Python-3.2a1.tar.bz2
 /Python-3.2rc3.tar.bz2
 /Python-3.2.tar.bz2
 /Python-3.2.1.tar.bz2
+/Python-3.2.2.tar.bz2
diff --git a/python3.spec b/python3.spec
index 5cbdd8c..aa537ef 100644
--- a/python3.spec
+++ b/python3.spec
@@ -117,8 +117,8 @@
 # ==================
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
-Version: %{pybasever}.1
-Release: 7%{?dist}
+Version: %{pybasever}.2
+Release: 1%{?dist}
 License: Python
 Group: Development/Languages
 
@@ -1308,6 +1308,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Tue Sep  6 2011 David Malcolm <dmalcolm at redhat.com> - 3.2.2-1
+- 3.2.2
+
 * Thu Sep  1 2011 David Malcolm <dmalcolm at redhat.com> - 3.2.1-7
 - run selftests with "--verbose"
 - disable parts of test_io on ppc (rhbz#732998)
diff --git a/sources b/sources
index b583b29..ba6917c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0869ba3f3797aacb1f954ef24c256f3  Python-3.2.1.tar.bz2
+9d763097a13a59ff53428c9e4d098a05  Python-3.2.2.tar.bz2


More information about the scm-commits mailing list