[perl-Net-HTTP] 6.05 bump

Petr Pisar ppisar at fedoraproject.org
Tue Nov 13 08:18:59 UTC 2012


commit 7216c516776f68056c0a04e6f73fd7c8db5dd45b
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Nov 13 09:16:32 2012 +0100

    6.05 bump

 .gitignore         |    1 +
 perl-Net-HTTP.spec |    9 +++++++--
 sources            |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 84898b5..adbdda3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/perl-Net-HTTP.spec b/perl-Net-HTTP.spec
index 3c1f5e3..ceb43b9 100644
--- a/perl-Net-HTTP.spec
+++ b/perl-Net-HTTP.spec
@@ -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 at redhat.com> - 6.05-1
+- 6.05 bump
+
 * Fri Nov 09 2012 Petr Pisar <ppisar at redhat.com> - 6.04-1
 - 6.04 bump
 
diff --git a/sources b/sources
index 3f04312..6692136 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f37195c33f8344019cbb2869c0e0d60  Net-HTTP-6.04.tar.gz
+8a704804045e31d6fe589214594aaf21  Net-HTTP-6.05.tar.gz


More information about the scm-commits mailing list