From 45c5424a0c095be2f3f97fae8fc871c95da189c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 25 Nov 2014 12:02:14 +0100 Subject: [PATCH] 0.33 bump --- .gitignore | 1 + perl-IO-Socket-IP.spec | 19 +++++++++++++------ sources | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 48e2df1..0e629a3 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /IO-Socket-IP-0.30.tar.gz /IO-Socket-IP-0.31.tar.gz /IO-Socket-IP-0.32.tar.gz +/IO-Socket-IP-0.33.tar.gz diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec index 5e5923e..3be7d77 100644 --- a/perl-IO-Socket-IP.spec +++ b/perl-IO-Socket-IP.spec @@ -1,5 +1,5 @@ Name: perl-IO-Socket-IP -Version: 0.32 +Version: 0.33 Release: 1%{?dist} Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6 License: GPL+ or Artistic @@ -7,23 +7,26 @@ Group: Development/Libraries URL: http://search.cpan.org/dist/IO-Socket-IP/ Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz BuildArch: noarch +# Build BuildRequires: perl +BuildRequires: perl(strict) +BuildRequires: perl(Module::Build) +BuildRequires: perl(warnings) +# Runtime BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(Errno) BuildRequires: perl(IO::Socket) -BuildRequires: perl(IO::Socket::INET) -BuildRequires: perl(Module::Build) BuildRequires: perl(POSIX) BuildRequires: perl(Socket) >= 1.97 +# Tests only +BuildRequires: perl(IO::Socket::INET) BuildRequires: perl(Socket6) -BuildRequires: perl(strict) BuildRequires: perl(Test::More) %if !%{defined perl_bootstrap} BuildRequires: perl(Test::Pod) >= 1.00 %endif -BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) %{?perl_default_filter} @@ -50,11 +53,15 @@ rm -f t/21nonblocking-connect-internet.t ./Build test %files -%doc Changes examples LICENSE README +%license LICENSE +%doc Changes examples README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Nov 25 2014 Petr Šabata - 0.33-1 +- 0.33 bump + * Thu Sep 18 2014 Petr Šabata - 0.32-1 - 0.32 bump, implement connect timeout diff --git a/sources b/sources index 1b10b2d..0b605b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -422887e801c1d3f3a114045453403867 IO-Socket-IP-0.32.tar.gz +a0bd5e5c1141fa77e6458b3056181bae IO-Socket-IP-0.33.tar.gz