[DRE-commits] [ruby-gollum-lib] 07/08: refresh patches

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Oct 31 07:48:39 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-gollum-lib.

commit 5cc96d51a2698dc32a7280c4ea3e28aea543f4e7
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Oct 31 12:17:46 2016 +0530

    refresh patches
---
 debian/patches/relax-deps.patch     | 2 +-
 debian/patches/relax-stringex.patch | 2 +-
 debian/patches/use-rugged.patch     | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/patches/relax-deps.patch b/debian/patches/relax-deps.patch
index c8c175e..d44227f 100644
--- a/debian/patches/relax-deps.patch
+++ b/debian/patches/relax-deps.patch
@@ -5,7 +5,7 @@ Index: ruby-gollum-lib/gemspec.rb
 @@ -26,9 +26,9 @@ def specification(version, default_adapt
  
      s.add_dependency *default_adapter
-     s.add_dependency 'rouge', '~> 1.10'
+     s.add_dependency 'rouge', '~> 2.0'
 -    s.add_dependency 'nokogiri', '~> 1.6.4'
 +    s.add_dependency 'nokogiri', '~> 1.6', '>= 1.6.4'
      s.add_dependency 'stringex', '~> 2.5'
diff --git a/debian/patches/relax-stringex.patch b/debian/patches/relax-stringex.patch
index 4b967c5..cb1002a 100644
--- a/debian/patches/relax-stringex.patch
+++ b/debian/patches/relax-stringex.patch
@@ -10,7 +10,7 @@ Index: ruby-gollum-lib/gemspec.rb
 +++ ruby-gollum-lib/gemspec.rb
 @@ -27,7 +27,7 @@ def specification(version, default_adapt
      s.add_dependency *default_adapter
-     s.add_dependency 'rouge', '~> 1.10'
+     s.add_dependency 'rouge', '~> 2.0'
      s.add_dependency 'nokogiri', '~> 1.6.4'
 -    s.add_dependency 'stringex', '~> 2.5.1'
 +    s.add_dependency 'stringex', '~> 2.5'
diff --git a/debian/patches/use-rugged.patch b/debian/patches/use-rugged.patch
index 292bef7..6954777 100644
--- a/debian/patches/use-rugged.patch
+++ b/debian/patches/use-rugged.patch
@@ -16,9 +16,9 @@ Index: ruby-gollum-lib/lib/gollum-lib.rb
 ===================================================================
 --- ruby-gollum-lib.orig/lib/gollum-lib.rb
 +++ ruby-gollum-lib/lib/gollum-lib.rb
-@@ -4,7 +4,7 @@ require 'digest/md5'
- require 'digest/sha1'
+@@ -5,7 +5,7 @@ require 'digest/sha1'
  require 'ostruct'
+ require 'pathname'
  
 -DEFAULT_ADAPTER = RUBY_PLATFORM == 'java' ? 'rjgit_adapter' : 'grit_adapter'
 +DEFAULT_ADAPTER = RUBY_PLATFORM == 'java' ? 'rjgit_adapter' : 'rugged_adapter'

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



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