Update to 1.6.6 (bz#1532435)

This commit is contained in:
Charalampos Stratakis
2018-01-09 11:46:54 +01:00
parent e5eb957b03
commit ad1161d6bc
3 changed files with 7 additions and 3 deletions
+5 -2
View File
@@ -14,8 +14,8 @@
%global upstream_name Sphinx
Name: python-sphinx
Version: 1.6.5
Release: 2%{?dist}
Version: 1.6.6
Release: 1%{?dist}
Epoch: 1
Summary: Python documentation generator
@@ -595,6 +595,9 @@ popd
%changelog
* Tue Jan 09 2018 Charalampos Stratakis <cstratak@redhat.com> - 1:1.6.6-1
- Update to 1.6.6 (bz#1532435)
* Mon Dec 11 2017 Iryna Shcherbina <ishcherb@redhat.com> - 1:1.6.5-2
- Fix ambiguous Python 2 dependency declarations
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)