Update to 2.2.2 (rhbz#1743018)

This commit is contained in:
Miro Hrončok 2019-12-10 18:00:39 +01:00
commit 153c8a4054
3 changed files with 5 additions and 4 deletions

View file

@ -19,7 +19,7 @@
%global upstream_name Sphinx
Name: python-sphinx
%global general_version 2.2.0
%global general_version 2.2.2
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
@ -386,8 +386,8 @@ 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)
* Tue Dec 10 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.2.2-1
- Update to 2.2.2 (rhbz#1743018)
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.1.2-6
- Rebuilt for Python 3.8.0rc1 (#1748018)