Accepting request 1070669 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1070669 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=86
This commit is contained in:
commit
0a5e4e4e23
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96eec40a3fd0aa1bd834117be5eb21c438f73094d861a1a7e5774f0b1226b723
|
||||
size 180545
|
BIN
libwww-perl-6.68.tar.gz
(Stored with Git LFS)
Normal file
BIN
libwww-perl-6.68.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 03:10:38 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.68
|
||||
see /usr/share/doc/packages/perl-libwww-perl/Changes
|
||||
|
||||
6.68 2023-02-27 19:18:33Z
|
||||
- Remove dynamic dependency on HTTP::Status (GH#419) (Graham Knop)
|
||||
- Raise minimum version of HTML::HeadParser to 3.71 (GH#422) (Olaf Alders)
|
||||
- Apply perlimports to tests (GH#418) (Olaf Alders)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 03:10:54 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-libwww-perl
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name libwww-perl
|
||||
Name: perl-libwww-perl
|
||||
Version: 6.67
|
||||
Version: 6.68
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: The World-Wide Web library for Perl
|
||||
@ -28,21 +28,19 @@ Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
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)
|
||||
BuildRequires: perl(HTML::HeadParser)
|
||||
BuildRequires: perl(HTML::HeadParser) >= 3.71
|
||||
BuildRequires: perl(HTTP::Cookies) >= 6
|
||||
BuildRequires: perl(HTTP::Daemon) >= 6.12
|
||||
BuildRequires: perl(HTTP::Date) >= 6
|
||||
BuildRequires: perl(HTTP::Negotiate) >= 6
|
||||
BuildRequires: perl(HTTP::Request) >= 6
|
||||
BuildRequires: perl(HTTP::Request::Common) >= 6
|
||||
BuildRequires: perl(HTTP::Response) >= 6
|
||||
BuildRequires: perl(HTTP::Status) >= 6.07
|
||||
BuildRequires: perl(HTTP::Request) >= 6.18
|
||||
BuildRequires: perl(HTTP::Request::Common) >= 6.18
|
||||
BuildRequires: perl(HTTP::Response) >= 6.18
|
||||
BuildRequires: perl(HTTP::Status) >= 6.18
|
||||
BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Net::HTTP) >= 6.18
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
@ -56,14 +54,14 @@ BuildRequires: perl(parent) >= 0.217
|
||||
Requires: perl(Encode::Locale)
|
||||
Requires: perl(File::Listing) >= 6
|
||||
Requires: perl(HTML::Entities)
|
||||
Requires: perl(HTML::HeadParser)
|
||||
Requires: perl(HTML::HeadParser) >= 3.71
|
||||
Requires: perl(HTTP::Cookies) >= 6
|
||||
Requires: perl(HTTP::Date) >= 6
|
||||
Requires: perl(HTTP::Negotiate) >= 6
|
||||
Requires: perl(HTTP::Request) >= 6
|
||||
Requires: perl(HTTP::Request::Common) >= 6
|
||||
Requires: perl(HTTP::Response) >= 6
|
||||
Requires: perl(HTTP::Status) >= 6.07
|
||||
Requires: perl(HTTP::Request) >= 6.18
|
||||
Requires: perl(HTTP::Request::Common) >= 6.18
|
||||
Requires: perl(HTTP::Response) >= 6.18
|
||||
Requires: perl(HTTP::Status) >= 6.18
|
||||
Requires: perl(LWP::MediaTypes) >= 6
|
||||
Requires: perl(Net::HTTP) >= 6.18
|
||||
Requires: perl(Try::Tiny)
|
||||
|
Loading…
Reference in New Issue
Block a user