diff --git a/libwww-perl-6.35.tar.gz b/libwww-perl-6.35.tar.gz deleted file mode 100644 index bc34b8e..0000000 --- a/libwww-perl-6.35.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dda2578d7b32152c4afce834761a61d117de286c705a9f7972c7ac6032ca5953 -size 167508 diff --git a/libwww-perl-6.36.tar.gz b/libwww-perl-6.36.tar.gz new file mode 100644 index 0000000..8d8210f --- /dev/null +++ b/libwww-perl-6.36.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c034ab4b37f4b9506dc644300697505582cf9545bcf2e2079e7263f675290a +size 168245 diff --git a/perl-libwww-perl.changes b/perl-libwww-perl.changes index 80cd730..5f2ecf4 100644 --- a/perl-libwww-perl.changes +++ b/perl-libwww-perl.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 8 07:10:31 UTC 2018 - Stephan Kulow + +- updated to 6.36 + see /usr/share/doc/packages/perl-libwww-perl/Changes + + 6.36 2018-10-10 02:20:58Z + - fix broken link https://metacpan.org/pod/LWP::Simple by fixing pod + header (thanks for the report, traumschule!) + ------------------------------------------------------------------- Mon Jul 16 06:22:36 UTC 2018 - coolo@suse.com diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index 33f5fe5..15a1a0e 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-libwww-perl -Version: 6.35 +Version: 6.36 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/ +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 @@ -42,7 +42,7 @@ 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 +BuildRequires: perl(HTTP::Status) >= 6.18 BuildRequires: perl(LWP::MediaTypes) >= 6 BuildRequires: perl(Module::Metadata) BuildRequires: perl(Net::HTTP) >= 6.07 @@ -64,7 +64,7 @@ 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 +Requires: perl(HTTP::Status) >= 6.18 Requires: perl(LWP::MediaTypes) >= 6 Requires: perl(Net::HTTP) >= 6.07 Requires: perl(Try::Tiny) @@ -83,7 +83,7 @@ The World-Wide Web library for Perl %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check