Accepting request 843088 from home:namtrac:branches:Publishing

- Update to version 9.0.3
  * Fix extra newline characters inserted into generated source
  * Validate line endings as part of test suite

OBS-URL: https://build.opensuse.org/request/show/843088
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=43
This commit is contained in:
Stephan Kulow 2020-10-23 07:39:55 +00:00 committed by Git OBS Bridge
parent 49a3f4c9f5
commit f017dfed05
4 changed files with 12 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.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
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.3
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
# do not use env
find ./ -name \*.py -exec sed -i -e 's:%{_bindir}/env\ :%{_bindir}/:g' {} \;