diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec index 5179f89..13824b1 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: 1%{?dist} +Release: 2%{?dist} Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6 License: GPL+ or Artistic Group: Development/Libraries @@ -8,8 +8,8 @@ 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(base) -BuildRequires: perl(constant) BuildRequires: perl(Carp) +BuildRequires: perl(constant) BuildRequires: perl(IO::Socket) BuildRequires: perl(IO::Socket::INET) BuildRequires: perl(Module::Build) @@ -34,11 +34,10 @@ perl Build.PL installdirs=vendor %install ./Build install destdir=%{buildroot} create_packlist=0 -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check -# Don'd do the live test +# Don't do the live test rm -f t/21nonblocking-connect-internet.t ./Build test @@ -48,6 +47,9 @@ rm -f t/21nonblocking-connect-internet.t %{_mandir}/man3/* %changelog +* Thu Nov 15 2012 Petr Šabata - 0.17-2 +- Fix a typo, sort the deps + * Wed Aug 22 2012 Petr Šabata - 0.17-1 - 0.17 bump