diff --git a/.gitignore b/.gitignore index 2a58d57..79c1823 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Python-3.3.2.tar.xz +/Python-3.4.1.tar.xz diff --git a/python3-docs.spec b/python3-docs.spec index e8e523b..d34ad96 100644 --- a/python3-docs.spec +++ b/python3-docs.spec @@ -1,5 +1,7 @@ %if 0%{?fedora} -%global check_links 1 +# temporarily disable link checking because of broken linkchecker +# https://admin.fedoraproject.org/updates/FEDORA-2014-5515/linkchecker-9.2-1.fc20 +%global check_links 0 %else %global check_links 0 %endif @@ -14,13 +16,13 @@ %global python python %endif -%define pybasever 3.3 +%define pybasever 3.4 Summary: Documentation for the Python 3 programming language Name: %{python}-docs # The Version needs to be in-sync with the "python" package: -Version: %{pybasever}.2 -Release: 2%{?dist} +Version: %{pybasever}.1 +Release: 1%{?dist} License: Python Group: Documentation Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz @@ -51,10 +53,8 @@ for the Python 3 language. %prep %setup -q -n Python-%{version} -%patch0 -p1 - %build -make -C Doc html +make -C Doc html SPHINXBUILD=sphinx-build-3 PYTHON=%{python} rm Doc/build/html/.buildinfo %install @@ -78,6 +78,9 @@ linkchecker \ %doc Misc/NEWS Misc/HISTORY Misc/README Doc/build/html %changelog +* Thu May 29 2014 Bohuslav Kabrda - 3.4.1-1 +- Rebuilt for Python 3.4.1 + * Mon Sep 16 2013 Bohuslav Kabrda - 3.3.2-2 - Patch docs build to use locally installed python3-sphinx. diff --git a/sources b/sources index acfd2af..f2258f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c94b78ea3b68a9bbc9906af4d5b4fdc7 Python-3.3.2.tar.xz +6cafc183b4106476dd73d5738d7f616a Python-3.4.1.tar.xz