From a8022269429696504b754fef37e6ffbcf6bc67fc Mon Sep 17 00:00:00 2001 From: Matej Stuchlik Date: Jun 10 2014 10:22:44 +0000 Subject: Update to 2.7.7 --- diff --git a/.gitignore b/.gitignore index dbec2ba..5a128e6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ Python-2.7.tar.bz2 /Python-2.7.5.tar.xz /Python-2.7.5.tar.bz2 /Python-2.7.6.tar.xz +/Python-2.7.7.tar.xz diff --git a/python-docs.spec b/python-docs.spec index 3f5d325..f2de938 100644 --- a/python-docs.spec +++ b/python-docs.spec @@ -18,8 +18,8 @@ Name: %{python}-docs # The Version needs to be in-sync with the "python" package: -Version: 2.7.6 -Release: 2%{?dist} +Version: 2.7.7 +Release: 1%{?dist} Summary: Documentation for the Python programming language Group: Documentation License: Python @@ -33,6 +33,7 @@ Patch18: python-2.6-extdocmodules.patch Patch19: python-2.7-texinfomakefile.patch # this enables the texinfo builder Patch20: python-2.7-texinfobuilder.patch +Patch21: sphinx-remove-refcounting.patch BuildArch: noarch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -80,6 +81,7 @@ documentation for the Python language using the info command or Emacs. %patch18 -p1 -b .extdocmodules %patch19 -p1 -b .texinfomakefile %patch20 -p1 -b .texinfobuilder +%patch21 -p1 %build make -C Doc html @@ -130,6 +132,9 @@ linkchecker \ %{_infodir}/python.info.gz %changelog +* Tue Jun 10 2014 Matej Stuchlik - 2.7.7-1 +- Update to 2.7.7 + * Sat Jun 07 2014 Fedora Release Engineering - 2.7.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 04234bd..dce872a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bcf93efa8eaf383c98ed3ce40b763497 Python-2.7.6.tar.xz +41f7348b348e3f72fcfb4f4d76701352 Python-2.7.7.tar.xz diff --git a/sphinx-remove-refcounting.patch b/sphinx-remove-refcounting.patch new file mode 100644 index 0000000..ce224d6 --- /dev/null +++ b/sphinx-remove-refcounting.patch @@ -0,0 +1,12 @@ +diff -up Python-2.7.7/Doc/conf.py.orig Python-2.7.7/Doc/conf.py +--- Python-2.7.7/Doc/conf.py.orig 2014-06-10 10:56:11.251662863 +0200 ++++ Python-2.7.7/Doc/conf.py 2014-06-10 10:56:16.258701583 +0200 +@@ -13,7 +13,7 @@ sys.path.append(os.path.abspath('tools/s + # General configuration + # --------------------- + +-extensions = ['sphinx.ext.refcounting', 'sphinx.ext.coverage', ++extensions = ['sphinx.ext.coverage', + 'sphinx.ext.doctest', 'pyspecific'] + templates_path = ['tools/sphinxext'] +