From f18e619eace06791afc1b7bade69194b4a97c3cd7e609f4a563865a6836e9ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 26 Jun 2023 05:19:56 +0000 Subject: [PATCH] Accepting request 1094346 from home:alriosam:branches:devel:languages:ruby:extensions - update to 2.0.20 Bug Fixes:: * Update `release-version` attribute in READMEs and man page during release * Rebuild man page during release === Details {url-repo}/releases/tag/v2.0.20[git tag] | {url-repo}/compare/v2.0.19\...v2.0.20[full diff] // end::compact[] == 2.0.19 (2023-05-17) - @mojavelinux Improvements:: * Return empty string instead of nil if raw or verbatim block has no lines * Don't uppercase monospace span in section title in manpage output (#4402) * Simplify processing of implicit link (i.e., autolink) by separating implicit and explicit match * Generate partintro block consistently (#4450) * Add Kiswahili translation for built-in labels (PR #4454) (*@bkmgit*) Compliance:: * Fix call order so use of an include file with invalid encoding continues to raise error when using Ruby >= 3.2.0 * Fix test assertion for fallback Rouge stylesheet to be compatible with Rouge 4.1 (#4406) (*@tmzullinger*) * Support `notitle` option on section as alternative to `untitled` to hide title (#4437) * Add support for Haml 6 to template converter (#4429) Bug Fixes:: * Process constrained inline passthrough inside monospace span (#4458) * Catalog inline ref defined using anchor macro even when resolved reftext is empty * Use while loop rather than recursion to locate next line to process; prevents stack limit error (#4368) * Avoid matching numeric character references when searching for # in xref target (#4393) * Use correct selector to collapse margin on first and last child of sidebar * Don't allow target of include directive to start with a space (to distinguish it from a dlist item) or to end with a space * Manify alt text of block image in manpage output (#4401) * Adjust font size of term in horizontal dlist to match font size of term in regular dlist * Implicitly attach nested list that starts with block attribute lines to dlist entry (#4268) * Don't swallow square brackets when processing escaped URL macro * Treat `uri:classloader:` as an absolute path prefix when running on JRuby (#3929) * Apply reftext substitutions to value of `mantitle` attribute in DocBook output (#4448) * Enclose `` tag in `
` tag in DocBook output for man page (#4452) * Correctly handle compat role on monospace and constrained passthrough when box attrlist or formatted text is escaped OBS-URL: https://build.opensuse.org/request/show/1094346 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-asciidoctor?expand=0&rev=26 --- asciidoctor-2.0.18.gem | 3 --- asciidoctor-2.0.20.gem | 3 +++ rubygem-asciidoctor.changes | 48 +++++++++++++++++++++++++++++++++++++ rubygem-asciidoctor.spec | 4 ++-- 4 files changed, 53 insertions(+), 5 deletions(-) delete mode 100644 asciidoctor-2.0.18.gem create mode 100644 asciidoctor-2.0.20.gem diff --git a/asciidoctor-2.0.18.gem b/asciidoctor-2.0.18.gem deleted file mode 100644 index 8ac1df0..0000000 --- a/asciidoctor-2.0.18.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbd1e1d16deed8db94bf9624b9f4474fac32d9ca7225d377f076c08d9adde387 -size 280064 diff --git a/asciidoctor-2.0.20.gem b/asciidoctor-2.0.20.gem new file mode 100644 index 0000000..4577e92 --- /dev/null +++ b/asciidoctor-2.0.20.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835eabd445e4ae88f56a5f4e07593c3612b2be72eb661c612c3a8e1e17c57479 +size 281600 diff --git a/rubygem-asciidoctor.changes b/rubygem-asciidoctor.changes index 25a5b8f..eda9142 100644 --- a/rubygem-asciidoctor.changes +++ b/rubygem-asciidoctor.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Wed Jun 21 10:53:45 UTC 2023 - Osama Alrifai + +- update to 2.0.20 +Bug Fixes:: + + * Update `release-version` attribute in READMEs and man page during release + * Rebuild man page during release + +=== Details + +{url-repo}/releases/tag/v2.0.20[git tag] | {url-repo}/compare/v2.0.19\...v2.0.20[full diff] +// end::compact[] + +== 2.0.19 (2023-05-17) - @mojavelinux + +Improvements:: + + * Return empty string instead of nil if raw or verbatim block has no lines + * Don't uppercase monospace span in section title in manpage output (#4402) + * Simplify processing of implicit link (i.e., autolink) by separating implicit and explicit match + * Generate partintro block consistently (#4450) + * Add Kiswahili translation for built-in labels (PR #4454) (*@bkmgit*) + +Compliance:: + + * Fix call order so use of an include file with invalid encoding continues to raise error when using Ruby >= 3.2.0 + * Fix test assertion for fallback Rouge stylesheet to be compatible with Rouge 4.1 (#4406) (*@tmzullinger*) + * Support `notitle` option on section as alternative to `untitled` to hide title (#4437) + * Add support for Haml 6 to template converter (#4429) + +Bug Fixes:: + + * Process constrained inline passthrough inside monospace span (#4458) + * Catalog inline ref defined using anchor macro even when resolved reftext is empty + * Use while loop rather than recursion to locate next line to process; prevents stack limit error (#4368) + * Avoid matching numeric character references when searching for # in xref target (#4393) + * Use correct selector to collapse margin on first and last child of sidebar + * Don't allow target of include directive to start with a space (to distinguish it from a dlist item) or to end with a space + * Manify alt text of block image in manpage output (#4401) + * Adjust font size of term in horizontal dlist to match font size of term in regular dlist + * Implicitly attach nested list that starts with block attribute lines to dlist entry (#4268) + * Don't swallow square brackets when processing escaped URL macro + * Treat `uri:classloader:` as an absolute path prefix when running on JRuby (#3929) + * Apply reftext substitutions to value of `mantitle` attribute in DocBook output (#4448) + * Enclose `` tag in `
` tag in DocBook output for man page (#4452) + * Correctly handle compat role on monospace and constrained passthrough when box attrlist or formatted text is escaped + ------------------------------------------------------------------- Fri Oct 28 04:43:17 UTC 2022 - Stephan Kulow diff --git a/rubygem-asciidoctor.spec b/rubygem-asciidoctor.spec index 850d14e..90ba7fe 100644 --- a/rubygem-asciidoctor.spec +++ b/rubygem-asciidoctor.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-asciidoctor # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ # Name: rubygem-asciidoctor -Version: 2.0.18 +Version: 2.0.20 Release: 0 %define mod_name asciidoctor %define mod_full_name %{mod_name}-%{version}