From 5b8c7a030cae2f6d03e129a5d59221e83e9711747cb024ac5811b9992f2c0408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 2 Mar 2021 19:20:54 +0000 Subject: [PATCH] Accepting request 876054 from home:elimat:branches:Publishing - 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. OBS-URL: https://build.opensuse.org/request/show/876054 OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=48 --- asciidoc-9.0.5.tar.gz | 3 --- asciidoc-9.1.0.tar.gz | 3 +++ asciidoc.changes | 8 ++++++++ asciidoc.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 asciidoc-9.0.5.tar.gz create mode 100644 asciidoc-9.1.0.tar.gz diff --git a/asciidoc-9.0.5.tar.gz b/asciidoc-9.0.5.tar.gz deleted file mode 100644 index 91c43ff..0000000 --- a/asciidoc-9.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b73248717403fe49ef239b2bdb95f2b603e0af15ddd8f5e420f27707010bf95f -size 1119318 diff --git a/asciidoc-9.1.0.tar.gz b/asciidoc-9.1.0.tar.gz new file mode 100644 index 0000000..d90f54c --- /dev/null +++ b/asciidoc-9.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5056c20157349f8dc74f005b6e88ccbf1078c4e26068876f13ca3d1d7d045fe7 +size 1131265 diff --git a/asciidoc.changes b/asciidoc.changes index 66c2bd8..53234b2 100644 --- a/asciidoc.changes +++ b/asciidoc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 1 20:43:56 UTC 2021 - Matthias Eliasson + +- 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 diff --git a/asciidoc.spec b/asciidoc.spec index d358376..cac7927 100644 --- a/asciidoc.spec +++ b/asciidoc.spec @@ -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' {} \;