Accepting request 928612 from devel:languages:perl:autoupdate
- 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) OBS-URL: https://build.opensuse.org/request/show/928612 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RPC-XML?expand=0&rev=37
This commit is contained in:
parent
ee5206b248
commit
c18de18927
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea0d7ca87aab70c12817df5893f6bfe0492ce63f6e0e63c0b452e375344c7ef7
|
|
||||||
size 211223
|
|
BIN
RPC-XML-0.82.tar.gz
(Stored with Git LFS)
Normal file
BIN
RPC-XML-0.82.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 8 03:07:44 UTC 2021 - Tina Müller <timueller+perl@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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 11 11:40:19 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Mar 11 11:40:19 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -16,37 +16,41 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-RPC-XML
|
|
||||||
Version: 0.80
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name RPC-XML
|
%define cpan_name RPC-XML
|
||||||
|
Name: perl-RPC-XML
|
||||||
|
Version: 0.82
|
||||||
|
Release: 0
|
||||||
Summary: Set of classes for core data, message and XML handling
|
Summary: Set of classes for core data, message and XML handling
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJRAY/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJRAY/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Patch0: RPC-XML-0.77-fixtest.dif
|
Patch0: RPC-XML-0.77-fixtest.dif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(HTTP::Daemon)
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.56
|
||||||
BuildRequires: perl(LWP) >= 5.834
|
BuildRequires: perl(HTTP::Daemon) >= 6.12
|
||||||
BuildRequires: perl(Module::Load) >= 0.24
|
BuildRequires: perl(HTTP::Message) >= 6.26
|
||||||
BuildRequires: perl(Scalar::Util) >= 1.33
|
BuildRequires: perl(IO::Socket::IP)
|
||||||
BuildRequires: perl(Test::More) >= 0.94
|
BuildRequires: perl(LWP) >= 6.51
|
||||||
BuildRequires: perl(XML::Parser) >= 2.31
|
BuildRequires: perl(Module::Load) >= 0.36
|
||||||
Requires: perl(LWP) >= 5.834
|
BuildRequires: perl(Scalar::Util) >= 1.55
|
||||||
Requires: perl(Module::Load) >= 0.24
|
BuildRequires: perl(Test::More) >= 1.302183
|
||||||
Requires: perl(Scalar::Util) >= 1.33
|
BuildRequires: perl(XML::Parser) >= 2.46
|
||||||
Requires: perl(Test::More) >= 0.94
|
Requires: perl(HTTP::Daemon) >= 6.12
|
||||||
Requires: perl(XML::Parser) >= 2.31
|
Requires: perl(HTTP::Message) >= 6.26
|
||||||
Recommends: perl(Compress::Raw::Zlib) >= 2.063
|
Requires: perl(LWP) >= 6.51
|
||||||
Recommends: perl(DateTime) >= 0.70
|
Requires: perl(Module::Load) >= 0.36
|
||||||
Recommends: perl(DateTime::Format::ISO8601) >= 0.07
|
Requires: perl(Scalar::Util) >= 1.55
|
||||||
Recommends: perl(XML::LibXML) >= 1.85
|
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}
|
%{perl_requires}
|
||||||
|
# MANUAL BEGIN
|
||||||
|
BuildRequires: perl(HTTP::Daemon)
|
||||||
|
# MANUAL END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The *RPC::XML* package is an implementation of the *XML-RPC* standard. The
|
The *RPC::XML* package is an implementation of the *XML-RPC* standard. The
|
||||||
@ -64,13 +68,12 @@ server basis. For these, see RPC::XML::Client and RPC::XML::Server,
|
|||||||
respectively.
|
respectively.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version} -p1
|
||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -81,7 +84,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc ChangeLog ChangeLog.xml README README.apache2
|
%doc ChangeLog ChangeLog.xml README README.apache2
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user