Hello community,
here is the log from the commit of package perl-Test-LWP-UserAgent for
openSUSE:Factory checked in at 2020-03-11 18:50:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-LWP-UserAgent"
Wed Mar 11 18:50:13 2020 rev:8 rq:783468 version:0.034
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent/perl-Test-LWP-UserAgent.changes
2017-05-24 16:47:13.985036841 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new.3160/perl-Test-LWP-UserAgent.changes
2020-03-11 18:52:19.999594049 +0100
@@ -1,0 +2,11 @@
+Sat Mar 7 03:12:24 UTC 2020 - <[email protected]>
+
+- updated to 0.034
+ see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes
+
+ 0.034 2020-03-06 04:22:25Z
+ - fix t/10-request-args-network.t under EXTENDED_TESTING=1 where
the
+ test URL was returning random content for each request and
+ therefore failing a comparison check
+
+-------------------------------------------------------------------
Old:
----
Test-LWP-UserAgent-0.033.tar.gz
New:
----
Test-LWP-UserAgent-0.034.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-LWP-UserAgent.spec ++++++
--- /var/tmp/diff_new_pack.BcLMQj/_old 2020-03-11 18:52:20.983594488 +0100
+++ /var/tmp/diff_new_pack.BcLMQj/_new 2020-03-11 18:52:20.983594488 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-LWP-UserAgent
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Test-LWP-UserAgent
-Version: 0.033
+Version: 0.034
Release: 0
-#Upstream: Artistic-1.0 or GPL-1.0+
+#Upstream: Artistic-1.0 or GPL-1.0-or-later
%define cpan_name Test-LWP-UserAgent
Summary: LWP::UserAgent suitable for simulating and testing network
calls
-License: Artistic-1.0 or GPL-1.0+
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Test-LWP-UserAgent/
+Url: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -69,7 +69,7 @@
This module is a subclass of LWP::UserAgent which overrides a few key
low-level methods that are concerned with actually sending your request
over the network, allowing an interception of that request and simulating a
-particular response. This greatly facilitates testing of client networking
+particular response. This greatly facilitates testing of networking client
code where the server follows a known protocol.
The synopsis describes a typical case where you want to test how your
@@ -118,11 +118,11 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -131,6 +131,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING docs examples LICENCE README
+%doc Changes CONTRIBUTING docs examples README
+%license LICENCE
%changelog
++++++ Test-LWP-UserAgent-0.033.tar.gz -> Test-LWP-UserAgent-0.034.tar.gz ++++++
++++ 2674 lines of diff (skipped)