pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-kramdown Update ruby-kramdown to 0.13.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7864ec2419ca
branches:  trunk
changeset: 604586:7864ec2419ca
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jun 02 01:11:44 2012 +0000

description:
Update ruby-kramdown to 0.13.6.

commit 40e6cde2d3e1a4f9f6bc14a243b22b4ae3311ca2
Author: Thomas Leitner <t_leitner%gmx.at@localhost>
Date:   Wed May 9 19:53:47 2012 +0200

    Updated release notes and version number

doc/news/release_0_13_6.page
doc/sidebar.template
lib/kramdown/version.rb
man/man1/kramdown.1.erb

commit 7f66dca331f78d84ef22c489c755360b304cb41f
Author: Thomas Leitner <t_leitner%gmx.at@localhost>
Date:   Tue May 8 21:20:46 2012 +0200

    Fixed bug RF#29557: Parsing fails with lists with empty list item

    If a list item is completely empty, it needs to be handled specially,
    which is done now.

lib/kramdown/converter/kramdown.rb
lib/kramdown/parser/kramdown/list.rb
test/testcases/block/08_list/special_cases.html
test/testcases/block/08_list/special_cases.text

commit ac00ea8ea590ece6c7a6c53b30920114f349b79b
Author: Thomas Leitner <t_leitner%gmx.at@localhost>
Date:   Tue May 8 20:02:43 2012 +0200

    Fixed problem with CDATA section in non-XHTML pages

    The HTML parser does not parse CDATA in script tags and
    therefore the CDATA tags were displayed in MathJax output.
    By commenting out the CDATA tags (with LaTeX comment syntax)
    we avoid this problem.

lib/kramdown/converter/html.rb
lib/kramdown/parser/html.rb
test/testcases/block/15_math/normal.html

diffstat:

 textproc/ruby-kramdown/Makefile |  4 ++--
 textproc/ruby-kramdown/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 7ae1bcd165de -r 7864ec2419ca textproc/ruby-kramdown/Makefile
--- a/textproc/ruby-kramdown/Makefile   Sat Jun 02 01:10:50 2012 +0000
+++ b/textproc/ruby-kramdown/Makefile   Sat Jun 02 01:11:44 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2012/03/18 02:45:58 taca Exp $
+# $NetBSD: Makefile,v 1.4 2012/06/02 01:11:44 taca Exp $
 
-DISTNAME=      kramdown-0.13.5
+DISTNAME=      kramdown-0.13.6
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 7ae1bcd165de -r 7864ec2419ca textproc/ruby-kramdown/distinfo
--- a/textproc/ruby-kramdown/distinfo   Sat Jun 02 01:10:50 2012 +0000
+++ b/textproc/ruby-kramdown/distinfo   Sat Jun 02 01:11:44 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/03/18 02:45:58 taca Exp $
+$NetBSD: distinfo,v 1.4 2012/06/02 01:11:44 taca Exp $
 
-SHA1 (kramdown-0.13.5.gem) = 96f31fc52ab9b929034b8e16f107dd4387382ca5
-RMD160 (kramdown-0.13.5.gem) = 9b69c319f7202d59bcd69f7c6c80856432b078b0
-Size (kramdown-0.13.5.gem) = 267776 bytes
+SHA1 (kramdown-0.13.6.gem) = 125c2cc702189c46c4c69347a64e5b95383aa968
+RMD160 (kramdown-0.13.6.gem) = baf0526c5db4a78c02eb95ed6b5fa798a87e1ee8
+Size (kramdown-0.13.6.gem) = 267776 bytes



Home | Main Index | Thread Index | Old Index