Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-07-02 18:22:01 +02:00
parent e014f4f944
commit 7661b74922

View File

@ -5,7 +5,7 @@
Summary: Text based document generation
Name: asciidoc
Version: 8.6.10
Release: 0.5.20180605git%{shortcommit}%{?dist}
Release: 0.6.20180605git%{shortcommit}%{?dist}
# The python code does not specify a version.
# The javascript example code is GPLv2+.
License: GPL+ and GPLv2+
@ -182,6 +182,9 @@ cd tests
%{_sysconfdir}/asciidoc/filters/music/*.py
%changelog
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 8.6.10-0.6.20180605git986f99d
- Rebuilt for Python 3.7
* Sat Jun 16 2018 Todd Zullinger <tmz@pobox.com> - 8.6.10-0.5.20180605git986f99d
- Add some a2x decoding fixes from upstream PR#5
(https://github.com/asciidoc/asciidoc-py3/pull/5)