Hello community,

here is the log from the commit of package perl-SOAP-Lite for openSUSE:Factory 
checked in at 2011-12-21 10:02:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-SOAP-Lite (Old)
 and      /work/SRC/openSUSE:Factory/.perl-SOAP-Lite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-SOAP-Lite", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-SOAP-Lite/perl-SOAP-Lite.changes    
2011-09-23 12:38:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SOAP-Lite.new/perl-SOAP-Lite.changes       
2011-12-21 10:02:51.000000000 +0100
@@ -1,0 +2,18 @@
+Mon Dec 19 12:43:09 UTC 2011 - [email protected]
+
+- update to 0.714
+    Moved SOAP::Transport::TCP into SOAP-Transport-TPC distribution
+    ! #70329 - not generating attributes properly (deleting id attribute)
+    ! #52637 error sending a request in perl 5.10.0 containing utf-8 data 
using the string data type
+       ! #48775 Small bug in SOAP::Packager
+       ! #51178 Emailing: SOAP-Lite-0.710.10.patch
+       ! #55962 Spelling errors
+       ! #52015 defined(%hash) deprecated in Perl 5.11
+       ! #63693 Uninitalized value
+       ! #65655 Assignment of shift to list
+       ! #58538 regression from 0.710.08 soap:Client,Application failed during 
request deserialization
+       ! #64250 Bleadperl v5.13.7-297-g558b442 breaks SOAP::Lite 0.712
+       ! #68088 XML::Parser::Lite fails tests under perl 5.14 RC1
+       ! #69825 Bug in SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.pm
+
+-------------------------------------------------------------------

Old:
----
  SOAP-Lite-0.712.tar.bz2

New:
----
  SOAP-Lite-0.714.tar.gz

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

Other differences:
------------------
++++++ perl-SOAP-Lite.spec ++++++
--- /var/tmp/diff_new_pack.6hUCtV/_old  2011-12-21 10:02:52.000000000 +0100
+++ /var/tmp/diff_new_pack.6hUCtV/_new  2011-12-21 10:02:52.000000000 +0100
@@ -15,19 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-SOAP-Lite
 %define cpan_name SOAP-Lite
 Summary:        Perl's Web Services Toolkit
-Version:        0.712
-Release:        7
-License:        GPL+ or Artistic
+License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
+Version:        0.714
+Release:        0
 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
+Source:         
http://www.cpan.org/modules/by-module/SOAP/SOAP-Lite-%{version}.tar.gz
 Patch0:         %{cpan_name}-0.712-HTTPS_DAEMON.patch
 # PATCH-FIX-UPSTREAM SOAP-Lite-0.712-perl514.patch [email protected] -- Fix 
test failure with Perl 5.14, upstream bug #68088
 Patch1:         %{cpan_name}-0.712-perl514.patch
@@ -37,7 +34,6 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Inspector)
-BuildRequires:  perl(constant)
 BuildRequires:  perl(HTTP::Daemon)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Socket::SSL)
@@ -47,6 +43,7 @@
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(XML::Parser) >= 2.23
+BuildRequires:  perl(constant)
 #
 Requires:       perl(Class::Inspector)
 Requires:       perl(constant)

++++++ SOAP-Lite-0.712-HTTPS_DAEMON.patch ++++++
--- /var/tmp/diff_new_pack.6hUCtV/_old  2011-12-21 10:02:52.000000000 +0100
+++ /var/tmp/diff_new_pack.6hUCtV/_new  2011-12-21 10:02:52.000000000 +0100
@@ -1,7 +1,8 @@
-diff -ruN SOAP-Lite-0.712-orig/lib/SOAP/Transport/HTTP.pm 
SOAP-Lite-0.712/lib/SOAP/Transport/HTTP.pm
---- SOAP-Lite-0.712-orig/lib/SOAP/Transport/HTTP.pm    2010-06-03 
17:33:26.000000000 +0200
-+++ SOAP-Lite-0.712/lib/SOAP/Transport/HTTP.pm 2010-08-16 10:55:06.000000000 
+0200
-@@ -698,6 +698,60 @@
+Index: SOAP-Lite-0.714/lib/SOAP/Transport/HTTP.pm
+===================================================================
+--- SOAP-Lite-0.714.orig/lib/SOAP/Transport/HTTP.pm    2011-08-18 
21:48:33.000000000 +0200
++++ SOAP-Lite-0.714/lib/SOAP/Transport/HTTP.pm 2011-12-19 13:38:30.499145800 
+0100
+@@ -705,6 +705,60 @@ sub handle {
  
  # ======================================================================
  

++++++ SOAP-Lite-0.712-perl514.patch ++++++
--- /var/tmp/diff_new_pack.6hUCtV/_old  2011-12-21 10:02:52.000000000 +0100
+++ /var/tmp/diff_new_pack.6hUCtV/_new  2011-12-21 10:02:52.000000000 +0100
@@ -1,6 +1,8 @@
---- t/XML/Parser/Lite.t
-+++ t/XML/Parser/Lite.t
-@@ -24,7 +24,7 @@
+Index: t/XML/Parser/Lite.t
+===================================================================
+--- t/XML/Parser/Lite.t.orig   2010-06-03 17:33:24.000000000 +0200
++++ t/XML/Parser/Lite.t        2011-12-19 13:38:34.525955326 +0100
+@@ -24,7 +24,7 @@ my %handler_of = (
      Final   => sub { push @final_from, 1; },
      Char    => sub { push @text_from, $_[1]; },
      Start   => sub { push @start_from, $_[1]; },

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to