[perl-IO-Socket-IP] 0.11 bump

Petr Šabata psabata at fedoraproject.org
Wed Jun 6 15:54:35 UTC 2012


commit ac5edd59c1036670d81b6376fe1821b061e55ccb
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Jun 6 17:53:49 2012 +0200

    0.11 bump

 .gitignore             |    1 +
 perl-IO-Socket-IP.spec |    7 +++++--
 sources                |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 146b822..900d79c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /IO-Socket-IP-0.08.tar.gz
 /IO-Socket-IP-0.09.tar.gz
 /IO-Socket-IP-0.10.tar.gz
+/IO-Socket-IP-0.11.tar.gz
diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec
index 569ba78..e9207e7 100644
--- a/perl-IO-Socket-IP.spec
+++ b/perl-IO-Socket-IP.spec
@@ -1,5 +1,5 @@
 Name:           perl-IO-Socket-IP
-Version:        0.10
+Version:        0.11
 Release:        1%{?dist}
 Summary:        Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
 License:        GPL+ or Artistic
@@ -13,7 +13,7 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(IO::Socket)
 BuildRequires:  perl(IO::Socket::INET)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Socket)
+BuildRequires:  perl(Socket) >= 1.97
 BuildRequires:  perl(Socket6)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -46,6 +46,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 06 2012 Petr Šabata <contyk at redhat.com> - 0.11-1
+- 0.11 bump
+
 * Fri May 11 2012 Petr Šabata <contyk at redhat.com> - 0.10-1
 - 0.10 bump
 
diff --git a/sources b/sources
index ac80db9..b40eca7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-881caafd09122665462e293262ea0bd5  IO-Socket-IP-0.10.tar.gz
+0a6d1743d32d08a33a1e4ebf543e255a  IO-Socket-IP-0.11.tar.gz


More information about the scm-commits mailing list