[libxml-xpath-perl] 04/11: Refresh debian/patches/fix_comparison_bug_RT6363.patch

Axel Beckert abe at deuxchevaux.org
Fri Jan 15 23:14:06 UTC 2016


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

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit 20b74e565e2fbef55bee56607293f2a565527c58
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Jan 15 22:59:39 2016 +0100

    Refresh debian/patches/fix_comparison_bug_RT6363.patch
---
 debian/changelog                               |  1 +
 debian/patches/fix_comparison_bug_RT6363.patch | 16 +++++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b5eb706..52eff08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,7 @@ libxml-xpath-perl (1.22-1) UNRELEASED; urgency=low
   * Mention "xpath" commandline tool in long package description.
   * Import upstream version 1.22
     + Remove spelling.patch, applied upstream.
+    + Refresh debian/patches/fix_comparison_bug_RT6363.patch.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/patches/fix_comparison_bug_RT6363.patch b/debian/patches/fix_comparison_bug_RT6363.patch
index 4ffb67c..49a9b6d 100644
--- a/debian/patches/fix_comparison_bug_RT6363.patch
+++ b/debian/patches/fix_comparison_bug_RT6363.patch
@@ -1,8 +1,10 @@
 Bug: #374672
 
---- a/XPath/Expr.pm
-+++ b/XPath/Expr.pm
-@@ -330,7 +330,7 @@ sub op_nequals {
+Index: libxml-xpath-perl/lib/XML/XPath/Expr.pm
+===================================================================
+--- libxml-xpath-perl.orig/lib/XML/XPath/Expr.pm	2016-01-15 22:56:57.715748092 +0100
++++ libxml-xpath-perl/lib/XML/XPath/Expr.pm	2016-01-15 22:57:47.643662286 +0100
+@@ -331,7 +331,7 @@
  
  sub op_le {
      my ($node, $lhs, $rhs) = @_;
@@ -11,7 +13,7 @@ Bug: #374672
  }
  
  sub op_ge {
-@@ -359,31 +359,21 @@ sub op_ge {
+@@ -360,31 +360,21 @@
               !$rh_results->isa('XML::XPath::NodeSet'))) {
          # (that says: one is a nodeset, and one is not a nodeset)
  
@@ -34,7 +36,7 @@ Bug: #374672
 -            # ditto above comment
 -            ($true, $false) = (XML::XPath::Boolean->False, XML::XPath::Boolean->True);
 -        }
--        
+-
 -        # True if and only if there is a node in the
 -        # nodeset such that the result of performing
 -        # the comparison on <type>(string_value($node))
@@ -53,7 +55,7 @@ Bug: #374672
      }
      else { # Neither is a nodeset
          if ($lh_results->isa('XML::XPath::Boolean') ||
-@@ -429,31 +419,21 @@ sub op_gt {
+@@ -430,31 +420,21 @@
               !$rh_results->isa('XML::XPath::NodeSet'))) {
          # (that says: one is a nodeset, and one is not a nodeset)
  
@@ -76,7 +78,7 @@ Bug: #374672
 -            # ditto above comment
 -            ($true, $false) = (XML::XPath::Boolean->False, XML::XPath::Boolean->True);
 -        }
--        
+-
 -        # True if and only if there is a node in the
 -        # nodeset such that the result of performing
 -        # the comparison on <type>(string_value($node))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-xpath-perl.git



More information about the Pkg-perl-cvs-commits mailing list