diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 3b2419f..0e057cc 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,5 +1,5 @@ Name: perl-IO-Socket-SSL -Version: 1.88 +Version: 1.89 Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries @@ -24,8 +24,8 @@ BuildRequires: perl(Socket6) BuildRequires: procps # Use IO::Socket::IP for IPv6 support where available, else IO::Socket::INET6 %if 0%{?fedora} > 15 || 0%{?rhel} > 6 -BuildRequires: perl(IO::Socket::IP) >= 0.11, perl(Socket) >= 1.95 -Requires: perl(IO::Socket::IP) >= 0.11, perl(Socket) >= 1.95 +BuildRequires: perl(IO::Socket::IP) >= 0.20, perl(Socket) >= 1.95 +Requires: perl(IO::Socket::IP) >= 0.20, perl(Socket) >= 1.95 %else Requires: perl(IO::Socket::INET6), perl(Socket6) %endif @@ -66,6 +66,12 @@ rm -rf %{buildroot} %{_mandir}/man3/IO::Socket::SSL.3pm* %changelog +* Tue May 14 2013 Paul Howarth - 1.89-1 +- Update to 1.89 + - If IO::Socket::IP is used it should be at least version 0.20; otherwise we + get problems with HTTP::Daemon::SSL and maybe others (CPAN RT#81932) + - Spelling corrections + * Thu May 2 2013 Paul Howarth - 1.88-1 - Update to 1.88 - Consider a value of '' the same as undef for SSL_ca_(path|file), SSL_key* diff --git a/sources b/sources index 025a40d..0e5b248 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83cdb29cba4d5ac892b7edefe2566a42 IO-Socket-SSL-1.88.tar.gz +282b18874f4266c96e78eb36c6d7e16a IO-Socket-SSL-1.89.tar.gz