pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-kramdown



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 10 16:07:39 UTC 2017

Modified Files:
        pkgsrc/textproc/ruby-kramdown: Makefile PLIST distinfo

Log Message:
Update ruby-kramdown to 1.15.0.

kramdown 1.15.0 released (2017/09/08)

The most important change is that this release drops compatibility with Ruby
versions < 2.0!  Aside from that it includes some bug fixes, so updating is
recommended.

Changes

o 2 minor changes:

  * Drop compatibility with Ruby versions < 2.0
  * Make footnote output XML compatible (requested by Kriss Andsten)

o 4 bug fixes:

  * Apply abbreviation substitution to footnotes (fixes #440, reported by
    Thomas Leese)
  * Fix TOC entries by removing nested links (fixes #434, reported by Nate
    Wernimont)
  * Fix problems with brackets in certain situations when using the LaTeX
    converter (fixes #414, reported by Ryan Koppenhaver)
  * Fix escaping of URLs in the LaTeX converter (reported by Moshe Kamensky in
    pull request #67)

kramdown 1.14.0 released (2017/06/26)

This release adds support for rouge 2.x and fixes some minor issues - updating
is recommended.

Changes

o 2 minor changes:

* Adapt syntax highlighter for rouge to support version 1.x and 2.x (pull
  request #413 by Hirofumi Wakasugi)
* Alias Kramdown::Converter::HashAST to Kramdown::Converter::HashAst so that
  the convenience method on Kramdown::Document works (fixes #435, requested by
  Hirofumi Wakasugi)

o 1 bug fix:

* Fix problem with GFM header ID generation when << or >> is used (reported by
  Parker Moore)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/ruby-kramdown/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/ruby-kramdown/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/ruby-kramdown/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-kramdown/Makefile
diff -u pkgsrc/textproc/ruby-kramdown/Makefile:1.18 pkgsrc/textproc/ruby-kramdown/Makefile:1.19
--- pkgsrc/textproc/ruby-kramdown/Makefile:1.18 Mon Sep  4 18:08:29 2017
+++ pkgsrc/textproc/ruby-kramdown/Makefile      Sun Sep 10 16:07:39 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2017/09/04 18:08:29 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2017/09/10 16:07:39 taca Exp $
 
-DISTNAME=      kramdown-1.13.2
+DISTNAME=      kramdown-1.15.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-kramdown/PLIST
diff -u pkgsrc/textproc/ruby-kramdown/PLIST:1.14 pkgsrc/textproc/ruby-kramdown/PLIST:1.15
--- pkgsrc/textproc/ruby-kramdown/PLIST:1.14    Mon Mar 20 15:31:18 2017
+++ pkgsrc/textproc/ruby-kramdown/PLIST Sun Sep 10 16:07:39 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2017/03/20 15:31:18 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2017/09/10 16:07:39 taca Exp $
 bin/kramdown${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/AUTHORS
@@ -37,7 +37,6 @@ ${GEM_LIBDIR}/doc/syntax.page
 ${GEM_LIBDIR}/doc/tests.page
 ${GEM_LIBDIR}/doc/virtual
 ${GEM_LIBDIR}/lib/kramdown.rb
-${GEM_LIBDIR}/lib/kramdown/compatibility.rb
 ${GEM_LIBDIR}/lib/kramdown/converter.rb
 ${GEM_LIBDIR}/lib/kramdown/converter/base.rb
 ${GEM_LIBDIR}/lib/kramdown/converter/hash_ast.rb
@@ -221,6 +220,8 @@ ${GEM_LIBDIR}/test/testcases/block/07_ho
 ${GEM_LIBDIR}/test/testcases/block/07_horizontal_rule/sepspaces.text
 ${GEM_LIBDIR}/test/testcases/block/07_horizontal_rule/septabs.html
 ${GEM_LIBDIR}/test/testcases/block/07_horizontal_rule/septabs.text
+${GEM_LIBDIR}/test/testcases/block/08_list/brackets_in_item.latex
+${GEM_LIBDIR}/test/testcases/block/08_list/brackets_in_item.text
 ${GEM_LIBDIR}/test/testcases/block/08_list/escaping.html
 ${GEM_LIBDIR}/test/testcases/block/08_list/escaping.text
 ${GEM_LIBDIR}/test/testcases/block/08_list/item_ial.html
@@ -425,6 +426,9 @@ ${GEM_LIBDIR}/test/testcases/block/16_to
 ${GEM_LIBDIR}/test/testcases/block/16_toc/toc_with_footnotes.html
 ${GEM_LIBDIR}/test/testcases/block/16_toc/toc_with_footnotes.options
 ${GEM_LIBDIR}/test/testcases/block/16_toc/toc_with_footnotes.text
+${GEM_LIBDIR}/test/testcases/block/16_toc/toc_with_links.html
+${GEM_LIBDIR}/test/testcases/block/16_toc/toc_with_links.options
+${GEM_LIBDIR}/test/testcases/block/16_toc/toc_with_links.text
 ${GEM_LIBDIR}/test/testcases/encoding.html
 ${GEM_LIBDIR}/test/testcases/encoding.text
 ${GEM_LIBDIR}/test/testcases/man/example.man
@@ -454,6 +458,8 @@ ${GEM_LIBDIR}/test/testcases/span/01_lin
 ${GEM_LIBDIR}/test/testcases/span/01_link/inline.html
 ${GEM_LIBDIR}/test/testcases/span/01_link/inline.html.19
 ${GEM_LIBDIR}/test/testcases/span/01_link/inline.text
+${GEM_LIBDIR}/test/testcases/span/01_link/latex_escaping.latex
+${GEM_LIBDIR}/test/testcases/span/01_link/latex_escaping.text
 ${GEM_LIBDIR}/test/testcases/span/01_link/link_defs.html
 ${GEM_LIBDIR}/test/testcases/span/01_link/link_defs.text
 ${GEM_LIBDIR}/test/testcases/span/01_link/link_defs_with_ial.html
@@ -504,10 +510,13 @@ ${GEM_LIBDIR}/test/testcases/span/04_foo
 ${GEM_LIBDIR}/test/testcases/span/04_footnote/inside_footnote.text
 ${GEM_LIBDIR}/test/testcases/span/04_footnote/markers.html
 ${GEM_LIBDIR}/test/testcases/span/04_footnote/markers.latex
+${GEM_LIBDIR}/test/testcases/span/04_footnote/markers.options
 ${GEM_LIBDIR}/test/testcases/span/04_footnote/markers.text
 ${GEM_LIBDIR}/test/testcases/span/04_footnote/placement.html
+${GEM_LIBDIR}/test/testcases/span/04_footnote/placement.options
 ${GEM_LIBDIR}/test/testcases/span/04_footnote/placement.text
 ${GEM_LIBDIR}/test/testcases/span/04_footnote/regexp_problem.html
+${GEM_LIBDIR}/test/testcases/span/04_footnote/regexp_problem.options
 ${GEM_LIBDIR}/test/testcases/span/04_footnote/regexp_problem.text
 ${GEM_LIBDIR}/test/testcases/span/04_footnote/without_backlink.html
 ${GEM_LIBDIR}/test/testcases/span/04_footnote/without_backlink.options
@@ -534,6 +543,8 @@ ${GEM_LIBDIR}/test/testcases/span/abbrev
 ${GEM_LIBDIR}/test/testcases/span/abbreviations/abbrev.text
 ${GEM_LIBDIR}/test/testcases/span/abbreviations/abbrev_defs.html
 ${GEM_LIBDIR}/test/testcases/span/abbreviations/abbrev_defs.text
+${GEM_LIBDIR}/test/testcases/span/abbreviations/in_footnote.html
+${GEM_LIBDIR}/test/testcases/span/abbreviations/in_footnote.text
 ${GEM_LIBDIR}/test/testcases/span/autolinks/url_links.html
 ${GEM_LIBDIR}/test/testcases/span/autolinks/url_links.text
 ${GEM_LIBDIR}/test/testcases/span/escaped_chars/normal.html

Index: pkgsrc/textproc/ruby-kramdown/distinfo
diff -u pkgsrc/textproc/ruby-kramdown/distinfo:1.16 pkgsrc/textproc/ruby-kramdown/distinfo:1.17
--- pkgsrc/textproc/ruby-kramdown/distinfo:1.16 Mon Mar 20 15:31:18 2017
+++ pkgsrc/textproc/ruby-kramdown/distinfo      Sun Sep 10 16:07:39 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/03/20 15:31:18 taca Exp $
+$NetBSD: distinfo,v 1.17 2017/09/10 16:07:39 taca Exp $
 
-SHA1 (kramdown-1.13.2.gem) = 3504d4880adf13b5fd787a26299b0cfeee8dfb53
-RMD160 (kramdown-1.13.2.gem) = 5fd1cb73ce2d8212feb7d7f31a60c11627cdc400
-SHA512 (kramdown-1.13.2.gem) = dd2194184a7761bc490535a9d5631b78441b83f040e37dafc25b956dd680fe398d19ae75aff06dc2ec6a7573ac198169e175ef78a95743f0f7b4874bf28cebf8
-Size (kramdown-1.13.2.gem) = 249856 bytes
+SHA1 (kramdown-1.15.0.gem) = eb07230d0d1c07e221f02c3aee405bc7b0e58e47
+RMD160 (kramdown-1.15.0.gem) = 5f0e8b26932baf46d10b8a0d6f6af26aa8b935ee
+SHA512 (kramdown-1.15.0.gem) = db91bef9df254fd55a2742a38fd9180eff80ccd720fbd6600473840772f10441b12abcf497efdc91b920f7cd10c8b3d66f0b3f2dacb3480b290c222a5c2aa0b4
+Size (kramdown-1.15.0.gem) = 250368 bytes



Home | Main Index | Thread Index | Old Index