diff --git a/.gitignore b/.gitignore index 4a1b594..fe49ef9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ Python-2.6.5.tar.bz2 Python-2.7.tar.bz2 /Python-2.7.1.tar.bz2 /Python-2.7.2.tar.bz2 +/Python-2.7.3.tar.bz2 diff --git a/python-docs.spec b/python-docs.spec index d280703..e687bc1 100644 --- a/python-docs.spec +++ b/python-docs.spec @@ -13,8 +13,8 @@ Summary: Documentation for the Python programming language Name: %{python}-docs # The following needs to be in-sync with the "python" package: -Version: 2.7.2 -Release: 3%{?dist} +Version: 2.7.3 +Release: 1%{?dist} License: Python Group: Documentation Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2 @@ -82,6 +82,9 @@ linkchecker \ %doc Misc/HISTORY Doc/build/html %changelog +* Fri Apr 13 2012 David Malcolm - 2.7.3-1 +- 2.7.3 + * Sat Jan 14 2012 Fedora Release Engineering - 2.7.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 44a6a4f..e9a3d3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba7b2f11ffdbf195ee0d111b9455a5bd Python-2.7.2.tar.bz2 +c57477edd6d18bd9eeca2f21add73919 Python-2.7.3.tar.bz2