Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Test-LWP-UserAgent for
openSUSE:Factory checked in at 2022-01-21 01:25:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-LWP-UserAgent"
Fri Jan 21 01:25:32 2022 rev:9 rq:947651 version:0.036
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent/perl-Test-LWP-UserAgent.changes
2020-03-11 18:52:19.999594049 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new.1938/perl-Test-LWP-UserAgent.changes
2022-01-21 01:26:05.954307872 +0100
@@ -1,0 +2,12 @@
+Mon Jan 17 03:08:40 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 0.036
+ see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes
+
+ 0.036 2022-01-16 04:11:38Z
+ - use http rather than https URIs in network tests
+
+ 0.035 2022-01-15 03:45:06Z
+ - fix network test that failed due to a broken redirect service
+
+-------------------------------------------------------------------
Old:
----
Test-LWP-UserAgent-0.034.tar.gz
New:
----
Test-LWP-UserAgent-0.036.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-LWP-UserAgent.spec ++++++
--- /var/tmp/diff_new_pack.zUXcGD/_old 2022-01-21 01:26:06.406304774 +0100
+++ /var/tmp/diff_new_pack.zUXcGD/_new 2022-01-21 01:26:06.410304746 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-LWP-UserAgent
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,17 @@
#
+%define cpan_name Test-LWP-UserAgent
Name: perl-Test-LWP-UserAgent
-Version: 0.034
+Version: 0.036
Release: 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-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/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120620
@@ -115,11 +113,11 @@
);
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -130,7 +128,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes CONTRIBUTING docs examples README
%license LICENCE
++++++ Test-LWP-UserAgent-0.034.tar.gz -> Test-LWP-UserAgent-0.036.tar.gz ++++++
++++ 1845 lines of diff (skipped)