diff --git a/python-netaddr.spec b/python-netaddr.spec index 6b02d90..0c63cf5 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -1,6 +1,6 @@ Name: python-netaddr Version: 0.7.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A pure Python network address representation and manipulation library Group: Development/Libraries @@ -109,7 +109,7 @@ popd #docs pushd docs PYTHONPATH='../' sphinx-build -b html -d build/doctrees source html -PYTHONPATH='../' sphinx-build-3.3 -b html -d build/doctrees source python3/html +PYTHONPATH='../' sphinx-build-%{python3_version} -b html -d build/doctrees source python3/html popd @@ -147,6 +147,9 @@ rm -rf %{buildroot} %{_bindir}/netaddr3 %changelog +* Thu May 29 2014 Bohuslav Kabrda - 0.7.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + * Mon Apr 21 2014 John Eckersberg - 0.7.11-1 - New upstream release 0.7.11 - Enabled Python 3 support (bz1070357)