Hello community,
here is the log from the commit of package perl-Test-LWP-UserAgent for
openSUSE:Factory checked in at 2015-08-27 08:56:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-LWP-UserAgent"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent/perl-Test-LWP-UserAgent.changes
2015-06-09 12:24:54.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new/perl-Test-LWP-UserAgent.changes
2015-08-27 08:56:17.000000000 +0200
@@ -1,0 +2,13 @@
+Sun Aug 23 09:25:14 UTC 2015 - [email protected]
+
+- updated to 0.030
+ see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes
+
+ 0.030 2015-08-17 00:07:37Z
+ - change network tests from hitting example.com to cpan.org, in the
+ hopes of getting past more testers' firewalls
+ - factor a few bits of HTTP::Response-specific code out into
private
+ methods, to ease future refactoring
+ - some clarification and expansion to documentation
+
+-------------------------------------------------------------------
Old:
----
Test-LWP-UserAgent-0.029.tar.gz
New:
----
Test-LWP-UserAgent-0.030.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-LWP-UserAgent.spec ++++++
--- /var/tmp/diff_new_pack.zt4Hvi/_old 2015-08-27 08:56:18.000000000 +0200
+++ /var/tmp/diff_new_pack.zt4Hvi/_new 2015-08-27 08:56:18.000000000 +0200
@@ -17,7 +17,7 @@
Name: perl-Test-LWP-UserAgent
-Version: 0.029
+Version: 0.030
Release: 0
#Upstream: Artistic-1.0 or GPL-1.0+
%define cpan_name Test-LWP-UserAgent
@@ -31,6 +31,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120620
BuildRequires: perl(HTTP::Date)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Request::Common)
@@ -38,6 +39,7 @@
BuildRequires: perl(HTTP::Status)
BuildRequires: perl(IO::Socket::IP) >= 0.31
BuildRequires: perl(LWP::UserAgent)
+BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Safe::Isa)
BuildRequires: perl(Test::Deep) >= 0.110
@@ -48,7 +50,7 @@
BuildRequires: perl(Test::Warnings) >= 0.009
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(URI)
-BuildRequires: perl(namespace::clean)
+BuildRequires: perl(namespace::clean) >= 0.19
BuildRequires: perl(parent)
Requires: perl(HTTP::Date)
Requires: perl(HTTP::Request)
@@ -59,7 +61,7 @@
Requires: perl(Safe::Isa)
Requires: perl(Try::Tiny)
Requires: perl(URI)
-Requires: perl(namespace::clean)
+Requires: perl(namespace::clean) >= 0.19
Requires: perl(parent)
%{perl_requires}
@@ -70,7 +72,7 @@
simulating a particular response. This greatly facilitates testing of
client networking code where the server follows a known protocol.
-The synopsis describes a classic case where you want to test how your
+The synopsis describes a typical case where you want to test how your
application reacts to various responses from the server. This module will
let you send back various responses depending on the request, without
having to set up a real server to test against. This can be invaluable when
@@ -130,6 +132,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING docs examples LICENSE README
+%doc Changes CONTRIBUTING docs examples LICENCE README
%changelog
++++++ Test-LWP-UserAgent-0.029.tar.gz -> Test-LWP-UserAgent-0.030.tar.gz ++++++
++++ 3369 lines of diff (skipped)