Update to 2.2.0 (rhbz#1743018)

This commit is contained in:
Charalampos Stratakis 2019-12-10 17:49:04 +01:00 committed by Miro Hrončok
commit 3a5b12f688
3 changed files with 7 additions and 3 deletions

View file

@ -19,11 +19,11 @@
%global upstream_name Sphinx
Name: python-sphinx
%global general_version 2.1.2
%global general_version 2.2.0
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 6%{?dist}
Release: 1%{?dist}
Epoch: 1
Summary: Python documentation generator
@ -386,6 +386,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH
%changelog
* Tue Dec 10 2019 Charalampos Stratakis <cstratak@redhat.com> - 1:2.2.0-1
- Update to 2.2.0 (rhbz#1743018)
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.1.2-6
- Rebuilt for Python 3.8.0rc1 (#1748018)