[libsoap-lite-perl] 07/08: Drop update-test-plan.patch, perl5.18-test.patch (applied upstream), refresh hashref_crash.patch (offset)

Florian Schlichting fsfs at moszumanska.debian.org
Sat Dec 28 22:29:32 UTC 2013


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

fsfs pushed a commit to branch master
in repository libsoap-lite-perl.

commit 5cfd39f8a3a5ff68218059eb4a9717298ab8c8f5
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Dec 28 23:21:53 2013 +0100

    Drop update-test-plan.patch, perl5.18-test.patch (applied upstream), refresh hashref_crash.patch (offset)
---
 debian/patches/hashref_crash.patch    |  2 +-
 debian/patches/perl5.18-test.patch    | 49 -----------------------------------
 debian/patches/series                 |  2 --
 debian/patches/update-test-plan.patch | 17 ------------
 4 files changed, 1 insertion(+), 69 deletions(-)

diff --git a/debian/patches/hashref_crash.patch b/debian/patches/hashref_crash.patch
index ef05280..40342ae 100644
--- a/debian/patches/hashref_crash.patch
+++ b/debian/patches/hashref_crash.patch
@@ -8,7 +8,7 @@ Last-Update: 2013-05-18
 
 --- a/lib/SOAP/Lite.pm
 +++ b/lib/SOAP/Lite.pm
-@@ -3818,15 +3818,28 @@
+@@ -3821,15 +3821,28 @@
                  my($value) = $_->value; # take first value
  
                  # fillup parameters
diff --git a/debian/patches/perl5.18-test.patch b/debian/patches/perl5.18-test.patch
deleted file mode 100644
index cea9c53..0000000
--- a/debian/patches/perl5.18-test.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-Description: sort keys to fix hash randomization change in perl 5.18
-Origin: CPAN RT
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=84168
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710992
-Author: wyant at cpan.org
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-08-12
-Applied-Upstream: yes, in 1.01
-
---- a/t/02-payload.t
-+++ b/t/02-payload.t
-@@ -12,8 +12,6 @@
- 
- BEGIN {
-     my @todo;
--    $] >= 5.017010
--    and push @todo, 37;
-     plan tests => 133, todo => \@todo;
- }
- 
---- a/lib/SOAP/Lite.pm
-+++ b/lib/SOAP/Lite.pm
-@@ -1365,7 +1365,7 @@
-             ),
-             'item',
-             ''
--        )} keys %$value;
-+        )} sort keys %$value;
-     return [
-         $name,
-         {'xsi:type' => "$prefix:Map", %$attr},
-@@ -1484,7 +1484,7 @@
-     my $tagattrs = join($tagjoiner, '',
-         map { sprintf '%s="%s"', $_, SOAP::Utils::encode_attribute($attrs->{$_}) }
-             grep { $_ && defined $attrs->{$_} && ($_ ne 'xsi:type' || $attrs->{$_} ne '') }
--                keys %$attrs);
-+                sort keys %$attrs);
- 
-     if ($value gt '') {
-         return sprintf("$prolog$indent<%s%s>%s%s</%s>$epilog",$tag,$tagattrs,$value,($value =~ /^\s*</ ? $indent : ""),$tag);
-@@ -2974,7 +2974,7 @@
-             $minus ? push(@notrace, $all ? @list : $_) : push(@symbols, $all ? @list : $_);
-         }
-     }
--    # TODO - I am getting a warning here about redefining a subroutine
-+    no warnings qw{ redefine };
-     foreach (@symbols) { *$_ = \&defaultlog }
-     foreach (@notrace) { *$_ = sub {} }
- }
diff --git a/debian/patches/series b/debian/patches/series
index 9b6b03f..f74c333 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
 hashref_crash.patch
-update-test-plan.patch
-perl5.18-test.patch
diff --git a/debian/patches/update-test-plan.patch b/debian/patches/update-test-plan.patch
deleted file mode 100644
index df38d0f..0000000
--- a/debian/patches/update-test-plan.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Update tests plan
-Author: Xavier Guimard <x.guimard at free.fr>
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=85208
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=85208
-Last-Update: 2013-05-12
-
---- a/t/04-attach.t
-+++ b/t/04-attach.t
-@@ -20,7 +20,7 @@
-     }
- }
- 
--BEGIN { plan tests => 15 }
-+BEGIN { plan tests => 18 }
- 
- my ( $a, $soap, $d, $s, $r, $serialized, $deserialized );
- 

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



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