diff --git a/marked.spec b/marked.spec index 55fa33c..3cf8e64 100644 --- a/marked.spec +++ b/marked.spec @@ -2,7 +2,7 @@ Name: marked Version: 0.2.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A markdown parser for Node.js built for speed License: MIT Group: System Environment/Libraries @@ -73,9 +73,8 @@ install -p -D -m0644 man/marked.1 \ # gfm_code_hr_list test is known to fail but the author has not yet arrived # at a satisfactory solution: https://github.com/chjj/marked/pull/118 -# def_blocks and double_link tests also fail and author has been queried -# about whether these are meant to fail or not: -# https://github.com/chjj/marked/issues/136 +# def_blocks and double_link are also known to fail: +# https://github.com/chjj/marked/issues/136#issuecomment-15016714 cp -pr %{nodejs_sitelib} . %__nodejs ./test/ @@ -90,6 +89,9 @@ cp -pr %{nodejs_sitelib} . %changelog +* Sun Mar 17 2013 Jamie Nguyen - 0.2.8-3 +- add further information about test failures (all known to fail) + * Tue Mar 12 2013 Jamie Nguyen - 0.2.8-2 - add information about test failures