diff --git a/.gitignore b/.gitignore index 9a3c7ec..078774d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /Python-3.4.3.tar.xz /Python-3.5.0.tar.xz /Python-3.5.1.tar.xz +/Python-3.5.2.tar.xz diff --git a/python3-docs.spec b/python3-docs.spec index 9c93513..c5c874e 100644 --- a/python3-docs.spec +++ b/python3-docs.spec @@ -19,18 +19,13 @@ Summary: Documentation for the Python 3 programming language Name: %{python}-docs # The Version needs to be in-sync with the "python" package: -Version: %{pybasever}.1 -Release: 2%{?dist} +Version: %{pybasever}.2 +Release: 1%{?dist} License: Python Group: Documentation Source: https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz BuildArch: noarch -# sphinx renamed default theme to classic -# this patch is needed until there is sphinx-1.3.2+ in Fedora -# because older versions doesnt include defualt.css for compatibility -Patch1: use-classic-theme.patch - Requires: %{python} = %{version} BuildRequires: %{python} @@ -53,7 +48,6 @@ for the Python 3 language. %prep %setup -q -n Python-%{version} -%patch1 -p1 %build make -C Doc html SPHINXBUILD=sphinx-build-3 PYTHON=%{python} @@ -80,6 +74,10 @@ linkchecker \ %doc Misc/NEWS Misc/HISTORY Misc/README Doc/build/html %changelog +* Mon Aug 22 2016 Tomas Orsava - 3.5.2-1 +- Update to current version +- Removed use-classic-theme.patch as it was no longer necessary + * Thu Feb 04 2016 Fedora Release Engineering - 3.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 106fda6..aeb1966 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9ea6f2623fffcdd871b7b19113fde80 Python-3.5.1.tar.xz +8906efbacfcdc7c3c9198aeefafd159e Python-3.5.2.tar.xz