11
0

Accepting request 700776 from devel:languages:ruby:extensions

OBS-URL: https://build.opensuse.org/request/show/700776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-asciidoctor?expand=0&rev=4
This commit is contained in:
2019-05-15 10:24:21 +00:00
committed by Git OBS Bridge
4 changed files with 104 additions and 10 deletions

View File

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

3
asciidoctor-2.0.9.gem Normal file
View File

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

View File

@@ -1,3 +1,99 @@
-------------------------------------------------------------------
Sun May 5 09:17:56 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.0.9
see installed CHANGELOG.adoc
// tag::compact[]
== 2.0.9 (2019-04-30) - @mojavelinux
Bug Fixes::
* process multiple single-item menu macros in same line (#3279)
* register images in catalog correctly (#3283)
* rename AbstractNode#options method to AbstractNode#enabled_options so it doesn't get shadowed by Document#options (#3282)
* don't fail to convert document if alt attribute is not set on block or inline image (typically by an extension)
* fix lineno of source location on blocks that follow a detached list continuation (#3281)
* assume inline image type is "image" if not set (typically by an extension)
// end::compact[]
== 2.0.8 (2019-04-22) - @mojavelinux
Bug Fixes::
* restore background color applied to literal blocks by default stylesheet (#3258)
* use portability constants (CC_ALL, CC_ANY) in regular expressions defined in built-in converters (DocBook5 and ManPage)
* use portability constant (CC_ANY) in regular expression for custom inline macros
* use smarter margin collapsing for AsciiDoc table cell content; prevent passthrough content from being cut off (#3256)
* don't limit footnote ref to ASCII charset; allow any word character in Unicode to be used (#3269)
Improvements::
* register_for methods accept arguments as symbols (#3274)
* use Concurrent::Map instead of Concurrent::Hash in template converter
* use module_function keyword to define methods in Helpers
* move regular expression definitions to separate source file (internal change)
== 2.0.7 (2019-04-13) - @mojavelinux
Bug Fixes::
* fix crash when resolving ID from text and at least one candidate contains an unresolved xref (#3254)
* fix compatibility with Rouge 2.0
Improvements::
* improve documentation for the `-a` CLI option; explain that `@` modifier can be placed at end of name as alternative to end of value
* move source for main API entry points (load, load_file, convert, convert_file) to separate files (internal change)
* define main API entry points (load, load_file, convert, convert_file) as module functions
Also see https://github.com/asciidoctor/asciidoctor/milestone/33?closed=1[issues resolved in 2.0.x] (cumulative).
== 2.0.6 (2019-04-04) - @mojavelinux
Bug Fixes::
* assume implicit AsciiDoc extension on interdoc xref macro target with no extension (e.g., `document#`); restores 1.5.x behavior (#3231)
* don't fail to load application if call to Dir.home fails; use a rescue with fallback values (#3238)
* Helpers.rootname should only consider final path segment when dropping file extension
Improvements::
* implement Helpers.extname as a more efficient and flexible File.extname method
* check for AsciiDoc file extension using end_with? instead of resolving the extname and using a lookup
Also see https://github.com/asciidoctor/asciidoctor/milestone/33?closed=1[issues resolved in 2.0.x] (cumulative).
== 2.0.5 (2019-04-01) - @mojavelinux
Bug Fixes::
* fix crash when source highlighter is Rouge and source language is not set on block (#3223)
* update CLI and SyntaxHighlighter to allow Asciidoctor to load cleanly on Ruby 2.0 - 2.2
* CLI should use $stdin instead of STDIN to be consistent with the use of $stdout
* mark encoding of stdio objects used in CLI as UTF-8 (#3225)
* make Asciidoctor::SyntaxHighlighter::Config.register_for method public as documented
Also see https://github.com/asciidoctor/asciidoctor/milestone/33?closed=1[issues resolved in 2.0.x] (cumulative).
== 2.0.4 (2019-03-31) - @mojavelinux
Bug Fixes::
* allow Asciidoctor to load cleanly on Ruby 2.0 - 2.2 for distributions that provide support for these older Ruby versions
* make Asciidoctor::Converter::Config.register_for method public as documented
* remove unused Asciidoctor::Converter::BackendTraits#derive_backend_traits private method
* move Asciidoctor::Converter::BackendTraits.derive_backend_traits method to Asciidoctor::Converter
* mark render and render_file methods as deprecated in API docs
Also see https://github.com/asciidoctor/asciidoctor/milestone/33?closed=1[issues resolved in 2.0.x] (cumulative).
-------------------------------------------------------------------
Fri Mar 29 05:55:46 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.0.3
see installed CHANGELOG.adoc
-------------------------------------------------------------------
Mon Nov 12 12:43:58 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rubygem-asciidoctor
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,17 +24,16 @@
#
Name: rubygem-asciidoctor
Version: 1.5.8
Version: 2.0.9
Release: 0
%define mod_name asciidoctor
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
BuildRequires: update-alternatives
Url: http://asciidoctor.org
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
@@ -43,9 +42,8 @@ Group: Development/Languages/Ruby
PreReq: update-alternatives
%description
A fast, open source text processor and publishing toolchain, written in Ruby,
for converting AsciiDoc content to HTML5, DocBook 5 (or 4.5) and other
formats.
A fast, open source text processor and publishing toolchain for converting
AsciiDoc content to HTML 5, DocBook 5, and other formats.
%prep