Accepting request 352114 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/352114 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-asciidoctor?expand=0&rev=3
This commit is contained in:
parent
08e63d18d6
commit
a407276138
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0eeb3e5393edc36c49bbab8ec538fca19ebc44bcdb15f02a461ce2aac823e61
|
||||
size 353280
|
3
asciidoctor-1.5.4.gem
Normal file
3
asciidoctor-1.5.4.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ca7c78528165b194b678a71f5bc600aafbee3dfa5bcd40c042e382d5d883477
|
||||
size 356864
|
@ -1,4 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 05:30:17 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to version 1.5.4
|
||||
see installed CHANGELOG.adoc
|
||||
|
||||
// tag::compact[]
|
||||
== 1.5.4 (2016-01-03) - @mojavelinux
|
||||
|
||||
Enhancements::
|
||||
* translate README into French (@anthonny, @mogztter, @gscheibel, @mgreau) (#1630)
|
||||
* allow linkstyle in manpage output to be configured (#1610)
|
||||
|
||||
Improvements::
|
||||
* upgrade to MathJax 2.6.0 and disable loading messages
|
||||
* upgrade to Font Awesome 4.5.0
|
||||
* disable toc if document has no sections (#1633)
|
||||
* convert inline asciimath to MathML (using asciimath gem) in DocBook converter (#1622)
|
||||
* add attribute to control build reproducibility (@bk2204) (#1453)
|
||||
* recognize ile:/// as a file root in Opal browser env (#1561)
|
||||
* honor icon attribute on admonition block when font-based icons are enabled (@robertpanzer) (#1593)
|
||||
* resolve custom icon relative to iconsdir; add file extension if absent (#1634)
|
||||
* allow asciidoctor cli to resolve library path when invoked without leading ./
|
||||
|
||||
Compliance::
|
||||
* allow special section to be nested at any depth (#1591)
|
||||
* ensure colpcwidth values add up to 100%; increase precision of values to 4 decimal places (#1647)
|
||||
* ignore blank cols attribute on table (#1647)
|
||||
* support shorthand syntax for block attributes on document title (#1650)
|
||||
|
||||
Bug fixes::
|
||||
* don't include default toc in AsciiDoc table cell; don't pass toc location attributes to nested document (#1582)
|
||||
* guard against nil dlist list item in find_by (#1618)
|
||||
* don't swallow trailing line when include file is not readable (#1602)
|
||||
* change xlink namespace to xl in DocBook 5 output to prevent parse error (#1597)
|
||||
* make callouts globally unique within document, including AsciiDoc table cells (#1626)
|
||||
* initialize Slim-related attributes regardless of when Slim was loaded (@terceiro) (#1576)
|
||||
* differentiate literal backslash from escape sequence in manpage output (@ds26gte) (#1604)
|
||||
* don't mistake line beginning with \. for troff macro in manpage output (@ds26gte) (#1589)
|
||||
* escape leading dots so user content doesn't trigger troff macros in manpage output (@ds26gte) (#1631)
|
||||
* use
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 24 08:34:13 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 1.5.3
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-asciidoctor
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-asciidoctor
|
||||
Version: 1.5.3
|
||||
Version: 1.5.4
|
||||
Release: 0
|
||||
%define mod_name asciidoctor
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user