Accepting request 845610 from home:namtrac:branches:Publishing

- Update to version 9.0.4
  * Fix listing out installed plugins (e.g. --filter list)

OBS-URL: https://build.opensuse.org/request/show/845610
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=44
This commit is contained in:
Martin Pluskal 2020-11-03 14:05:58 +00:00 committed by Git OBS Bridge
parent f017dfed05
commit b7dcd3b4bd
4 changed files with 11 additions and 5 deletions

View File

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

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,9 @@
-------------------------------------------------------------------
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>

View File

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