forked from pool/perl-libwww-perl
Accepting request 684764 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/684764 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=59
This commit is contained in:
commit
d22acdff2b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75c034ab4b37f4b9506dc644300697505582cf9545bcf2e2079e7263f675290a
|
||||
size 168245
|
3
libwww-perl-6.37.tar.gz
Normal file
3
libwww-perl-6.37.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6ed7c632aa05a7a03c8b75a3113b6f6f801be55b3384e770607e8973a234211
|
||||
size 171168
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 16:53:23 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 6.37
|
||||
see /usr/share/doc/packages/perl-libwww-perl/Changes
|
||||
|
||||
6.37 2019-03-06 20:49:26Z
|
||||
- Improve ->add_handler documentation (GH #272) (Julien Fiegehenn)
|
||||
- Alter our rule set to allow IPv6 proxy hosts beginning with [. (GH #237)
|
||||
- Add a jigsaw test for 307 redirects (GH#285) (Nik LaBelle)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 07:10:31 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-libwww-perl
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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.36
|
||||
Version: 6.37
|
||||
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: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.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
|
||||
@ -84,10 +84,10 @@ The World-Wide Web library for Perl
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
|
Loading…
Reference in New Issue
Block a user