Hello community,

here is the log from the commit of package perl-SOAP-Lite for openSUSE:Factory
checked in at Tue May 24 09:26:04 CEST 2011.



--------
--- perl-SOAP-Lite/perl-SOAP-Lite.changes       2010-12-01 14:54:24.000000000 
+0100
+++ /mounts/work_src_done/STABLE/perl-SOAP-Lite/perl-SOAP-Lite.changes  
2011-05-22 13:34:29.000000000 +0200
@@ -1,0 +2,6 @@
+Sun May 22 11:31:49 UTC 2011 - idon...@novell.com
+
+- Add SOAP-Lite-0.712-perl514.patch: fix test suite breakage with
+  Perl 5.14, upstream bug #68088 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  SOAP-Lite-0.712-perl514.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-SOAP-Lite.spec ++++++
--- /var/tmp/diff_new_pack.ghhaQI/_old  2011-05-24 09:24:44.000000000 +0200
+++ /var/tmp/diff_new_pack.ghhaQI/_new  2011-05-24 09:24:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-SOAP-Lite (Version 0.712)
+# spec file for package perl-SOAP-Lite
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,13 +22,15 @@
 %define cpan_name SOAP-Lite
 Summary:        Perl's Web Services Toolkit
 Version:        0.712
-Release:        2
+Release:        7
 License:        GPL+ or Artistic
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/SOAP-Lite/
 #Source:         
http://www.cpan.org/modules/by-module/SOAP/SOAP-Lite-%{version}.tar.gz
 Source:         %{cpan_name}-%{version}.tar.bz2
 Patch0:         %{cpan_name}-0.712-HTTPS_DAEMON.patch
+# PATCH-FIX-UPSTREAM SOAP-Lite-0.712-perl514.patch idoen...@suse.de -- Fix 
test failure with Perl 5.14, upstream bug #68088
+Patch1:         %{cpan_name}-0.712-perl514.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildArch:      noarch
@@ -73,6 +75,7 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %patch0 -p1
+%patch1
 for file in bin/SOAPsh.pl bin/XMLRPCsh.pl; do
 %{__sed} -i -e 's@^\#\!/bin/env\(.*\)@\#\!/usr/bin/env\1@' $file
 done

++++++ SOAP-Lite-0.712-perl514.patch ++++++
--- t/XML/Parser/Lite.t
+++ t/XML/Parser/Lite.t
@@ -24,7 +24,7 @@
     Final   => sub { push @final_from, 1; },
     Char    => sub { push @text_from, $_[1]; },
     Start   => sub { push @start_from, $_[1]; },
-    End     => sub { push @end_from, $_[1]; },
+    End     => sub { push @end_from, $_[1]; return },
 );
 $parser->setHandlers( Final => undef, );
 $parser->setHandlers( %handler_of );

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to