[perl-IO-Socket-IP] 0.18 bump

Petr Šabata psabata at fedoraproject.org
Fri Nov 30 11:57:11 UTC 2012


commit 5b15cff5117c5f042914bbe5681cd224c0e2fd60
Author: Petr Šabata <contyk at redhat.com>
Date:   Fri Nov 30 12:57:06 2012 +0100

    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 <contyk at redhat.com> - 0.18-1
+- 0.18 bump
+
 * Thu Nov 15 2012 Petr Šabata <contyk at redhat.com> - 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



More information about the perl-devel mailing list