6.16 bump
This commit is contained in:
parent
a338a54bf8
commit
7a167b538b
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/Net-HTTP-6.13.tar.gz
|
||||
/Net-HTTP-6.14.tar.gz
|
||||
/Net-HTTP-6.15.tar.gz
|
||||
/Net-HTTP-6.16.tar.gz
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
%{bcond_without perl_Net_HTTP_enables_ssl}
|
||||
|
||||
Name: perl-Net-HTTP
|
||||
Version: 6.15
|
||||
Version: 6.16
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level HTTP connection (client)
|
||||
License: GPL+ or Artistic
|
||||
@ -31,7 +31,7 @@ BuildRequires: perl(IO::Socket::IP)
|
||||
BuildRequires: perl(IO::Socket)
|
||||
%endif
|
||||
%if %{with perl_Net_HTTP_enables_ssl}
|
||||
BuildRequires: perl(IO::Socket::SSL) >= 1.38
|
||||
BuildRequires: perl(IO::Socket::SSL) >= 2.012
|
||||
%endif
|
||||
BuildRequires: perl(IO::Uncompress::Gunzip)
|
||||
BuildRequires: perl(Symbol)
|
||||
@ -56,7 +56,7 @@ Requires: perl(IO::Socket)
|
||||
%endif
|
||||
Requires: perl(Symbol)
|
||||
%if %{with perl_Net_HTTP_enables_ssl}
|
||||
Requires: perl(IO::Socket::SSL) >= 1.38
|
||||
Requires: perl(IO::Socket::SSL) >= 2.012
|
||||
%endif
|
||||
Conflicts: perl-libwww-perl < 6
|
||||
|
||||
@ -88,6 +88,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue May 30 2017 Petr Pisar <ppisar@redhat.com> - 6.16-1
|
||||
- 6.16 bump
|
||||
|
||||
* Mon May 15 2017 Petr Pisar <ppisar@redhat.com> - 6.15-1
|
||||
- 6.15 bump
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Net-HTTP-6.15.tar.gz) = 10d539a1aaeb2e5850d3a626bd3989824d76f512d5165e934bd0b0d57220ba80aab872e3c36f2d9ef9e1e49e74d2cde31b335ae616b3b299cfd6acea061e3347
|
||||
SHA512 (Net-HTTP-6.16.tar.gz) = 467a536c4ecc5caeeebe2a0523cc311515c39df53d604d8dc9ad78fbe01c8cc5b24bf483884d2aa2a168bc213ddfe964d679474a1be860f10d87283806c0a496
|
||||
|
||||
Loading…
Reference in New Issue
Block a user