diff --git a/Net-HTTP-6.18.tar.gz b/Net-HTTP-6.18.tar.gz deleted file mode 100644 index 7380724..0000000 Binary files a/Net-HTTP-6.18.tar.gz and /dev/null differ diff --git a/Net-HTTP-6.19.tar.gz b/Net-HTTP-6.19.tar.gz new file mode 100644 index 0000000..329c577 Binary files /dev/null and b/Net-HTTP-6.19.tar.gz differ diff --git a/perl-Net-HTTP.spec b/perl-Net-HTTP.spec index 246621c..e8c77a6 100644 --- a/perl-Net-HTTP.spec +++ b/perl-Net-HTTP.spec @@ -1,14 +1,14 @@ %{bcond_with perl_Net_HTTP_enables_network_test} Name: perl-Net-HTTP -Version: 6.18 -Release: 4 +Version: 6.19 +Release: 1 Summary: Low-level HTTP connection (client) License: GPL+ or Artistic URL: https://metacpan.org/release/Net-HTTP Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl-interpreter perl-generators perl(:VERSION) >= 5.6.2 +BuildRequires: perl-generators perl-interpreter perl(:VERSION) >= 5.6.2 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 perl(Getopt::Long) perl(strict) BuildRequires: perl(base) perl(Carp) perl(Compress::Raw::Zlib) BuildRequires: perl(IO::Socket::IP) perl(IO::Socket) perl(IO::Socket::SSL) >= 2.012 @@ -47,10 +47,10 @@ Documentation for perl-Net-HTTP. %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 -%make_build +%{make_build} %install -make pure_install DESTDIR=$RPM_BUILD_ROOT +%{make_install} %{__chmod} -Rf a+rX,u+w,g-w,o-w %buildroot/* %check @@ -67,5 +67,8 @@ make test %{_mandir}/man3/* %changelog +* Sat Jul 25 2020 zhanzhimin - 6.19-1 +- 6.19 bump + * Fri Oct 25 2019 Zaiwang Li - 6.18-4 - Init Package.