0.11 bump

This commit is contained in:
Petr Šabata 2012-06-06 17:53:49 +02:00
parent 0346f9328e
commit ac5edd59c1
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -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@redhat.com> - 0.11-1
- 0.11 bump
* Fri May 11 2012 Petr Šabata <contyk@redhat.com> - 0.10-1
- 0.10 bump

View File

@ -1 +1 @@
881caafd09122665462e293262ea0bd5 IO-Socket-IP-0.10.tar.gz
0a6d1743d32d08a33a1e4ebf543e255a IO-Socket-IP-0.11.tar.gz