1
0

Accepting request 457019 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/457019
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=46
This commit is contained in:
Stephan Kulow 2017-02-14 09:07:01 +00:00 committed by Git OBS Bridge
parent 23ea3ee30b
commit 64ef32691c
4 changed files with 18 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f349d45c21b1ec0501c4437dfcb70570940e6c3d5bff783bd91d4cddead8322
size 141936

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 14 08:09:10 UTC 2017 - coolo@suse.com
- updated to 6.18
see /usr/share/doc/packages/perl-libwww-perl/Changes
-------------------------------------------------------------------
Sat Dec 5 10:48:51 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-libwww-perl
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@ -17,14 +17,14 @@
Name: perl-libwww-perl
Version: 6.15
Version: 6.18
Release: 0
%define cpan_name libwww-perl
Summary: The World-Wide Web library for Perl
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/libwww-perl/
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -44,6 +44,9 @@ BuildRequires: perl(HTTP::Response) >= 6
BuildRequires: perl(HTTP::Status) >= 6
BuildRequires: perl(LWP::MediaTypes) >= 6
BuildRequires: perl(Net::HTTP) >= 6.07
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::RequiresInternet)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(URI) >= 1.10
BuildRequires: perl(URI::Escape)
BuildRequires: perl(WWW::RobotRules) >= 6
@ -61,6 +64,7 @@ Requires: perl(HTTP::Response) >= 6
Requires: perl(HTTP::Status) >= 6
Requires: perl(LWP::MediaTypes) >= 6
Requires: perl(Net::HTTP) >= 6.07
Requires: perl(Try::Tiny)
Requires: perl(URI) >= 1.10
Requires: perl(URI::Escape)
Requires: perl(WWW::RobotRules) >= 6
@ -89,6 +93,7 @@ The World-Wide Web library for Perl
%files -f %{name}.files
%defattr(-,root,root,755)
%doc AUTHORS Changes LICENSE README README.SSL talk-to-ourself
%doc AUTHORS Changes README README.SSL talk-to-ourself
%license LICENSE
%changelog