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:           Sun May 26 15:50:14 UTC 2024

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

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

2.0.23 (2024-05-17)

This is a patch release in the 2.0.x release line to fix bugs and deal with
compliance issues.

The primary bug fix in this release is to not duplicate the block attribute
line above a detached block that breaks a dlist, which fixes the duplicate
role warning on that detached block.  The main compliance improvement is to
encode spaces in mailto links using %20, in accordance with RFC 3986,
instead of +.

This release introduces several fixes and improvements related to parsing a
table that has jagged rows.  If the colspan of the last cell in a row,
including the last row, exceeds the specified number of columns, only that
row is dropped.  On the other hand, if the last row is missing cells, an
error message is logged to notify the author.

If a URL is used as the target of an xref shorthand, the processor now
treats the URL as a fragment identifier instead of crashing.

Finally, repeating spaces in verbatim content in the manpage output are
preserved.

Changelog

Compliance

* Encode spaces in mailto links as %20, in accordance with RFC 3986, instead
  of + (#4576)

Improvements

* Log error when an incomplete row is detected at the end of a table (#4573)

Bug Fixes

* Don't leave behind empty line inside skipped preprocessor conditional
  (#4580)
* Don't duplicate block attribute line above detached block that breaks a
  dlist; fixes duplicate role on detached block (#4565)
* Don't crash when parsing xref shorthand if target starts with URL protocol
  and text is offset by space (#4570)
* Only drop current row if colspan of last cell exceeds specified number of
  columns (#4587)
* Drop last row if colspan of last cell in table exceeds specified number of
  columns (#4587)
* Preserve repeating spaces in verbatim content in manpage output (#3583)

Credits

A very special thanks to all the awesome supporters of the Asciidoctor
OpenCollective campaign, who provide critical funding for the ongoing
development of this project.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/ruby-asciidoctor/Makefile
cvs rdiff -u -r1.13 -r1.14 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.15 pkgsrc/textproc/ruby-asciidoctor/Makefile:1.16
--- pkgsrc/textproc/ruby-asciidoctor/Makefile:1.15      Sun Mar 10 15:13:45 2024
+++ pkgsrc/textproc/ruby-asciidoctor/Makefile   Sun May 26 15:50:14 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/03/10 15:13:45 taca Exp $
+# $NetBSD: Makefile,v 1.16 2024/05/26 15:50:14 taca Exp $
 
-DISTNAME=      asciidoctor-2.0.22
+DISTNAME=      asciidoctor-2.0.23
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-asciidoctor/distinfo
diff -u pkgsrc/textproc/ruby-asciidoctor/distinfo:1.13 pkgsrc/textproc/ruby-asciidoctor/distinfo:1.14
--- pkgsrc/textproc/ruby-asciidoctor/distinfo:1.13      Sun Mar 10 15:13:45 2024
+++ pkgsrc/textproc/ruby-asciidoctor/distinfo   Sun May 26 15:50:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/03/10 15:13:45 taca Exp $
+$NetBSD: distinfo,v 1.14 2024/05/26 15:50:14 taca Exp $
 
-BLAKE2s (asciidoctor-2.0.22.gem) = eadbf1c9658ba14f23f7389b5327a237753cb5626bc135295402c408f2806000
-SHA512 (asciidoctor-2.0.22.gem) = 1c9cd3bdbb7f4467b73e99b29ab655d521213d51c0151f6aee21cfd1d943c6456c1ef23bfdbf180057b70590341d92fcda2be0bf5e1c741e7068ff0901bd282c
-Size (asciidoctor-2.0.22.gem) = 282624 bytes
+BLAKE2s (asciidoctor-2.0.23.gem) = b2b747a059d5caf31d5037264591e23366e1b4d854f4795da618208955fe6b5a
+SHA512 (asciidoctor-2.0.23.gem) = 61aeb0c78438b61cdd7caf31840c82fc68d94ed296e381927c1e3a0b36be5bc29a025a7d9a076c19293f1c8b69056120f0493456106eeeb4a083afb59a414328
+Size (asciidoctor-2.0.23.gem) = 283136 bytes



Home | Main Index | Thread Index | Old Index