forked from perl/perl-Net-HTTP
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:
@@ -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>
|
||||
|
||||
|
||||
+5
-8
@@ -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
|
||||
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user