Accepting request 880051 from devel:languages:perl:autoupdate
- updated to 6.21 see /usr/share/doc/packages/perl-Net-HTTP/Changes 6.21 2021-03-18 21:56:42Z - Accept PeerAddr of 0. (GH#72) (trwyant) OBS-URL: https://build.opensuse.org/request/show/880051 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-HTTP?expand=0&rev=32
This commit is contained in:
parent
f116f976bc
commit
f51fb6c307
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92527b2a24512961b8e3637c6216a057751e39b6fa751422ed181ff599779f1e
|
||||
size 38712
|
3
Net-HTTP-6.21.tar.gz
Normal file
3
Net-HTTP-6.21.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:375aa35b76be99f06464089174d66ac76f78ce83a5c92a907bbfab18b099eec4
|
||||
size 38914
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 19 03:08:03 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.21
|
||||
see /usr/share/doc/packages/perl-Net-HTTP/Changes
|
||||
|
||||
6.21 2021-03-18 21:56:42Z
|
||||
- Accept PeerAddr of 0. (GH#72) (trwyant)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 21:59:35 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -16,18 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Net-HTTP
|
||||
Version: 6.20
|
||||
Release: 0
|
||||
%define cpan_name Net-HTTP
|
||||
Name: perl-Net-HTTP
|
||||
Version: 6.21
|
||||
Release: 0
|
||||
Summary: Low-level HTTP connection (client)
|
||||
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/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Compress::Raw::Zlib)
|
||||
@ -51,11 +49,11 @@ directly. This is not necessary a good idea, unless you know what you are
|
||||
doing.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -66,7 +64,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTORS README.md
|
||||
%license LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user