pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-asciidoctor



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jan 14 14:36:29 UTC 2021

Modified Files:
        pkgsrc/textproc/ruby-asciidoctor: Makefile distinfo

Log Message:
textproc/ruby-asciidoctor: update to 2.0.12

2.0.12 (2020-11-10)

Summary

This is a minor patch release that fixes some regressions that were
introduced during the long release cycle of 2.0.11.  We strongly recommend
upgrading to this version instead of using 2.0.11.

Notable changes include restoring the type and target on unresolved
footnotes (so they display properly), fixing a crash when an extension set
a numeric width or height on an SVG image when using opts=inline,
resetting the word wrap behavior to normal on tables to avoid aggressive
word breaks, reverting the use of a Ruby 2.3 construct that prevented
Asciidoctor from working on CentOS, including the role on an inline image
in the DocBook output, and passing through the explicit width and height
values on an SVG image as is when using opts=inline.

Please note that it will not be possible to use Asciidoctor on Ruby < 2.3
after the 2.0.x release line.  Those versions are already unsupported.
However, since we had not yet made a change that prevented them from
working, we'll wait until 2.1.x to do so.

During this release, all the CI jobs were migrated from Travis CI to
GitHub Actions.  We also added a CI job to run the test suite on macOS.

As usual, consult the CHANGELOG for all the details.

Distributions

* RubyGem (asciidoctor)

Asciidoctor is also packaged for Fedora, Debian, Ubuntu, Alpine Linux,
OpenSUSE, and Homebrew.  You can use the system's package manager to
install the package named asciidoctor.

Release meta
Released on: 2020-11-10
Released by: @mojavelinux
Release beer: For the Animals: Imperial Breakfast by Alternation Brewing Company

Logs: resolved issues | full diff | issues resolved in 2.0.x (cumulative)

Changelog

Bug Fixes

* Set type and target property on unresolved footnote reference and unset
  id property (fixes regression) (#3825)
* Fix crash when inlining an SVG if the explicit width or height value on
  the image node is not a string (#3829)
* Reset word wrap behavior to normal on tables, then reenable again for
  admonition content, horizontal dlist description, and AsciiDoc table
  cells (#3833)

Improvements

* Pass through role to DocBook output for inline image (#3832)

Compliance

* Defer use of Ruby >= 2.3 constructs to restore compatibility with Ruby
  2.0 until at least next minor release (#3827)
* Don't append the default px unit identifier to the explicit width or
  height value when inlining an SVG (#3829)

Build / Infrastructure

* Migrate Linux CI jobs to GitHub Actions (#3837)
* Migrate Windows CI jobs to GitHub Actions (#3839)
* Run CI job on macOS (#3842)

Credits

A very special thanks to all the awesome supporters of the Asciidoctor
OpenCollective campaign who provided critical funding for the development
of this release as well as ongoing development of the project.  We'd also
like to thank the maintainers of the Rouge project, who helped us work
through the compatibility issue with Rouge and applied a fix to restore it
ahead of our own release.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/ruby-asciidoctor/Makefile \
    pkgsrc/textproc/ruby-asciidoctor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-asciidoctor/Makefile
diff -u pkgsrc/textproc/ruby-asciidoctor/Makefile:1.2 pkgsrc/textproc/ruby-asciidoctor/Makefile:1.3
--- pkgsrc/textproc/ruby-asciidoctor/Makefile:1.2       Tue Nov  3 05:05:12 2020
+++ pkgsrc/textproc/ruby-asciidoctor/Makefile   Thu Jan 14 14:36:28 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/11/03 05:05:12 taca Exp $
+# $NetBSD: Makefile,v 1.3 2021/01/14 14:36:28 taca Exp $
 
-DISTNAME=      asciidoctor-2.0.11
+DISTNAME=      asciidoctor-2.0.12
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/textproc/ruby-asciidoctor/distinfo
diff -u pkgsrc/textproc/ruby-asciidoctor/distinfo:1.2 pkgsrc/textproc/ruby-asciidoctor/distinfo:1.3
--- pkgsrc/textproc/ruby-asciidoctor/distinfo:1.2       Tue Nov  3 05:05:12 2020
+++ pkgsrc/textproc/ruby-asciidoctor/distinfo   Thu Jan 14 14:36:28 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/11/03 05:05:12 taca Exp $
+$NetBSD: distinfo,v 1.3 2021/01/14 14:36:28 taca Exp $
 
-SHA1 (asciidoctor-2.0.11.gem) = 9595b4ba5cd59b18ac514e77f4263885a004fea1
-RMD160 (asciidoctor-2.0.11.gem) = 76ff18eea8505b50a950c2ed2f01c69732fb2c91
-SHA512 (asciidoctor-2.0.11.gem) = 4c44fe1c2e3c86c4a29684bb71ce7ba93644dd0482e7375d73bc51a17b8b04a4a32eff01862046a7bad845840ecc0c6d4bf9036d6cf0d51d9a2245862c65acd1
-Size (asciidoctor-2.0.11.gem) = 273408 bytes
+SHA1 (asciidoctor-2.0.12.gem) = be44111f874ff1ccbcf6c18db7130359148b5ec5
+RMD160 (asciidoctor-2.0.12.gem) = 6965832f43f3b500d59e17104bde0f64122faeb0
+SHA512 (asciidoctor-2.0.12.gem) = a927d052e4a2934524d8222700e83fbc746fa2b4880a810e39a579c1dff02054c83284a1c9e0af176709c0ab129677fcfcaa14c038ec124fb394852f38294db5
+Size (asciidoctor-2.0.12.gem) = 272896 bytes



Home | Main Index | Thread Index | Old Index