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 - 2.7-1 +- Update to 2.7 + * Sat Mar 20 2010 David Malcolm - 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