0.18 bump

This commit is contained in:
Petr Šabata 2012-11-30 12:57:06 +01:00
parent 1f99e6d693
commit 5b15cff511
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 0.18-1
- 0.18 bump
* Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 0.17-2
- Fix a typo, sort the deps

View File

@ -1 +1 @@
96362a9f6e244e2f84076a698353e9d8 IO-Socket-IP-0.17.tar.gz
f0634ca10cfbe9d3a9408a4754a12762 IO-Socket-IP-0.18.tar.gz