6.08 bump
This commit is contained in:
parent
ff96615d79
commit
e389ad817c
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ libwww-perl-5.834.tar.gz
|
||||
/libwww-perl-6.05.tar.gz
|
||||
/libwww-perl-6.06.tar.gz
|
||||
/libwww-perl-6.07.tar.gz
|
||||
/libwww-perl-6.08.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-libwww-perl
|
||||
Version: 6.07
|
||||
Version: 6.08
|
||||
Release: 1%{?dist}
|
||||
Summary: A Perl interface to the World-Wide Web
|
||||
Group: Development/Libraries
|
||||
@ -47,7 +47,7 @@ BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||
# Mail::Internet not needed
|
||||
BuildRequires: perl(MIME::Base64) >= 2.1
|
||||
# Net::FTP 2.58 not used at tests
|
||||
BuildRequires: perl(Net::HTTP) >= 6.04
|
||||
BuildRequires: perl(Net::HTTP) >= 6.07
|
||||
# Net::NNTP not used at tests
|
||||
# URI 1.10 not used at tests
|
||||
BuildRequires: perl(URI::Escape)
|
||||
@ -87,7 +87,7 @@ Requires: perl(HTTP::Status) >= 6
|
||||
Requires: perl(LWP::MediaTypes) >= 6
|
||||
Requires: perl(MIME::Base64) >= 2.1
|
||||
Requires: perl(Net::FTP) >= 2.58
|
||||
Requires: perl(Net::HTTP) >= 6.04
|
||||
Requires: perl(Net::HTTP) >= 6.07
|
||||
Requires: perl(URI) >= 1.10
|
||||
Requires: perl(URI::Escape)
|
||||
Requires: perl(WWW::RobotRules) >= 6
|
||||
@ -144,6 +144,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 29 2014 Petr Pisar <ppisar@redhat.com> - 6.08-1
|
||||
- 6.08 bump
|
||||
|
||||
* Mon Jul 07 2014 Petr Pisar <ppisar@redhat.com> - 6.07-1
|
||||
- 6.07 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user