Hello community,

here is the log from the commit of package perl-RPC-XML for openSUSE:Factory
checked in at Thu Mar 24 16:52:32 CET 2011.



--------
--- perl-RPC-XML/perl-RPC-XML.changes   2010-12-10 11:58:51.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-RPC-XML/perl-RPC-XML.changes      
2011-03-22 07:47:11.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Mar 22 06:26:33 UTC 2011 - [email protected]
+
+- update to 0.74
+  * tons and tons of fixes and new functions since 0.67, see ChangeLog
+- take out patches of unclear use, to be removed on next update
+- regenerate with cpanspec
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  RPC-XML-0.67.tar.bz2

New:
----
  RPC-XML-0.74.tar.gz

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

Other differences:
------------------
++++++ perl-RPC-XML.spec ++++++
--- /var/tmp/diff_new_pack.M68XwW/_old  2011-03-24 16:47:57.000000000 +0100
+++ /var/tmp/diff_new_pack.M68XwW/_new  2011-03-24 16:47:57.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-RPC-XML (Version 0.67)
+# spec file for package perl-RPC-XML
 #
-# 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
@@ -15,83 +15,77 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-RPC-XML
-BuildRequires:  perl perl-XML-Parser perl-libwww-perl perl-macros
-#BuildRequires:  perl-XML-LibXML
-Url:            http://search.cpan.org/search?module=RPC::XML
-License:        Artistic License ..
-Group:          Development/Libraries/Perl
-Requires:       perl = %{perl_version} perl-XML-Parser perl-libwww-perl
-AutoReqProv:    on
+Version:        0.74
+Release:        1
+License:        GPL+ or Artistic
+%define cpan_name RPC-XML
 Summary:        A set of classes for core data, message and XML handling
-Version:        0.67
-Release:        10
-Source:         RPC-XML-%{version}.tar.bz2
-Patch0:         RPC-XML-0.53-ext-daemon-and-header-cb.dif
-Patch1:         RPC-XML-0.60-fix-utf8.dif
+Url:            http://search.cpan.org/dist/RPC-XML/
+Group:          Development/Libraries/Perl
+#Source:         
http://www.cpan.org/authors/id/R/RJ/RJRAY/RPC-XML-%{version}.tar.gz
+Source:         %{cpan_name}-%{version}.tar.gz
+# UNCLEAR
+Source1:        RPC-XML-0.53-ext-daemon-and-header-cb.dif
+# UNCLEAR
+Source2:        RPC-XML-0.60-fix-utf8.dif
+#PATCH-FIX-OPENSUSE - [email protected] - fix build in chroot/buildservice
 Patch2:         RPC-XML-0.60-rev127.dif
+BuildRequires:  perl(constant) >= 1.03
+BuildRequires:  perl(File::Spec) >= 0.8
+BuildRequires:  perl(LWP) >= 5.834
+BuildRequires:  perl(Scalar::Util) >= 1.19
+BuildRequires:  perl(XML::LibXML) >= 1.70
+BuildRequires:  perl(XML::Parser) >= 2.31
+BuildRequires:  perl
+BuildRequires:  perl-macros
+Requires:       perl(constant) >= 1.03
+Requires:       perl(File::Spec) >= 0.8
+Requires:       perl(LWP) >= 5.834
+Requires:       perl(Scalar::Util) >= 1.19
+Requires:       perl(XML::LibXML) >= 1.70
+Requires:       perl(XML::Parser) >= 2.31
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 %{perl_requires}
 
 %description
-The RPC::XML package is a reference implementation of the XML-RPC
-standard.
-
+The *RPC::XML* package is an implementation of the *XML-RPC* standard.
 
-
-Authors:
---------
-    Randy J. Ray <[email protected]>
+The package provides a set of classes for creating values to pass to the
+constructors for requests and responses. These are lightweight objects,
+most of which are implemented as tied scalars so as to associate specific
+type information with the value. Classes are also provided for requests,
+responses, faults (errors) and a parser based on the the XML::Parser
+manpage package from CPAN.
+
+This module does not actually provide any transport implementation or
+server basis. For these, see the RPC::XML::Client manpage and the
+RPC::XML::Server manpage, respectively.
 
 %prep
