[DRE-commits] r5275 - trunk/libxml-parser-ruby/debian/patches

Deepak Tripathi deepak-guest at alioth.debian.org
Wed May 12 08:15:40 UTC 2010


Author: deepak-guest
Date: 2010-05-12 08:15:37 +0000 (Wed, 12 May 2010)
New Revision: 5275

Removed:
   trunk/libxml-parser-ruby/debian/patches/001-replaces_gt_symbol_by_enconded_version.patch
Log:
Added patch for repacing gt symbol by encoded version

Deleted: trunk/libxml-parser-ruby/debian/patches/001-replaces_gt_symbol_by_enconded_version.patch
===================================================================
--- trunk/libxml-parser-ruby/debian/patches/001-replaces_gt_symbol_by_enconded_version.patch	2010-05-12 05:50:48 UTC (rev 5274)
+++ trunk/libxml-parser-ruby/debian/patches/001-replaces_gt_symbol_by_enconded_version.patch	2010-05-12 08:15:37 UTC (rev 5275)
@@ -1,44 +0,0 @@
---- samples/expat-1.2/exttest.rb-or	2008-06-27 21:01:14.048338043 -0300
-+++ samples/expat-1.2/exttest.rb	2008-06-27 21:01:35.025317132 -0300
-@@ -24,6 +24,8 @@
-         ret << "&quot;"
-       elsif c == "<"
-         ret << "&lt;"
-+      elsif c == ">"
-+        ret << "&gt;"
-       else
-         ret << c
-       end
---- samples/expat-1.2/exttesti.rb-or	2008-06-27 21:01:54.846266663 -0300
-+++ samples/expat-1.2/exttesti.rb	2008-06-27 21:02:11.107011550 -0300
-@@ -14,6 +14,8 @@
-       ret << "&quot;"
-     elsif c == "<"
-         ret << "&lt;"
-+    elsif c == ">"
-+        ret << "&gt;"
-     else
-       ret << c
-     end
---- lib/xml/dom/core.rb-or	2008-06-27 20:59:32.683571274 -0300
-+++ lib/xml/dom/core.rb	2008-06-27 20:55:40.784674948 -0300
-@@ -1846,6 +1846,8 @@
-             value << "&quot;"
-           when ?<
-             value << "&lt;"
-+          when ?>
-+            value << "&gt;"
-           else
-             value << code
-           end
---- lib/xml/dom2/attr.rb-or	2008-06-27 20:57:36.750125082 -0300
-+++ lib/xml/dom2/attr.rb	2008-06-27 20:58:40.725139931 -0300
-@@ -122,6 +122,8 @@
-             value << "&quot;"
-           elsif c == "<"
-             value << "&lt;"
-+          elsif c == ">"
-+            value << "&gt;"
-           else
-             value << c
-           end




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