Hello community,

here is the log from the commit of package perl-RPC-XML for openSUSE:Factory 
checked in at 2013-05-06 10:11:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-RPC-XML (Old)
 and      /work/SRC/openSUSE:Factory/.perl-RPC-XML.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-RPC-XML"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-RPC-XML/perl-RPC-XML.changes        
2012-06-05 15:57:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-RPC-XML.new/perl-RPC-XML.changes   
2013-05-06 10:11:08.000000000 +0200
@@ -1,0 +2,15 @@
+Sun May  5 12:05:08 UTC 2013 - [email protected]
+
+- update to version 0.77
+  * Make RPC::XML::Server work with Net::Server again,
+    after the API changes of Net::Server 2.x.
+  * Correct handling of dateTime parameters
+  * Add port to Host header in client requests.
+  * Fix spelling error in man page
+  * improve tests
+- remove patches which are unused since a long time
+  * RPC-XML-0.53-ext-daemon-and-header-cb.dif
+  * RPC-XML-0.60-fix-utf8.dif  
+  
+
+-------------------------------------------------------------------

Old:
----
  RPC-XML-0.53-ext-daemon-and-header-cb.dif
  RPC-XML-0.60-fix-utf8.dif
  RPC-XML-0.76.tar.gz

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

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

Other differences:
------------------
++++++ perl-RPC-XML.spec ++++++
--- /var/tmp/diff_new_pack.N8seHm/_old  2013-05-06 10:11:09.000000000 +0200
+++ /var/tmp/diff_new_pack.N8seHm/_new  2013-05-06 10:11:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-RPC-XML
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:           perl-RPC-XML
-Version:        0.76
+Version:        0.77
 Release:        0
 %define cpan_name RPC-XML
 Summary:        A set of classes for core data, message and XML handling
@@ -25,13 +25,9 @@
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/RPC-XML/
 Source:         
http://www.cpan.org/authors/id/R/RJ/RJRAY/RPC-XML-%{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
-Patch3:         RPC-XML-0.76-extern_ent.dif
+Patch1:         RPC-XML-0.60-rev127.dif
+Patch2:         RPC-XML-0.76-extern_ent.dif
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Spec) >= 0.8
@@ -40,12 +36,12 @@
 BuildRequires:  perl(XML::LibXML) >= 1.70
 BuildRequires:  perl(XML::Parser) >= 2.31
 BuildRequires:  perl(constant) >= 1.03
-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
+Requires:       perl(constant) >= 1.03
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %{perl_requires}
@@ -66,8 +62,8 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch2 -p0
-%patch3
+%patch1 -p0
+%patch2
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++++++ RPC-XML-0.60-rev127.dif ++++++
--- /var/tmp/diff_new_pack.N8seHm/_old  2013-05-06 10:11:09.000000000 +0200
+++ /var/tmp/diff_new_pack.N8seHm/_new  2013-05-06 10:11:09.000000000 +0200
@@ -1,8 +1,8 @@
 Index: t/40_server.t
 ===================================================================
---- 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
+--- t/40_server.t.orig
++++ t/40_server.t
+@@ -164,8 +164,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');
@@ -15,8 +15,8 @@
  # "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
+--- t/40_server_xmllibxml.t.orig
++++ t/40_server_xmllibxml.t
 @@ -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.

++++++ RPC-XML-0.76.tar.gz -> RPC-XML-0.77.tar.gz ++++++
++++ 1789 lines of diff (skipped)

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

Reply via email to