- 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 `<reftext>` tag in `<article>` 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
61 lines
1.8 KiB
RPMSpec
61 lines
1.8 KiB
RPMSpec
#
|
|
# spec file for package rubygem-asciidoctor
|
|
#
|
|
# 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
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
#
|
|
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
|
|
# All sections marked as MANUAL, license headers, summaries and descriptions
|
|
# can be maintained in that file. Please consult this file before editing any
|
|
# of those fields
|
|
#
|
|
|
|
Name: rubygem-asciidoctor
|
|
Version: 2.0.20
|
|
Release: 0
|
|
%define mod_name asciidoctor
|
|
%define mod_full_name %{mod_name}-%{version}
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildRequires: %{rubygem gem2rpm}
|
|
BuildRequires: %{ruby}
|
|
BuildRequires: ruby-macros >= 5
|
|
BuildRequires: update-alternatives
|
|
URL: https://asciidoctor.org
|
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
|
Source1: gem2rpm.yml
|
|
Summary: An implementation of the AsciiDoc text processor and publishing
|
|
License: MIT
|
|
Group: Development/Languages/Ruby
|
|
PreReq: update-alternatives
|
|
|
|
%description
|
|
A fast, open source text processor and publishing toolchain for converting
|
|
AsciiDoc content to HTML 5, DocBook 5, and other formats.
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
%gem_install \
|
|
--symlink-binaries \
|
|
--doc-files="LICENSE" \
|
|
-f
|
|
|
|
%gem_packages
|
|
|
|
%changelog
|