From b42934ef2d4e029f173274821f3d2cee43ae115b16f909eb2bdcb00b75090197 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 20 Mar 2018 12:28:23 +0000 Subject: [PATCH] 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 --- asciidoctor-1.5.6.1.gem | 3 --- asciidoctor-1.5.6.2.gem | 3 +++ rubygem-asciidoctor.changes | 41 +++++++++++++++++++++++++++++++++++++ rubygem-asciidoctor.spec | 7 ++++--- 4 files changed, 48 insertions(+), 6 deletions(-) delete mode 100644 asciidoctor-1.5.6.1.gem create mode 100644 asciidoctor-1.5.6.2.gem diff --git a/asciidoctor-1.5.6.1.gem b/asciidoctor-1.5.6.1.gem deleted file mode 100644 index 7ee3e95..0000000 --- a/asciidoctor-1.5.6.1.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4371c419306d69152809eb896c291ca09969dc26ca34be36f4eab82914fceca -size 369664 diff --git a/asciidoctor-1.5.6.2.gem b/asciidoctor-1.5.6.2.gem new file mode 100644 index 0000000..e891d66 --- /dev/null +++ b/asciidoctor-1.5.6.2.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e506191ba4e13c02e72cff819f430e6f0acea5fd6f2f2109bdd9a81c857037f +size 348672 diff --git a/rubygem-asciidoctor.changes b/rubygem-asciidoctor.changes index e7d4d78..aed6eb7 100644 --- a/rubygem-asciidoctor.changes +++ b/rubygem-asciidoctor.changes @@ -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 diff --git a/rubygem-asciidoctor.spec b/rubygem-asciidoctor.spec index 7b80296..a4b1c97 100644 --- a/rubygem-asciidoctor.spec +++ b/rubygem-asciidoctor.spec @@ -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