1
0

Accepting request 457530 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/457530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2017-02-16 15:48:49 +00:00 committed by Git OBS Bridge
commit 98b9abe15e
4 changed files with 24 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.19.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 15 07:58:54 UTC 2017 - coolo@suse.com
- updated to 6.19
see /usr/share/doc/packages/perl-libwww-perl/Changes
-------------------------------------------------------------------
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.19
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