6.05 bump

This commit is contained in:
Petr Písař 2012-11-13 09:16:32 +01:00
parent 719949e75f
commit 7216c51677
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/Net-HTTP-6.02.tar.gz
/Net-HTTP-6.03.tar.gz
/Net-HTTP-6.04.tar.gz
/Net-HTTP-6.05.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Net-HTTP
Version: 6.04
Version: 6.05
Release: 1%{?dist}
Summary: Low-level HTTP connection (client)
License: GPL+ or Artistic
@ -12,14 +12,16 @@ BuildRequires: perl(Getopt::Long)
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(Compress::Raw::Zlib)
BuildRequires: perl(IO::Uncompress::Gunzip)
BuildRequires: perl(IO::Select)
BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl(IO::Socket::SSL) >= 1.38
BuildRequires: perl(IO::Uncompress::Gunzip)
BuildRequires: perl(Symbol)
# Tests only:
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Socket)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(Compress::Raw::Zlib)
Requires: perl(IO::Uncompress::Gunzip)
@ -58,6 +60,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Nov 13 2012 Petr Pisar <ppisar@redhat.com> - 6.05-1
- 6.05 bump
* Fri Nov 09 2012 Petr Pisar <ppisar@redhat.com> - 6.04-1
- 6.04 bump

View File

@ -1 +1 @@
9f37195c33f8344019cbb2869c0e0d60 Net-HTTP-6.04.tar.gz
8a704804045e31d6fe589214594aaf21 Net-HTTP-6.05.tar.gz