commit rubygem-kramdown for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package rubygem-kramdown for 
openSUSE:Factory checked in at 2020-08-29 20:36:30

Comparing /work/SRC/openSUSE:Factory/rubygem-kramdown (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-kramdown.new.3399 (New)


Package is "rubygem-kramdown"

Sat Aug 29 20:36:30 2020 rev:15 rq:829766 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-kramdown/rubygem-kramdown.changes
2020-05-11 13:41:25.589128733 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-kramdown.new.3399/rubygem-kramdown.changes  
2020-08-29 20:36:39.493321603 +0200
@@ -1,0 +2,52 @@
+Tue Aug 11 01:44:29 UTC 2020 - Matthew Trescott 
+
+- updated to version 2.3.0
+  ## kramdown 2.3.0 released
+
+  Although this is a minor version bump there is **one breaking change**: 
Parsing of XML processing
+  instructions was removed because they are invalid for HTML5 documents.
+
+  This change should only affect a negligible amount of existing kramdown 
documents since XML
+  processing instructions were never something a normal user would use.
+
+  Additionally, CVE-2020-14001 is addressed to avoid problems when using the 
`{::options /}` extension
+  together with the 'template' option. **This means updating is highly 
recommended!**
+
+  ## Changes
+
+  * 2 major changes:
+
+- New option 'forbidden_inline_options' to restrict the options allowed 
with the `{::options /}`
+  extension. This also addresses the security issue described in 
[CVE-2020-14001].
+- Parsing of XML processing instructions is not done anymore for kramdown 
documents because they
+  are invalid for HTML5 (fixes issue [#660] by Samuel Williams)
+
+  * 1 minor change:
+
+- Several internal changes with respect to memory usage and performance 
(PRs [#654], [#655],
+  [#665] by Ashwin Maroli)
+
+  * 2 bug fixes:
+
+- Extend allowed characters in IDs set with headers to all characters 
allowed by XML (fixes [#658]
+  by Samuel Williams)
+- Fix thread safety issue by moving global state into an instance variable 
(fixes [#663]
+  by Samuel Williams)
+
+  * 1 other change:
+
+- Documentation fixes and updates (issue [#662] by Samuel Williams, PR 
[#656] by Noah Doersing)
+
+  [#658]: https://github.com/gettalong/kramdown/issues/658
+  [#663]: https://github.com/gettalong/kramdown/issues/663
+  [#662]: https://github.com/gettalong/kramdown/issues/662
+  [#660]: https://github.com/gettalong/kramdown/issues/660
+
+  [#654]: https://github.com/gettalong/kramdown/pull/654
+  [#655]: https://github.com/gettalong/kramdown/pull/655
+  [#656]: https://github.com/gettalong/kramdown/pull/656
+  [#665]: https://github.com/gettalong/kramdown/pull/665
+
+  [CVE-2020-14001]: 
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14001
+
+---

Old:

  kramdown-2.2.1.gem

New:

  kramdown-2.3.0.gem



Other differences:
--
++ rubygem-kramdown.spec ++
--- /var/tmp/diff_new_pack.1odZTF/_old  2020-08-29 20:36:40.841322171 +0200
+++ /var/tmp/diff_new_pack.1odZTF/_new  2020-08-29 20:36:40.845322173 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-kramdown
-Version:2.2.1
+Version:2.3.0
 Release:0
 %define mod_name kramdown
 %define mod_full_name %{mod_name}-%{version}

++ kramdown-2.2.1.gem -> kramdown-2.3.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTERS new/CONTRIBUTERS
--- old/CONTRIBUTERS2020-04-23 16:16:29.0 +0200
+++ new/CONTRIBUTERS2020-06-28 23:38:07.0 +0200
@@ -1,6 +1,6 @@
   Count Name
 === 
-932 Thomas Leitner 
+943 Thomas Leitner 
  18 Ashwin Maroli 
   7 Christian Cornelssen 
   6 Gioele Barabucci 
@@ -13,6 +13,7 @@
   3 gettalong 
   3 Brandur 
   3 Ben Armston 
+  3 Ashwin Maroli 
   3 Alex Marandon 
   2 Tom Thorogood 
   2 Parker Moore 
@@ -40,6 +41,7 @@
   1 scherr 
   1 Postmodern 
   1 Pete Michaud 
+  1 Noah Doersing 
   1 myqlarson 
   1 milo.simpson 
   1 Michal Till 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2020-04-23 16:16:29.0 +0200
+++ new/VERSION 2020-06-28 23:38:07.0 +0200
@@ -1 +1 @@
-2.2.1
+2.3.0
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/kramdown/converter/html.rb 
new/lib/kramdown/converter/html.rb
--- old/lib/kramdown/converter/html.rb  2020-04-23 16:16:29.0 +0200
+++ new/lib/kramdown/converter/html.rb  

commit rubygem-kramdown for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package rubygem-kramdown for 
openSUSE:Factory checked in at 2020-05-11 13:41:20

Comparing /work/SRC/openSUSE:Factory/rubygem-kramdown (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-kramdown.new.2738 (New)


Package is "rubygem-kramdown"

Mon May 11 13:41:20 2020 rev:14 rq:802341 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-kramdown/rubygem-kramdown.changes
2019-06-19 21:00:18.810083722 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-kramdown.new.2738/rubygem-kramdown.changes  
2020-05-11 13:41:25.589128733 +0200
@@ -1,0 +2,6 @@
+Thu May  7 20:59:37 UTC 2020 - Stephan Kulow 
+
+- updated to version 2.2.1
+  no changelog found
+
+---

Old:

  kramdown-2.1.0.gem

New:

  kramdown-2.2.1.gem



Other differences:
--
++ rubygem-kramdown.spec ++
--- /var/tmp/diff_new_pack.oZuAmS/_old  2020-05-11 13:41:26.589130855 +0200
+++ /var/tmp/diff_new_pack.oZuAmS/_new  2020-05-11 13:41:26.593130864 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-kramdown
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-kramdown
-Version:2.1.0
+Version:2.2.1
 Release:0
 %define mod_name kramdown
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:http://kramdown.gettalong.org
+URL:http://kramdown.gettalong.org
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:kramdown is a fast, pure-Ruby Markdown-superset converter

++ kramdown-2.1.0.gem -> kramdown-2.2.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTERS new/CONTRIBUTERS
--- old/CONTRIBUTERS2019-01-31 20:20:09.0 +0100
+++ new/CONTRIBUTERS2020-04-23 16:16:29.0 +0200
@@ -1,13 +1,13 @@
   Count Name
 === 
-913 Thomas Leitner 
+932 Thomas Leitner 
+ 18 Ashwin Maroli 
   7 Christian Cornelssen 
   6 Gioele Barabucci 
+  5 Gleb Mazovetskiy 
   4 Ted Pak 
   4 Shuanglei Tao 
-  4 Gleb Mazovetskiy 
   4 Dan Allen 
-  4 Ashwin Maroli 
   4 Arne Brasseur 
   3 Henning Perl 
   3 gettalong 
@@ -26,12 +26,15 @@
   1 utenmiki 
   1 Trevor Wennblom 
   1 tomykaira 
+  1 tom93 
   1 Tim Blair 
   1 Tim Besard 
   1 Tim Bates 
   1 Sun Yaozhu 
+  1 Stephen 
   1 Stephen Crosby 
   1 Simon Lydell 
+  1 Simon Coffey 
   1 Shusaku NAKAZATO 
   1 Sebastian Boehm 
   1 scherr 
@@ -40,6 +43,7 @@
   1 myqlarson 
   1 milo.simpson 
   1 Michal Till 
+  1 Maxime Kjaer 
   1 Matt Hickford 
   1 Martyn Chamberlin 
   1 Marek Tuchowski 
@@ -56,13 +60,17 @@
   1 Hector Correa 
   1 Florian Klampfer 
   1 Floreal Morandat flore...@gmail.com 
+  1 Fangyi Zhou 
   1 Diego Galeota 
+  1 David Rodríguez 
   1 Damien Pollet 
   1 Christopher Jefferson 
   1 Cédric Boutillier 
+  1 Bob Lail 
   1 Ashe Connor 
   1 Antoine Cotten 
   1 Andrew 
   1 Alpha Chen 
   1 Alex Tomlins 
   1 Alexey Vasiliev 
+  1 284km 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2019-01-31 20:20:09.0 +0100
+++ new/VERSION 2020-04-23 16:16:29.0 +0200
@@ -1 +1 @@
-2.1.0
+2.2.1
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/kramdown/converter/base.rb 
new/lib/kramdown/converter/base.rb
--- old/lib/kramdown/converter/base.rb  2019-01-31 20:20:09.0 +0100
+++ new/lib/kramdown/converter/base.rb  2020-04-23 16:16:29.0 +0200
@@ -106,7 +106,8 @@
 end
 result = converter.convert(tree)
 if result.respond_to?(:encode!) && result.encoding != Encoding::BINARY
-  result.encode!(tree.options[:encoding])
+  result.encode!(tree.options[:encoding] ||
+ (raise ::Kramdown::Error, "Missing encoding option on 
root element"))
 end
 if !converter.options[:template].empty? && 
converter.apply_template_after?
   result = apply_template(converter, result)
diff 

commit rubygem-kramdown for openSUSE:Factory

2019-06-19 Thread root
Hello community,

here is the log from the commit of package rubygem-kramdown for 
openSUSE:Factory checked in at 2019-06-19 21:00:17

Comparing /work/SRC/openSUSE:Factory/rubygem-kramdown (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-kramdown.new.4811 (New)


Package is "rubygem-kramdown"

Wed Jun 19 21:00:17 2019 rev:13 rq:706001 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-kramdown/rubygem-kramdown.changes
2018-07-18 22:50:18.195684421 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-kramdown.new.4811/rubygem-kramdown.changes  
2019-06-19 21:00:18.810083722 +0200
@@ -1,0 +2,6 @@
+Sat Mar  2 15:24:37 UTC 2019 - Stephan Kulow 
+
+- updated to version 2.1.0
+ news.feed removed upstream
+
+---

Old:

  kramdown-1.17.0.gem

New:

  kramdown-2.1.0.gem



Other differences:
--
++ rubygem-kramdown.spec ++
--- /var/tmp/diff_new_pack.qNXnWu/_old  2019-06-19 21:00:19.334084162 +0200
+++ /var/tmp/diff_new_pack.qNXnWu/_new  2019-06-19 21:00:19.338084165 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-kramdown
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,12 +24,12 @@
 #
 
 Name:   rubygem-kramdown
-Version:1.17.0
+Version:2.1.0
 Release:0
 %define mod_name kramdown
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.0}
+BuildRequires:  %{ruby >= 2.3}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5

++ kramdown-1.17.0.gem -> kramdown-2.1.0.gem ++
 16981 lines of diff (skipped)




commit rubygem-kramdown for openSUSE:Factory

2018-03-06 Thread root
Hello community,

here is the log from the commit of package rubygem-kramdown for 
openSUSE:Factory checked in at 2018-03-06 10:45:16

Comparing /work/SRC/openSUSE:Factory/rubygem-kramdown (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-kramdown.new (New)


Package is "rubygem-kramdown"

Tue Mar  6 10:45:16 2018 rev:11 rq:548559 version:1.16.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-kramdown/rubygem-kramdown.changes
2017-09-12 19:57:10.892004322 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-kramdown.new/rubygem-kramdown.changes   
2018-03-06 10:45:17.376615666 +0100
@@ -1,0 +2,6 @@
+Sun Dec  3 19:23:48 UTC 2017 - co...@suse.com
+
+- updated to version 1.16.2
+ see installed news.feed
+
+---

Old:

  kramdown-1.15.0.gem

New:

  kramdown-1.16.2.gem



Other differences:
--
++ rubygem-kramdown.spec ++
--- /var/tmp/diff_new_pack.WdaQtP/_old  2018-03-06 10:45:17.964594422 +0100
+++ /var/tmp/diff_new_pack.WdaQtP/_new  2018-03-06 10:45:17.964594422 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-kramdown
-Version:1.15.0
+Version:1.16.2
 Release:0
 %define mod_name kramdown
 %define mod_full_name %{mod_name}-%{version}

++ kramdown-1.15.0.gem -> kramdown-1.16.2.gem ++
 1738 lines of diff (skipped)




commit rubygem-kramdown for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package rubygem-kramdown for 
openSUSE:Factory checked in at 2017-09-12 19:57:04

Comparing /work/SRC/openSUSE:Factory/rubygem-kramdown (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-kramdown.new (New)


Package is "rubygem-kramdown"

Tue Sep 12 19:57:04 2017 rev:10 rq:523563 version:1.15.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-kramdown/rubygem-kramdown.changes
2017-08-10 14:13:17.302440825 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-kramdown.new/rubygem-kramdown.changes   
2017-09-12 19:57:10.892004322 +0200
@@ -1,0 +2,6 @@
+Mon Sep 11 12:42:36 UTC 2017 - co...@suse.com
+
+- updated to version 1.15.0
+ see installed news.feed
+
+---

Old:

  kramdown-1.14.0.gem

New:

  kramdown-1.15.0.gem



Other differences:
--
++ rubygem-kramdown.spec ++
--- /var/tmp/diff_new_pack.ynAEls/_old  2017-09-12 19:57:11.783878917 +0200
+++ /var/tmp/diff_new_pack.ynAEls/_new  2017-09-12 19:57:11.783878917 +0200
@@ -24,18 +24,18 @@
 #
 
 Name:   rubygem-kramdown
-Version:1.14.0
+Version:1.15.0
 Release:0
 %define mod_name kramdown
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 2.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://kramdown.gettalong.org
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:kramdown is a fast, pure-Ruby Markdown-superset converter
 License:MIT

++ kramdown-1.14.0.gem -> kramdown-1.15.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTERS new/CONTRIBUTERS
--- old/CONTRIBUTERS2017-06-26 21:36:07.0 +0200
+++ new/CONTRIBUTERS2017-09-08 21:52:04.0 +0200
@@ -1,6 +1,6 @@
   Count Name
 === 
-847 Thomas Leitner 
+861 Thomas Leitner 
   6 Gioele Barabucci 
   4 Ted Pak 
   4 Shuanglei Tao 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2017-06-26 21:36:07.0 +0200
+++ new/Rakefile2017-09-08 21:52:04.0 +0200
@@ -176,9 +176,10 @@
   s.require_path = 'lib'
   s.executables = ['kramdown']
   s.default_executable = 'kramdown'
+  s.required_ruby_version = '>= 2.0'
   s.add_development_dependency 'minitest', '~> 5.0'
   s.add_development_dependency 'coderay', '~> 1.0.0'
-  s.add_development_dependency 'rouge', '~> 1.8'
+  s.add_development_dependency 'rouge'
   s.add_development_dependency 'stringex', '~> 1.5.1'
   s.add_development_dependency 'prawn', '~> 2.0'
   s.add_development_dependency 'prawn-table', '~> 0.2.2'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2017-06-26 21:36:07.0 +0200
+++ new/VERSION 2017-09-08 21:52:04.0 +0200
@@ -1 +1 @@
-1.14.0
+1.15.0
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/index.page new/doc/index.page
--- old/doc/index.page  2017-06-26 21:36:07.0 +0200
+++ new/doc/index.page  2017-09-08 21:52:04.0 +0200
@@ -97,8 +97,8 @@
 It is probably the fastest pure-Ruby Markdown converter available (September 
2014), being about 3x
 faster than [Maruku] and about 4.5x faster than [BlueFeather].
 
-Version **1.14.0**{:itemprop="softwareVersion"} released on
-**2017-06-26**{:itemprop="datePublished"}, [more news](news.html)
+Version **1.15.0**{:itemprop="softwareVersion"} released on
+**2017-09-08**{:itemprop="datePublished"}, [more news](news.html)
 {: style="text-align: center; font-size: 80%"}
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/syntax.page new/doc/syntax.page
--- old/doc/syntax.page 2017-06-26 21:36:07.0 +0200
+++ new/doc/syntax.page 2017-09-08 21:52:04.0 +0200
@@ -1435,6 +1435,10 @@
 
 This is some text.[^1]. Other text.[^footnote].
 
+> Note that footnote markers cannot be used as part of the link text of a link 
because this would
+> lead to nested links which is not allowed in HTML.
+{: .information}
+
 Footnote markers with 

commit rubygem-kramdown for openSUSE:Factory

2017-08-10 Thread root
Hello community,

here is the log from the commit of package rubygem-kramdown for 
openSUSE:Factory checked in at 2017-08-10 14:05:41

Comparing /work/SRC/openSUSE:Factory/rubygem-kramdown (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-kramdown.new (New)


Package is "rubygem-kramdown"

Thu Aug 10 14:05:41 2017 rev:9 rq:515075 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-kramdown/rubygem-kramdown.changes
2017-01-15 11:17:33.714790846 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-kramdown.new/rubygem-kramdown.changes   
2017-08-10 14:13:17.302440825 +0200
@@ -1,0 +2,6 @@
+Thu Aug  3 19:25:30 UTC 2017 - co...@suse.com
+
+- updated to version 1.14.0
+ see installed news.feed
+
+---

Old:

  kramdown-1.13.2.gem

New:

  kramdown-1.14.0.gem



Other differences:
--
++ rubygem-kramdown.spec ++
--- /var/tmp/diff_new_pack.ufo2cJ/_old  2017-08-10 14:13:18.094329326 +0200
+++ /var/tmp/diff_new_pack.ufo2cJ/_new  2017-08-10 14:13:18.102328199 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-kramdown
-Version:1.13.2
+Version:1.14.0
 Release:0
 %define mod_name kramdown
 %define mod_full_name %{mod_name}-%{version}

++ kramdown-1.13.2.gem -> kramdown-1.14.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTERS new/CONTRIBUTERS
--- old/CONTRIBUTERS2017-01-07 09:10:16.0 +0100
+++ new/CONTRIBUTERS2017-06-26 21:36:07.0 +0200
@@ -1,6 +1,6 @@
   Count Name
 === 
-829 Thomas Leitner 
+847 Thomas Leitner 
   6 Gioele Barabucci 
   4 Ted Pak 
   4 Shuanglei Tao 
@@ -17,6 +17,7 @@
   2 Jo Hund 
   2 Bran 
   1 winniehell 
+  1 William 
   1 utenmiki 
   1 Trevor Wennblom 
   1 tomykaira 
@@ -32,13 +33,16 @@
   1 myqlarson 
   1 Michal Till 
   1 Matt Hickford 
+  1 Martyn Chamberlin 
   1 Marek Tuchowski 
   1 Marcus Stollsteimer 
   1 Luca Barbato 
   1 l3kn 
+  1 Jonathan Hooper 
   1 John Croisant 
   1 Joe Fiorini 
   1 Jens Kraemer 
+  1 Hirofumi Wakasugi 
   1 Hector Correa 
   1 Florian Klampfer 
   1 Floreal Morandat flore...@gmail.com 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-01-07 09:10:16.0 +0100
+++ new/README.md   2017-06-26 21:36:07.0 +0200
@@ -7,8 +7,8 @@
 projects, too.
 
 However, if you use kramdown in a commercial setting, please consider 
**contributing back any
-changes** for the benefit of the community and/or **making a donation** (see 
the links in the
-sidebar on the [kramdown homepage](http://kramdown.gettalong.org/)!
+changes** for the benefit of the community and/or
+[**becoming a patron**](https://www.patreon.com/gettalong) - thanks!
 
 
 ## Introduction
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2017-01-07 09:10:16.0 +0100
+++ new/VERSION 2017-06-26 21:36:07.0 +0200
@@ -1 +1 @@
-1.13.1
+1.14.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/benchmark/benchmark.sh new/benchmark/benchmark.sh
--- old/benchmark/benchmark.sh  2017-01-07 09:10:16.0 +0100
+++ new/benchmark/benchmark.sh  2017-06-26 21:36:07.0 +0200
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-source ~/.bashrc
+source ~/.profile
 
 RUBY_VERSIONS=`rvm list strings | sort`
 KD_VERSIONS="`git tag | sort -V` master"
@@ -8,7 +8,7 @@
 AVERAGE=1
 MASTER_AS=master
 
-while getopts "r:k:o:m:a:" optname; do
+while getopts "r:k:om:a:" optname; do
 case "$optname" in
 "r")
 RUBY_VERSIONS="$OPTARG"
@@ -18,13 +18,13 @@
 ;;
 "o")
 OTHERS=true
-   ;;
-   "m")
-   MASTER_AS="$OPTARG"
-;;
-   "a")
-   AVERAGE="$OPTARG"
-   ;;
+;;
+"m")
+MASTER_AS="$OPTARG"
+;;
+"a")
+ 

commit rubygem-kramdown for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-kramdown for 
openSUSE:Factory checked in at 2016-09-12 13:26:23

Comparing /work/SRC/openSUSE:Factory/rubygem-kramdown (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-kramdown.new (New)


Package is "rubygem-kramdown"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-kramdown/rubygem-kramdown.changes
2016-05-29 03:12:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-kramdown.new/rubygem-kramdown.changes   
2016-09-12 13:26:26.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 16 04:30:25 UTC 2016 - co...@suse.com
+
+- updated to version 1.12.0
+ see installed news.feed
+
+---

Old:

  kramdown-1.11.1.gem

New:

  kramdown-1.12.0.gem



Other differences:
--
++ rubygem-kramdown.spec ++
--- /var/tmp/diff_new_pack.Gb7NQZ/_old  2016-09-12 13:26:26.0 +0200
+++ /var/tmp/diff_new_pack.Gb7NQZ/_new  2016-09-12 13:26:26.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-kramdown
-Version:1.11.1
+Version:1.12.0
 Release:0
 %define mod_name kramdown
 %define mod_full_name %{mod_name}-%{version}

++ kramdown-1.11.1.gem -> kramdown-1.12.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTERS new/CONTRIBUTERS
--- old/CONTRIBUTERS2016-05-01 22:18:00.0 +0200
+++ new/CONTRIBUTERS2016-08-15 10:55:25.0 +0200
@@ -1,6 +1,6 @@
   Count Name
 === 
-802 Thomas Leitner 
+816 Thomas Leitner 
   6 Gioele Barabucci 
   4 Ted Pak 
   4 Arne Brasseur 
@@ -10,6 +10,7 @@
   3 Ben Armston 
   3 Alex Marandon 
   2 Tom Thorogood 
+  2 Shuanglei Tao 
   2 Parker Moore 
   2 Nathanael Jones 
   2 Max Meyer 
@@ -43,4 +44,6 @@
   1 Diego Galeota 
   1 Damien Pollet 
   1 Christopher Jefferson 
+  1 Cédric Boutillier 
   1 Alex Tomlins 
+  1 Alexey Vasiliev 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2016-05-01 22:18:00.0 +0200
+++ new/Rakefile2016-08-15 10:55:25.0 +0200
@@ -75,7 +75,7 @@
 if defined?(Webgen)
   desc "Generate the HTML documentation"
   task :htmldoc do
-ruby "-S webgen"
+ruby "-Ilib -S webgen"
   end
   CLOBBER << "htmldoc/"
   CLOBBER << "webgen-tmp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2016-05-01 22:18:00.0 +0200
+++ new/VERSION 2016-08-15 10:55:25.0 +0200
@@ -1 +1 @@
-1.11.1
+1.12.0
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/index.page new/doc/index.page
--- old/doc/index.page  2016-05-01 22:18:00.0 +0200
+++ new/doc/index.page  2016-08-15 10:55:25.0 +0200
@@ -97,8 +97,8 @@
 It is probably the fastest pure-Ruby Markdown converter available (September 
2014), being about 3x
 faster than [Maruku] and about 4.5x faster than [BlueFeather].
 
-Version **1.11.1**{:itemprop="softwareVersion"} released on
-**2016-05-01**{:itemprop="datePublished"}, [more news](news.html)
+Version **1.12.0**{:itemprop="softwareVersion"} released on
+**2016-08-15**{:itemprop="datePublished"}, [more news](news.html)
 {: style="text-align: center; font-size: 80%"}
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/syntax.page new/doc/syntax.page
--- old/doc/syntax.page 2016-05-01 22:18:00.0 +0200
+++ new/doc/syntax.page 2016-08-15 10:55:25.0 +0200
@@ -500,6 +500,46 @@
 > Also, Markdown uses a fixed number of spaces/tabs to indent the lines that 
 > belong to a list item!
 {: .markdown-difference}
 
+Unordered and ordered lists work the same way in regard to the indentation:
+
+* list 1 item 1
+ * list 1 item 2 (indent 1 space)
+  * list 1 item 3 (indent 2 spaces)
+   * list 1 item 4  (indent 3 spaces)
+* lazy text belonging to above item 4
+
+^
+
+1. list 1 item 1
+ 2. list 1 item 2 (indent 1 space)
+  3. list 1 item 3 (indent 2 spaces)
+   

commit rubygem-kramdown for openSUSE:Factory

2016-05-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-kramdown for 
openSUSE:Factory checked in at 2016-05-29 03:11:28

Comparing /work/SRC/openSUSE:Factory/rubygem-kramdown (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-kramdown.new (New)


Package is "rubygem-kramdown"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-kramdown/rubygem-kramdown.changes
2016-03-18 21:41:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-kramdown.new/rubygem-kramdown.changes   
2016-05-29 03:12:45.0 +0200
@@ -1,0 +2,6 @@
+Mon May  2 04:36:46 UTC 2016 - co...@suse.com
+
+- updated to version 1.11.1
+ see installed news.feed
+
+---

Old:

  kramdown-1.10.0.gem

New:

  kramdown-1.11.1.gem



Other differences:
--
++ rubygem-kramdown.spec ++
--- /var/tmp/diff_new_pack.vz0ME8/_old  2016-05-29 03:12:45.0 +0200
+++ /var/tmp/diff_new_pack.vz0ME8/_new  2016-05-29 03:12:45.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-kramdown
-Version:1.10.0
+Version:1.11.1
 Release:0
 %define mod_name kramdown
 %define mod_full_name %{mod_name}-%{version}

++ kramdown-1.10.0.gem -> kramdown-1.11.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTERS new/CONTRIBUTERS
--- old/CONTRIBUTERS2016-03-02 18:45:04.0 +0100
+++ new/CONTRIBUTERS2016-05-01 22:18:00.0 +0200
@@ -1,6 +1,6 @@
   Count Name
 === 
-789 Thomas Leitner 
+802 Thomas Leitner 
   6 Gioele Barabucci 
   4 Ted Pak 
   4 Arne Brasseur 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2016-03-02 18:45:04.0 +0100
+++ new/Rakefile2016-05-01 22:18:00.0 +0200
@@ -180,6 +180,7 @@
   s.add_development_dependency 'rouge', '~> 1.8'
   s.add_development_dependency 'stringex', '~> 1.5.1'
   s.add_development_dependency 'prawn', '~> 2.0'
+  s.add_development_dependency 'prawn-table', '~> 0.2.2'
   s.add_development_dependency 'ritex', '~> 1.0'
   s.add_development_dependency 'itextomml', '~> 1.5'
 
@@ -239,7 +240,7 @@
   COPYRIGHT=<
+# Copyright (C) 2009-2016 Thomas Leitner 
 #
 # This file is part of kramdown which is licensed under the MIT.
 #++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2016-03-02 18:45:04.0 +0100
+++ new/VERSION 2016-05-01 22:18:00.0 +0200
@@ -1 +1 @@
-1.10.0
+1.11.1
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/default.template new/doc/default.template
--- old/doc/default.template2016-03-02 18:45:04.0 +0100
+++ new/doc/default.template2016-05-01 22:18:00.0 +0200
@@ -3,7 +3,7 @@
   
 
 
-
+
 
 
 
@@ -43,7 +43,7 @@
 
 
 
-  Copyright © 2009-2015 Thomas Leitner
+  Copyright © 2009-2016 Thomas Leitner
   Generated by http://webgen.gettalong.org;>webgen
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/index.page new/doc/index.page
--- old/doc/index.page  2016-03-02 18:45:04.0 +0100
+++ new/doc/index.page  2016-05-01 22:18:00.0 +0200
@@ -97,8 +97,8 @@
 It is probably the fastest pure-Ruby Markdown converter available (September 
2014), being about 3x
 faster than [Maruku] and about 4.5x faster than [BlueFeather].
 
-Version **1.10.0**{:itemprop="softwareVersion"} released on
-**2016-03-02**{:itemprop="datePublished"}, [more news](news.html)
+Version **1.11.1**{:itemprop="softwareVersion"} released on
+**2016-05-01**{:itemprop="datePublished"}, [more news](news.html)
 {: style="text-align: center; font-size: 80%"}
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/installation.page new/doc/installation.page
--- old/doc/installation.page   2016-03-02 18:45:04.0 +0100
+++ new/doc/installation.page   2016-05-01 22:18:00.0 +0200
@@ -8,7 +8,7 @@
 ## Dependencies
 
 Since kramdown is written in Ruby, you just need the [Ruby 
interpreter](http://www.ruby-lang.org),
-version 1.8.5, 1.8.6, 1.8.7, 1.9.2, 1.9.3 or 2.0.0. There are no other 
dependencies.
+version 1.8.5, 1.8.6, 1.8.7, 1.9.2, 1.9.3 or 2.x. There are no other 
dependencies.
 
 
 ## Compatibility Notes
@@ -16,7 +16,7 @@
 kramdown should 

commit rubygem-kramdown for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-kramdown for 
openSUSE:Factory checked in at 2016-03-18 21:41:07

Comparing /work/SRC/openSUSE:Factory/rubygem-kramdown (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-kramdown.new (New)


Package is "rubygem-kramdown"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-kramdown/rubygem-kramdown.changes
2015-10-06 13:26:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-kramdown.new/rubygem-kramdown.changes   
2016-03-18 21:41:12.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar  3 05:29:12 UTC 2016 - co...@suse.com
+
+- updated to version 1.10.0
+ see installed news.page
+
+---

Old:

  kramdown-1.9.0.gem

New:

  kramdown-1.10.0.gem



Other differences:
--
++ rubygem-kramdown.spec ++
--- /var/tmp/diff_new_pack.RmLV8t/_old  2016-03-18 21:41:13.0 +0100
+++ /var/tmp/diff_new_pack.RmLV8t/_new  2016-03-18 21:41:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-kramdown
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-kramdown
-Version:1.9.0
+Version:1.10.0
 Release:0
 %define mod_name kramdown
 %define mod_full_name %{mod_name}-%{version}

++ kramdown-1.9.0.gem -> kramdown-1.10.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTERS new/CONTRIBUTERS
--- old/CONTRIBUTERS2015-10-01 21:41:43.0 +0200
+++ new/CONTRIBUTERS2016-03-02 18:45:04.0 +0100
@@ -1,6 +1,6 @@
   Count Name
 === 
-781 Thomas Leitner 
+789 Thomas Leitner 
   6 Gioele Barabucci 
   4 Ted Pak 
   4 Arne Brasseur 
@@ -9,6 +9,8 @@
   3 Brandur 
   3 Ben Armston 
   3 Alex Marandon 
+  2 Tom Thorogood 
+  2 Parker Moore 
   2 Nathanael Jones 
   2 Max Meyer 
   2 Jo Hund 
@@ -17,10 +19,10 @@
   1 utenmiki 
   1 Trevor Wennblom 
   1 tomykaira 
-  1 Tom Thorogood 
   1 Tim Blair 
   1 Tim Besard 
   1 Tim Bates 
+  1 Sun Yaozhu 
   1 Simon Lydell 
   1 Shusaku NAKAZATO 
   1 Sebastian Boehm 
@@ -38,5 +40,7 @@
   1 Jens Kraemer 
   1 Hector Correa 
   1 Floreal Morandat flore...@gmail.com 
+  1 Diego Galeota 
   1 Damien Pollet 
+  1 Christopher Jefferson 
   1 Alex Tomlins 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2015-10-01 21:41:43.0 +0200
+++ new/VERSION 2016-03-02 18:45:04.0 +0100
@@ -1 +1 @@
-1.9.0
+1.10.0
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/index.page new/doc/index.page
--- old/doc/index.page  2015-10-01 21:41:44.0 +0200
+++ new/doc/index.page  2016-03-02 18:45:04.0 +0100
@@ -97,8 +97,8 @@
 It is probably the fastest pure-Ruby Markdown converter available (September 
2014), being about 3x
 faster than [Maruku] and about 4.5x faster than [BlueFeather].
 
-Version **1.9.0**{:itemprop="softwareVersion"} released on
-**2015-10-01**{:itemprop="datePublished"}, [more news](news.html)
+Version **1.10.0**{:itemprop="softwareVersion"} released on
+**2016-03-02**{:itemprop="datePublished"}, [more news](news.html)
 {: style="text-align: center; font-size: 80%"}
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/syntax.page new/doc/syntax.page
--- old/doc/syntax.page 2015-10-01 21:41:44.0 +0200
+++ new/doc/syntax.page 2016-03-02 18:45:04.0 +0100
@@ -1136,9 +1136,9 @@
 style links only provide the link text in the text flow and 

commit rubygem-kramdown for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-kramdown for 
openSUSE:Factory checked in at 2015-10-06 13:26:08

Comparing /work/SRC/openSUSE:Factory/rubygem-kramdown (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-kramdown.new (New)


Package is "rubygem-kramdown"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-kramdown/rubygem-kramdown.changes
2015-09-19 08:33:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-kramdown.new/rubygem-kramdown.changes   
2015-10-06 13:26:10.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  2 04:29:17 UTC 2015 - co...@suse.com
+
+- updated to version 1.9.0
+ see installed news.feed
+
+---

Old:

  kramdown-1.8.0.gem

New:

  kramdown-1.9.0.gem



Other differences:
--
++ rubygem-kramdown.spec ++
--- /var/tmp/diff_new_pack.AhCvtq/_old  2015-10-06 13:26:10.0 +0200
+++ /var/tmp/diff_new_pack.AhCvtq/_new  2015-10-06 13:26:10.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-kramdown
-Version:1.8.0
+Version:1.9.0
 Release:0
 %define mod_name kramdown
 %define mod_full_name %{mod_name}-%{version}

++ kramdown-1.8.0.gem -> kramdown-1.9.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTERS new/CONTRIBUTERS
--- old/CONTRIBUTERS2015-07-04 13:34:29.0 +0200
+++ new/CONTRIBUTERS2015-10-01 21:41:43.0 +0200
@@ -1,6 +1,6 @@
   Count Name
 === 
-772 Thomas Leitner 
+781 Thomas Leitner 
   6 Gioele Barabucci 
   4 Ted Pak 
   4 Arne Brasseur 
@@ -29,12 +29,14 @@
   1 myqlarson 
   1 Michal Till 
   1 Matt Hickford 
+  1 Marek Tuchowski 
   1 Marcus Stollsteimer 
   1 Luca Barbato 
   1 l3kn 
   1 John Croisant 
   1 Joe Fiorini 
   1 Jens Kraemer 
+  1 Hector Correa 
   1 Floreal Morandat flore...@gmail.com 
   1 Damien Pollet 
   1 Alex Tomlins 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-07-04 13:34:29.0 +0200
+++ new/README.md   2015-10-01 21:41:43.0 +0200
@@ -34,6 +34,9 @@
 in the version number where the major number changes on backwards-incompatible 
changes, the minor
 number on the introduction of new features and the patch number on everything 
else.
 
+For information about changes between versions, have a look at
+ or the commit history!
+
 
 ## Usage
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2015-07-04 13:34:29.0 +0200
+++ new/Rakefile2015-10-01 21:41:43.0 +0200
@@ -75,7 +75,7 @@
 if defined?(Webgen)
   desc "Generate the HTML documentation"
   task :htmldoc do
-ruby "-Ilib -S webgen"
+ruby "-S webgen"
   end
   CLOBBER << "htmldoc/"
   CLOBBER << "webgen-tmp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2015-07-04 13:34:29.0 +0200
+++ new/VERSION 2015-10-01 21:41:43.0 +0200
@@ -1 +1 @@
-1.8.0
+1.9.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/benchmark/testing.sh new/benchmark/testing.sh
--- old/benchmark/testing.sh2015-07-04 13:34:29.0 +0200
+++ new/benchmark/testing.sh2015-10-01 21:41:43.0 +0200
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-source ~/.bashrc
+source ~/.profile
 
 COMMAND="$@"
 if [[ -z "$COMMAND" ]]; then COMMAND="rake test"; fi
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/index.page new/doc/index.page
--- old/doc/index.page  2015-07-04 13:34:29.0 +0200
+++ new/doc/index.page  2015-10-01 21:41:44.0 +0200
@@ -97,8 +97,8 @@
 It is probably the fastest pure-Ruby Markdown converter available (September 
2014), being about 3x
 faster than [Maruku] and about 4.5x faster than [BlueFeather].
 
-Version **1.8.0**{:itemprop="softwareVersion"} released on
-**2015-07-04**{:itemprop="datePublished"}, [more