9.1.1 for bug fixes

This commit is contained in:
dillon_chen 2023-02-01 15:55:20 +08:00
parent cebaf5bd21
commit 4b3abc553a
3 changed files with 5 additions and 3 deletions

Binary file not shown.

BIN
asciidoc-py-9.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: asciidoc Name: asciidoc
Version: 9.1.0 Version: 9.1.1
Release: 1 Release: 1
Summary: Python 3 port of Asciidoc Python. Summary: Python 3 port of Asciidoc Python.
License: GPLv2 License: GPLv2
@ -95,8 +95,7 @@ cd ..
%{_bindir}/%{name} %{_bindir}/%{name}
%{_bindir}/asciidoc.py %{_bindir}/asciidoc.py
%{_datadir}/%{name}/ %{_datadir}/%{name}/
%{python3_sitelib}/asciidocapi.py* %{python3_sitelib}/
%{python3_sitelib}/__pycache__/asciidocapi*
%exclude %{_bindir}/*.py[co] %exclude %{_bindir}/*.py[co]
%exclude %{_sysconfdir}/%{name}/filters/*/*.py[co] %exclude %{_sysconfdir}/%{name}/filters/*/*.py[co]
%exclude %{_pkgdocdir}/doc %exclude %{_pkgdocdir}/doc
@ -112,6 +111,9 @@ cd ..
%exclude %{_docdir}/%{name}/{COPYING,COPYRIGHT,README.asciidoc} %exclude %{_docdir}/%{name}/{COPYING,COPYRIGHT,README.asciidoc}
%changelog %changelog
* Wed Feb 1 2023 dillon chen <dillon.chen@gmail.com> - 9.1.1-1
- Bug fixes. upgrade to 9.1.1
* Tue Jun 14 2022 dillon chen <dillon.chen@gmail.com> - 9.1.0-1 * Tue Jun 14 2022 dillon chen <dillon.chen@gmail.com> - 9.1.0-1
- upgrade to 9.1.0 - upgrade to 9.1.0