Accepting request 589048 from home:factory-auto:branches:devel:languages:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/589048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-asciidoctor?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2018-03-20 12:28:23 +00:00 committed by Git OBS Bridge
parent bed574cd77
commit b42934ef2d
4 changed files with 48 additions and 6 deletions

View File

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

3
asciidoctor-1.5.6.2.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e506191ba4e13c02e72cff819f430e6f0acea5fd6f2f2109bdd9a81c857037f
size 348672

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Tue Mar 20 10:04:26 UTC 2018 - factory-auto@kulow.org
- updated to version 1.5.6.2
see installed CHANGELOG.adoc
== 1.5.6.2 (2018-03-20) - @mojavelinux
Bug fixes::
* fix match for multiple xref macros w/ implicit text in same line (#2450)
* PathResolver#root? returns true for absolute URL in browser env (#2595)
Improvements / Refactoring::
* resolve include target correctly in browser (xmlhttprequest IO module) (#2599, #2602)
* extract method to resolve include path (allowing Asciidoctor.js to override) (#2610)
* don't expand docdir value passed to API (#2518)
* check mandatory attributes when creating an image block (#2349)
* drop is_ prefix from boolean methods in PathResolver (PR #2587)
* change Reader#replace_next_line to return true
* organize methods in AbstractNode
Build / Infrastructure::
* clean up dependencies
* add Ruby 2.5.0 to CI build matrix (PR #2528)
* update nokogiri to 1.8.0 for ruby >= 2.1 (PR #2380)
Distribution Packages::
* http://rubygems.org/gems/asciidoctor[RubyGem (asciidoctor)]
* https://apps.fedoraproject.org/packages/rubygem-asciidoctor[Fedora (rubygem-asciidoctor)]
* http://packages.debian.org/sid/asciidoctor[Debian (asciidoctor)]
* http://packages.ubuntu.com/saucy/asciidoctor[Ubuntu (asciidoctor)]
https://github.com/asciidoctor/asciidoctor/issues?q=milestone%3Av1.5.6.2[issues resolved] |
https://github.com/asciidoctor/asciidoctor/releases/tag/v1.5.6.2[git tag] |
https://github.com/asciidoctor/asciidoctor/compare/v1.5.6.1...v1.5.6.2[full diff]
// end::compact[]
-------------------------------------------------------------------
Thu Aug 3 19:03:32 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-asciidoctor
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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.6.1
Version: 1.5.6.2
Release: 0
%define mod_name asciidoctor
%define mod_full_name %{mod_name}-%{version}
@ -35,7 +35,7 @@ BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
BuildRequires: update-alternatives
Url: http://asciidoctor.org
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: An implementation of the AsciiDoc text processor and publishing
License: MIT
@ -54,6 +54,7 @@ formats.
%install
%gem_install \
--symlink-binaries \
--doc-files="LICENSE" \
-f
%gem_packages