[python-docs] update to 2.7

Roman Rakus rrakus at fedoraproject.org
Mon Aug 2 13:27:02 UTC 2010


commit 1dfaab544a102c1b0d43ff49dfc5dae79a26a027
Author: Roman Rakus <rrakus at redhat.com>
Date:   Mon Aug 2 15:26:10 2010 +0200

    update to 2.7

 .gitignore       |    1 +
 python-docs.spec |    8 ++++++--
 sources          |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 19932b2..8946ab1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Python-2.6.5.tar.bz2
+Python-2.7.tar.bz2
diff --git a/python-docs.spec b/python-docs.spec
index 927c8c2..557ed2f 100644
--- a/python-docs.spec
+++ b/python-docs.spec
@@ -8,11 +8,12 @@
 %define python python
 %endif
 
-%define pybasever 2.6
+%define pybasever 2.7
 
 Summary: Documentation for the Python programming language
 Name: %{python}-docs
-Version: %{pybasever}.5
+#Version: %{pybasever}.5
+Version: %{pybasever}
 Release: 1%{?dist}
 License: Python
 Group: Documentation
@@ -65,6 +66,9 @@ rm -fr $RPM_BUILD_ROOT
 %doc Misc/HISTORY Doc/build/html
 
 %changelog
+* Mon Aug 02 2010 Roman Rakus <rrakus at redhat.com> - 2.7-1
+- Update to 2.7
+
 * Sat Mar 20 2010 David Malcolm <dmalcolm at redhat.com> - 2.6.5-1
 - move to 2.6.5: http://www.python.org/download/releases/2.6.5/
 
diff --git a/sources b/sources
index 488aa1f..2c0d3aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6bef0417e71a1a1737ccf5750420fdb3  Python-2.6.5.tar.bz2
+0e8c9ec32abf5b732bea7d91b38c3339  Python-2.7.tar.bz2


More information about the scm-commits mailing list