[libxml-xpath-perl] 06/11: Refresh xpath-option-to-work-without-internet-connection.patch.

gregor herrmann gregoa at debian.org
Sun Feb 14 15:33:59 UTC 2016


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

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

commit 6f144e7ce1bd10dd7d08d936bca389b3a01150f9
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Feb 14 16:19:57 2016 +0100

    Refresh xpath-option-to-work-without-internet-connection.patch.
---
 debian/patches/xpath-option-to-work-without-internet-connection.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/xpath-option-to-work-without-internet-connection.patch b/debian/patches/xpath-option-to-work-without-internet-connection.patch
index 71df84e..677476e 100644
--- a/debian/patches/xpath-option-to-work-without-internet-connection.patch
+++ b/debian/patches/xpath-option-to-work-without-internet-connection.patch
@@ -50,7 +50,7 @@ Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?filename=xpath-external.pa
 +++ b/lib/XML/XPath.pm
 @@ -15,6 +15,7 @@
  
- $VERSION = '1.22';
+ $VERSION = '1.30';
  $XML::XPath::Namespaces = 1;
 +$XML::XPath::ParseParamEnt = 1;
  $XML::XPath::Debug = 0;
@@ -58,7 +58,7 @@ Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?filename=xpath-external.pa
  use Data::Dumper;
 --- a/lib/XML/XPath/XMLParser.pm
 +++ b/lib/XML/XPath/XMLParser.pm
-@@ -53,7 +53,7 @@
+@@ -52,7 +52,7 @@
  
      my $parser = $self->get_parser || XML::Parser->new(
              ErrorContext => 2,

-- 
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