Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-RPC-XML for openSUSE:Factory 
checked in at 2021-11-06 18:13:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-RPC-XML (Old)
 and      /work/SRC/openSUSE:Factory/.perl-RPC-XML.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-RPC-XML"

Sat Nov  6 18:13:14 2021 rev:31 rq:928938 version:0.82

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-RPC-XML/perl-RPC-XML.changes        
2021-03-16 15:45:24.633133799 +0100
+++ /work/SRC/openSUSE:Factory/.perl-RPC-XML.new.1890/perl-RPC-XML.changes      
2021-11-06 18:13:27.600741858 +0100
@@ -1,0 +2,35 @@
+Thu Apr  8 03:07:44 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 0.82
+   see /usr/share/doc/packages/perl-RPC-XML/ChangeLog
+
+  0.82 Wednesday January  6, 2021, 09:59:00 AM -0800
+       * Makefile.PL
+       * lib/RPC/XML/Server.pm
+       Bump version numbers.
+       * Makefile.PL
+       * lib/RPC/XML/Server.pm
+       * t/40_server.t
+       * t/40_server_xmllibxml.t
+       * t/41_server_hang.t
+       * t/60_net_server.t
+       * t/util.pl
+       RT #120472: Applied patch from Petr P??sa?? for fixes to IPv6
+       support. Full detail in the message for this commit in the git
+       repository.
+  0.81 Tuesday January  5, 2021, 06:33:00 PM -0800
+       * MANIFEST
+       * perlcritic.rc (added)
+       Add a perlcritic.rc file for testers who run author tests.
+       * t/40_server.t
+       * t/40_server_xmllibxml.t
+       Remove redundant testing and general clean-up. Removed tests of
+       url() that were just re-testing HTTP::Daemon::url().
+       * lib/RPC/XML/Client.pm
+       Parameterize the request-as-string debug feature.
+       * lib/RPC/XML/Client.pm
+       Merge pull request #13 from
+       enrico-sorcinelli/add-request-string. Added xmlrpc request
+       string as object property. (Enrico Sorcinelli)
+
+-------------------------------------------------------------------

Old:
----
  RPC-XML-0.80.tar.gz

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

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

Other differences:
------------------
++++++ perl-RPC-XML.spec ++++++
--- /var/tmp/diff_new_pack.IARtV7/_old  2021-11-06 18:13:28.380742267 +0100
+++ /var/tmp/diff_new_pack.IARtV7/_new  2021-11-06 18:13:28.380742267 +0100
@@ -16,37 +16,41 @@
 #
 
 
+%define cpan_name RPC-XML
 Name:           perl-RPC-XML
-Version:        0.80
+Version:        0.82
 Release:        0
-%define cpan_name RPC-XML
 Summary:        Set of classes for core data, message and XML handling
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/R/RJ/RJRAY/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 Patch0:         RPC-XML-0.77-fixtest.dif
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(HTTP::Daemon)
-BuildRequires:  perl(LWP) >= 5.834
-BuildRequires:  perl(Module::Load) >= 0.24
-BuildRequires:  perl(Scalar::Util) >= 1.33
-BuildRequires:  perl(Test::More) >= 0.94
-BuildRequires:  perl(XML::Parser) >= 2.31
-Requires:       perl(LWP) >= 5.834
-Requires:       perl(Module::Load) >= 0.24
-Requires:       perl(Scalar::Util) >= 1.33
-Requires:       perl(Test::More) >= 0.94
-Requires:       perl(XML::Parser) >= 2.31
-Recommends:     perl(Compress::Raw::Zlib) >= 2.063
-Recommends:     perl(DateTime) >= 0.70
-Recommends:     perl(DateTime::Format::ISO8601) >= 0.07
-Recommends:     perl(XML::LibXML) >= 1.85
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.56
+BuildRequires:  perl(HTTP::Daemon) >= 6.12
+BuildRequires:  perl(HTTP::Message) >= 6.26
+BuildRequires:  perl(IO::Socket::IP)
+BuildRequires:  perl(LWP) >= 6.51
+BuildRequires:  perl(Module::Load) >= 0.36
+BuildRequires:  perl(Scalar::Util) >= 1.55
+BuildRequires:  perl(Test::More) >= 1.302183
+BuildRequires:  perl(XML::Parser) >= 2.46
+Requires:       perl(HTTP::Daemon) >= 6.12
+Requires:       perl(HTTP::Message) >= 6.26
+Requires:       perl(LWP) >= 6.51
+Requires:       perl(Module::Load) >= 0.36
+Requires:       perl(Scalar::Util) >= 1.55
+Requires:       perl(XML::Parser) >= 2.46
+Recommends:     perl(DateTime) >= 1.54
+Recommends:     perl(DateTime::Format::ISO8601) >= 0.15
+Recommends:     perl(XML::LibXML) >= 2.0206
 %{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  perl(HTTP::Daemon)
+# MANUAL END
 
 %description
 The *RPC::XML* package is an implementation of the *XML-RPC* standard. The
@@ -64,13 +68,12 @@
 respectively.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
-%patch0 -p1
+%autosetup  -n %{cpan_name}-%{version} -p1
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -81,7 +84,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc ChangeLog ChangeLog.xml README README.apache2
 
 %changelog

++++++ RPC-XML-0.80.tar.gz -> RPC-XML-0.82.tar.gz ++++++
++++ 4370 lines of diff (skipped)

Reply via email to