Dominique Leuenberger 2020-11-05 20:54:13 +00:00 committed by Git OBS Bridge
commit 5f7b214bd9
4 changed files with 18 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Nov 3 08:09:36 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
- Update to version 9.0.4
* Fix listing out installed plugins (e.g. --filter list)
-------------------------------------------------------------------
Wed Oct 21 06:31:32 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
- Update to version 9.0.3
* Fix extra newline characters inserted into generated source
* Validate line endings as part of test suite
-------------------------------------------------------------------
Mon Aug 3 05:46:34 UTC 2020 - Ismail Dönmez <idonmez@suse.com>

View File

@ -17,7 +17,7 @@
Name: asciidoc
Version: 9.0.2
Version: 9.0.4
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 -n %{name}-py3-%{version} -p1
%autosetup -p1 -n %{name}-py3-%{version}
# do not use env
find ./ -name \*.py -exec sed -i -e 's:%{_bindir}/env\ :%{_bindir}/:g' {} \;