From 5b15cff5117c5f042914bbe5681cd224c0e2fd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 30 Nov 2012 12:57:06 +0100 Subject: [PATCH] 0.18 bump --- .gitignore | 1 + perl-IO-Socket-IP.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 105eedb..dbe711b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /IO-Socket-IP-0.15.tar.gz /IO-Socket-IP-0.16.tar.gz /IO-Socket-IP-0.17.tar.gz +/IO-Socket-IP-0.18.tar.gz diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec index 13824b1..7376b41 100644 --- a/perl-IO-Socket-IP.spec +++ b/perl-IO-Socket-IP.spec @@ -1,6 +1,6 @@ Name: perl-IO-Socket-IP -Version: 0.17 -Release: 2%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6 License: GPL+ or Artistic Group: Development/Libraries @@ -16,6 +16,7 @@ BuildRequires: perl(Module::Build) BuildRequires: perl(Socket) >= 1.97 BuildRequires: perl(Socket6) BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %{?perl_default_filter} @@ -47,6 +48,9 @@ rm -f t/21nonblocking-connect-internet.t %{_mandir}/man3/* %changelog +* Fri Nov 30 2012 Petr Šabata - 0.18-1 +- 0.18 bump + * Thu Nov 15 2012 Petr Šabata - 0.17-2 - Fix a typo, sort the deps diff --git a/sources b/sources index 865517a..18032d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96362a9f6e244e2f84076a698353e9d8 IO-Socket-IP-0.17.tar.gz +f0634ca10cfbe9d3a9408a4754a12762 IO-Socket-IP-0.18.tar.gz