Update to 1.5.5
This commit is contained in:
parent
7963377f41
commit
a138fef32e
3 changed files with 7 additions and 7 deletions
|
|
@ -14,8 +14,8 @@
|
|||
%global upstream_name Sphinx
|
||||
|
||||
Name: python-sphinx
|
||||
Version: 1.5.2
|
||||
Release: 4%{?dist}
|
||||
Version: 1.5.5
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Python documentation generator
|
||||
|
||||
|
|
@ -370,10 +370,6 @@ sed '1d' -i sphinx/pycode/pgen2/token.py
|
|||
# fix line encoding of bundled jquery.js
|
||||
dos2unix -k ./sphinx/themes/basic/static/jquery.js
|
||||
|
||||
# In 1.5.2, the upstream tarball left this .pyc by mistake.
|
||||
# Remove it so that it doesn't get included in the python3 build by mistake
|
||||
rm sphinx/locale/__init__.pyc
|
||||
|
||||
%if 0%{?with_python3}
|
||||
rm -rf %{py3dir}
|
||||
cp -a . %{py3dir}
|
||||
|
|
@ -590,6 +586,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 06 2017 Charalampos Stratakis <cstratak@redhat.com> - 1:1.5.5-1
|
||||
- Update to 1.5.5
|
||||
|
||||
* Fri Sep 22 2017 Charalampos Stratakis <cstratak@redhat.com> - 1:1.5.2-4
|
||||
- Fix a crash on parallel build.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue