Dominique Leuenberger 2021-03-10 07:46:13 +00:00 committed by Git OBS Bridge
commit f14752fcb2
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b73248717403fe49ef239b2bdb95f2b603e0af15ddd8f5e420f27707010bf95f
size 1119318

3
asciidoc-9.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5056c20157349f8dc74f005b6e88ccbf1078c4e26068876f13ca3d1d7d045fe7
size 1131265

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 1 20:43:56 UTC 2021 - Matthias Eliasson <elimat@opensuse.org>
- update to version 9.1.0
* Can specify a line range when using the include macro.
* Setting the SGML_CATALOG_FILES environment variable will set --catalogs
on xmllint within a2x.
-------------------------------------------------------------------
Sun Jan 24 14:42:49 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -17,7 +17,7 @@
Name: asciidoc
Version: 9.0.5
Version: 9.1.0
Release: 0
Summary: Text-Based Document Generation
License: GPL-2.0-or-later
@ -47,7 +47,7 @@ Summary: Examples and Documents for asciidoc
This package contains examples and documents of asciidoc.
%prep
%autosetup -p1 -n %{name}-py3-%{version}
%autosetup -p1 -n %{name}-py-%{version}
# do not use env
find ./ -name \*.py -exec sed -i -e 's:%{_bindir}/env\ :%{_bindir}/:g' {} \;