Hello community,
here is the log from the commit of package rubygem-asciidoctor for
openSUSE:Factory checked in at 2019-05-15 12:24:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-asciidoctor (Old)
and /work/SRC/openSUSE:Factory/.rubygem-asciidoctor.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-asciidoctor"
Wed May 15 12:24:21 2019 rev:4 rq:700776 version:2.0.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-asciidoctor/rubygem-asciidoctor.changes
2018-11-26 10:12:34.306276301 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-asciidoctor.new.5148/rubygem-asciidoctor.changes
2019-05-15 12:24:22.630104330 +0200
@@ -1,0 +2,96 @@
+Sun May 5 09:17:56 UTC 2019 - Stephan Kulow <[email protected]>
+
+- 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 <[email protected]>
+
+- updated to version 2.0.3
+ see installed CHANGELOG.adoc
+
+-------------------------------------------------------------------
Old:
----
asciidoctor-1.5.8.gem
New:
----
asciidoctor-2.0.9.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-asciidoctor.spec ++++++
--- /var/tmp/diff_new_pack.Lx8PgU/_old 2019-05-15 12:24:24.238100713 +0200
+++ /var/tmp/diff_new_pack.Lx8PgU/_new 2019-05-15 12:24:24.266100650 +0200
@@ -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 @@
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
++++++ asciidoctor-1.5.8.gem -> asciidoctor-2.0.9.gem ++++++
++++ 57330 lines of diff (skipped)