1
0

Accepting request 614456 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/614456
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=72
This commit is contained in:
Stephan Kulow 2018-06-09 06:40:55 +00:00 committed by Git OBS Bridge
parent 555f42b38e
commit 037eafdbc4
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97417386f11f007ae129fe155b82fd8969473ce396a971a664c8ae6850c69b99
size 165917

3
libwww-perl-6.34.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:260363fd4204c0ddf7cd76f7b70e22beb3b5186e4c346f250a59288b52dc114c
size 167114

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 6 06:17:54 UTC 2018 - coolo@suse.com
- updated to 6.34
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.34 2018-06-05 18:48:59Z
- timeout() documentation has more details about the response (thanks,
Andrew Grangaard!)
- HTTP::Status is now upgraded to 6.18 if 6.17 is installed (which had a
bug).
-------------------------------------------------------------------
Tue Feb 27 07:13:38 UTC 2018 - coolo@suse.com

View File

@ -17,19 +17,20 @@
Name: perl-libwww-perl
Version: 6.33
Version: 6.34
Release: 0
%define cpan_name libwww-perl
Summary: The World-Wide Web library for Perl
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/libwww-perl/
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
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
BuildRequires: perl(Encode::Locale)
BuildRequires: perl(File::Listing) >= 6
BuildRequires: perl(HTML::Entities)
@ -43,6 +44,7 @@ BuildRequires: perl(HTTP::Request::Common) >= 6
BuildRequires: perl(HTTP::Response) >= 6
BuildRequires: perl(HTTP::Status) >= 6
BuildRequires: perl(LWP::MediaTypes) >= 6
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Net::HTTP) >= 6.07
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::RequiresInternet)