-%setup -n RPC-XML-%{version}
-%patch0 -p0
-%patch1 -p1
-%patch2
-# ---------------------------------------------------------------------------
+%setup -q -n %{cpan_name}-%{version}
+%patch2 -p0
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
-make test
-# ---------------------------------------------------------------------------
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT \
-        INSTALLMAN1DIR=$RPM_BUILD_ROOT/%{_mandir}/man1 \
-        INSTALLMAN3DIR=$RPM_BUILD_ROOT/%{_mandir}/man3 \
-        install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
 %clean
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT;
+%{__rm} -rf %{buildroot}
 
-%files
-%defattr(-,root,root)
-/usr/bin/make_method
-%dir %{perl_vendorlib}/RPC
-%dir %{perl_vendorlib}/RPC/XML
-%{perl_vendorlib}/RPC/XML.pm
-%{perl_vendorlib}/RPC/XML/*
-%dir %{perl_vendorlib}/Apache
-%dir %{perl_vendorlib}/Apache/RPC
-%{perl_vendorlib}/Apache/RPC/*
-%dir %{perl_vendorlib}/auto/RPC
-%dir %{perl_vendorlib}/auto/RPC/XML
-%dir %{perl_vendorlib}/auto/RPC/XML/Server
-%dir %{perl_vendorlib}/auto/RPC/XML/Procedure
-%dir %{perl_vendorlib}/auto/RPC/XML/Function
-%{perl_vendorlib}/auto/RPC/XML/Server/*
-%{perl_vendorlib}/auto/RPC/XML/Procedure/*
-%{perl_vendorlib}/auto/RPC/XML/Function/*
-%dir %{perl_vendorarch}/auto/RPC
-%dir %{perl_vendorarch}/auto/RPC/XML
-%doc MANIFEST ChangeLog README README.apache2 
-%{_mandir}/man3/RPC::XML*
-%{_mandir}/man3/Apache::RPC::*
-%{_mandir}/man1/make_method.1.gz
+%files -f %{name}.files
+%defattr(644,root,root,755)
+%doc ChangeLog ChangeLog.xml README README.apache2
 
 %changelog

++++++ RPC-XML-0.60-rev127.dif ++++++
--- /var/tmp/diff_new_pack.M68XwW/_old  2011-03-24 16:47:57.000000000 +0100
+++ /var/tmp/diff_new_pack.M68XwW/_new  2011-03-24 16:47:57.000000000 +0100
@@ -1,8 +1,23 @@
 Index: t/40_server.t
 ===================================================================
---- t/40_server.t.orig
-+++ t/40_server.t
-@@ -59,8 +59,9 @@ isa_ok($srv, 'RPC::XML::Server', '$srv<2
+--- t/40_server.t.orig 2010-10-22 10:15:38.000000000 +0200
++++ t/40_server.t      2011-03-22 07:35:52.549287223 +0100
+@@ -63,8 +63,9 @@ isa_ok($srv, 'RPC::XML::Server', '$srv<2
+ # 22/09/2008 - Just allow for anything the user has attached to this address.
+ #              Aliases keep causing this test to falsely fail.
+ my @localhostinfo = gethostbyname('localhost');
++my $loc_reverse = gethostbyaddr(inet_aton("127.0.0.1"),AF_INET);
+ my $localIP = join('.', unpack('C4', $localhostinfo[4]));
+-my @allhosts = ($localIP, $localhostinfo[0], split(' ', $localhostinfo[1]));
++my @allhosts = ($localIP, $localhostinfo[0], split(' ', $localhostinfo[1]), 
$loc_reverse);
+ for (@allhosts) { s/\./\\./g }
+ # Per RT 27778: For some reason gethostbyname('localhost') does not return
+ # "localhost" on win32
+Index: t/40_server_xmllibxml.t
+===================================================================
+--- t/40_server_xmllibxml.t.orig       2010-10-22 10:15:38.000000000 +0200
++++ t/40_server_xmllibxml.t    2011-03-22 07:36:56.583394893 +0100
+@@ -80,8 +80,9 @@ isa_ok($srv, 'RPC::XML::Server', '$srv<2
  # 22/09/2008 - Just allow for anything the user has attached to this address.
  #              Aliases keep causing this test to falsely fail.
  my @localhostinfo = gethostbyname('localhost');


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



Remember to have fun...

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

Reply via email to