[DRE-commits] [SCM] rubygems.git branch, master, updated. upstream/1.7.2-34-ge187262

Lucas Nussbaum lucas at lucas-nussbaum.net
Fri Oct 7 12:49:18 UTC 2011


The following commit has been merged in the master branch:
commit 540cd6094a6274356081df11f07594f6109976e3
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Fri Oct 7 14:04:36 2011 +0200

    08_tighter_search_regex.diff: drop.

diff --git a/debian/patches/08_tighter_search_regex.diff b/debian/patches/08_tighter_search_regex.diff
deleted file mode 100644
index ba82b39..0000000
--- a/debian/patches/08_tighter_search_regex.diff
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 08_tighter_search_regex.dpatch by Daigo Moriwaki <daigo at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Included at 0.8.11-2
-
- at DPATCH@
---- a/lib/rubygems/source_index.rb
-+++ b/lib/rubygems/source_index.rb
-@@ -289,7 +289,7 @@ class Gem::SourceIndex
-                     end
-     else
-       requirement = platform_only || Gem::Requirement.default
--      gem_pattern = /#{gem_pattern}/i
-+      gem_pattern = /^#{gem_pattern}/i
-     end
- 
-     unless Gem::Requirement === requirement then

-- 
rubygems.git



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