[DRE-commits] [SCM] redmine.git branch, master-experimental, updated. debian/1.2.1+dfsg2-2-2-ga309ea3

Jérémy Lal kapouer at melix.org
Sun Oct 23 11:26:16 UTC 2011


The following commit has been merged in the master-experimental branch:
commit 256fca917b3accb4b7c273c60ee1fe9423e622c1
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sun Oct 23 13:20:31 2011 +0200

    Patch to provide vendor/gems/rubytree-0.5.2 a rubygems 1.8 compatible .specification.

diff --git a/debian/patches/1015_update_rubytree_specification.patch b/debian/patches/1015_update_rubytree_specification.patch
new file mode 100644
index 0000000..eb836ad
--- /dev/null
+++ b/debian/patches/1015_update_rubytree_specification.patch
@@ -0,0 +1,123 @@
+Description: Update rubytree .specification for rugygems >= 1.8.10
+ This is done with rake gems:refresh_specs in RAILS_ROOT.
+Bug-Redmine: http://www.redmine.org/issues/9463
+Author: Jérémy Lal <kapouer at melix.org>
+Last-Update: 2011-10-23
+--- a/vendor/gems/rubytree-0.5.2/.specification
++++ b/vendor/gems/rubytree-0.5.2/.specification
+@@ -1,80 +1,67 @@
+ --- !ruby/object:Gem::Specification 
+ name: rubytree
+ version: !ruby/object:Gem::Version 
++  hash: 15
++  prerelease: 
++  segments: 
++  - 0
++  - 5
++  - 2
+   version: 0.5.2
+ platform: ruby
+-authors: 
+-- Anupam Sengupta
+-autorequire: tree
++authors: []
++
++autorequire: 
+ bindir: bin
+ cert_chain: []
+ 
+-date: 2007-12-20 00:00:00 -08:00
+-default_executable: 
+-dependencies: 
+-- !ruby/object:Gem::Dependency 
+-  name: hoe
+-  type: :runtime
+-  version_requirement: 
+-  version_requirements: !ruby/object:Gem::Requirement 
+-    requirements: 
+-    - - ">="
+-      - !ruby/object:Gem::Version 
+-        version: 1.3.0
+-    version: 
+-description: "Provides a generic tree data-structure with ability to store keyed node-elements in the tree. The implementation mixes in the Enumerable module.  Website:  http://rubytree.rubyforge.org/"
+-email: anupamsg at gmail.com
++date: 2011-10-23 00:00:00 Z
++dependencies: []
++
++description: 
++email: 
+ executables: []
+ 
+ extensions: []
+ 
+-extra_rdoc_files: 
+-- README
+-- COPYING
+-- ChangeLog
+-- History.txt
++extra_rdoc_files: []
++
+ files: 
+-- COPYING
+-- ChangeLog
+-- History.txt
+-- Manifest.txt
+-- README
+-- Rakefile
+-- TODO
++- lib
++- lib/tree
+ - lib/tree.rb
+-- lib/tree/binarytree.rb
+-- setup.rb
+-- test/test_binarytree.rb
+-- test/test_tree.rb
+-has_rdoc: true
+-homepage: http://rubytree.rubyforge.org/
++homepage: 
+ licenses: []
+ 
+ post_install_message: 
+-rdoc_options: 
+-- --main
+-- README
++rdoc_options: []
++
+ require_paths: 
+ - lib
+ required_ruby_version: !ruby/object:Gem::Requirement 
++  none: false
+   requirements: 
+   - - ">="
+     - !ruby/object:Gem::Version 
++      hash: 3
++      segments: 
++      - 0
+       version: "0"
+-  version: 
+ required_rubygems_version: !ruby/object:Gem::Requirement 
++  none: false
+   requirements: 
+   - - ">="
+     - !ruby/object:Gem::Version 
++      hash: 3
++      segments: 
++      - 0
+       version: "0"
+-  version: 
+ requirements: []
+ 
+-rubyforge_project: rubytree
+-rubygems_version: 1.3.5
++rubyforge_project: 
++rubygems_version: 1.8.10
+ signing_key: 
+-specification_version: 2
+-summary: Ruby implementation of the Tree data structure.
+-test_files: 
+-- test/test_binarytree.rb
+-- test/test_tree.rb
++specification_version: 3
++summary: 
++test_files: []
++
diff --git a/debian/patches/series b/debian/patches/series
index dc845c8..2dc5990 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@
 2015_use_system_coderay.patch
 1014_logout_cookie_rake.patch
 2016_fix_openid_login_7857_and_8473.patch
+1015_update_rubytree_specification.patch

-- 
redmine.git



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