[DRE-commits] [ruby-kramdown-rfc2629] 04/06: refresh patches

Cédric Boutillier boutil at moszumanska.debian.org
Thu Jul 23 02:45:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-kramdown-rfc2629.

commit 40e505cb519f615e8d764d6be76bd5620ae16d62
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Jul 23 04:33:20 2015 +0200

    refresh patches
---
 debian/patches/fix-path.patch       |  4 ++--
 debian/patches/no-gem-command.patch | 11 +++++------
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/debian/patches/fix-path.patch b/debian/patches/fix-path.patch
index ecdcb8f..f5f6bd1 100644
--- a/debian/patches/fix-path.patch
+++ b/debian/patches/fix-path.patch
@@ -3,11 +3,11 @@ Description: fix patch for kramdown-rfc2629.erb
 Origin: vendor
 Author: Cédric Boutillier <boutil at debian.org>
 Forwarded: not-needed
-Last-Update: 2014-08-01
+Last-Update: 2015-07-23
 
 --- a/bin/kramdown-rfc2629
 +++ b/bin/kramdown-rfc2629
-@@ -152,7 +152,7 @@
+@@ -157,7 +157,7 @@
      end
    end
  
diff --git a/debian/patches/no-gem-command.patch b/debian/patches/no-gem-command.patch
index 2abc488..56d2cd0 100644
--- a/debian/patches/no-gem-command.patch
+++ b/debian/patches/no-gem-command.patch
@@ -3,16 +3,15 @@ Description: do not use the gem command
 Origin: vendor
 Author: Cédric Boutillier <boutil at debian.org>
 Forwarded: no
-Last-Update: 2014-08-01
+Last-Update: 2015-07-23
 
 --- a/lib/kramdown-rfc2629.rb
 +++ b/lib/kramdown-rfc2629.rb
-@@ -11,8 +11,6 @@
+@@ -11,7 +11,6 @@
  
  raise "sorry, 1.8 was last decade" unless RUBY_VERSION >= '1.9'
  
--# this version also works with kramdown 0.12, 0.13, 0.14, but 1.x has the right license
--gem 'kramdown', '~> 1.4.0'
+-gem 'kramdown', '~> 1.8.0'
  require 'kramdown'
- 
- require 'rexml/parsers/baseparser'
+ my_span_elements =  %w{list figure xref eref iref cref spanx vspace}
+ Kramdown::Parser::Html::Constants::HTML_SPAN_ELEMENTS.concat my_span_elements

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-kramdown-rfc2629.git



More information about the Pkg-ruby-extras-commits mailing list