0.19 bump

This commit is contained in:
Petr Šabata 2013-03-12 15:06:15 +01:00
parent cb00690bd1
commit e52d45ec36
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/IO-Socket-IP-0.16.tar.gz
/IO-Socket-IP-0.17.tar.gz
/IO-Socket-IP-0.18.tar.gz
/IO-Socket-IP-0.19.tar.gz

View File

@ -1,22 +1,27 @@
Name: perl-IO-Socket-IP
Version: 0.18
Release: 2%{?dist}
Version: 0.19
Release: 1%{?dist}
Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/IO-Socket-IP/
Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Errno)
BuildRequires: perl(IO::Socket)
BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl(Module::Build)
BuildRequires: perl(POSIX)
BuildRequires: perl(Socket) >= 1.97
BuildRequires: perl(Socket6)
BuildRequires: perl(strict)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%{?perl_default_filter}
@ -48,6 +53,9 @@ rm -f t/21nonblocking-connect-internet.t
%{_mandir}/man3/*
%changelog
* Tue Mar 12 2013 Petr Šabata <contyk@redhat.com> - 0.19-1
- 0.19 bump
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
f0634ca10cfbe9d3a9408a4754a12762 IO-Socket-IP-0.18.tar.gz
7cc2dcaecbc3cbc36c212883ea4239e0 IO-Socket-IP-0.19.tar.gz