Author: mmaslano

Update of /cvs/pkgs/rpms/perl-SOAP-Lite/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8297

Modified Files:
        .cvsignore perl-SOAP-Lite.spec sources 
Added Files:
        SOAP-Lite-defined_hash.patch 
Log Message:
* Thu Jan  3 2010 Marcela Mašláňová <mmasl...@redhat.com> - 0.711-1
- update and apply fix from https://rt.cpan.org/Public/Bug/Display.html?id=52015


SOAP-Lite-defined_hash.patch:
 Lite.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE SOAP-Lite-defined_hash.patch ---
diff -up SOAP-Lite-0.711/lib/SOAP/Lite.pm.old SOAP-Lite-0.711/lib/SOAP/Lite.pm
--- SOAP-Lite-0.711/lib/SOAP/Lite.pm.old        2010-06-03 13:01:08.973597800 
+0200
+++ SOAP-Lite-0.711/lib/SOAP/Lite.pm    2010-06-03 13:01:51.179597164 +0200
@@ -461,7 +461,7 @@ sub proxy {
     (my $protocol_class = "${class}::$protocol") =~ s/-/_/g;
 
     no strict 'refs';
-    unless (defined %{"$protocol_class\::Client::"}
+    unless ( %{"$protocol_class\::Client::"}
         && UNIVERSAL::can("$protocol_class\::Client" => 'new')
     ) {
         eval "require $protocol_class";
@@ -2200,7 +2200,7 @@ sub decode_value {
 
     {
         no strict qw(refs);
-        if (! defined(%{"${schemaclass}::"}) ) {
+        if (! %{"${schemaclass}::"} ) {
             eval "require $schemaclass" or die $@ if not ref $schemaclass;
         }
     }


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-SOAP-Lite/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore  7 Oct 2009 18:04:45 -0000       1.7
+++ .cvsignore  3 Jun 2010 11:07:35 -0000       1.8
@@ -1 +1 @@
-SOAP-Lite-0.710.10.tar.gz
+SOAP-Lite-0.711.tar.gz


Index: perl-SOAP-Lite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-SOAP-Lite/devel/perl-SOAP-Lite.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- perl-SOAP-Lite.spec 13 May 2010 13:18:38 -0000      1.20
+++ perl-SOAP-Lite.spec 3 Jun 2010 11:07:35 -0000       1.21
@@ -1,11 +1,12 @@
 Name:          perl-SOAP-Lite
-Version:       0.710.10
-Release:       4%{?dist}
+Version:       0.711
+Release:       1%{?dist}
 Summary:       Client and server side SOAP implementation
 License:       GPL+ or Artistic
 Group:         Development/Libraries
 URL:           http://search.cpan.org/dist/SOAP-Lite/
 Source0:       
http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-%{version}.tar.gz
+Patch0:     SOAP-Lite-defined_hash.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -40,6 +41,7 @@ client and server side.
 
 %prep
 %setup -q -n SOAP-Lite-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL --noprompt INSTALLDIRS=vendor
@@ -74,6 +76,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Thu Jan  3 2010 Marcela Mašláňová <mmasl...@redhat.com> - 0.711-1
+- update and apply fix from 
https://rt.cpan.org/Public/Bug/Display.html?id=52015
+
 * Thu May 13 2010 Ralf Corsépius <corse...@fedoraproject.org> - 0.710.10-4
 - BR: perl(version) (Fix perl-5.12.0 build breakdown).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-SOAP-Lite/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources     7 Oct 2009 18:04:45 -0000       1.7
+++ sources     3 Jun 2010 11:07:35 -0000       1.8
@@ -1 +1 @@
-45d6679daac03fe4eb604a5b5f416fd5  SOAP-Lite-0.710.10.tar.gz
+8b833aedcb8256320438a7b163c3e2a9  SOAP-Lite-0.711.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to